What is the HSL code for bluish purple?
The CSS color bluish purple in HSL format is hsl(258.5, 78.2%, 56.9%). Use this value directly in CSS, SVG, and most design tools.
How do I use bluish purple in CSS?
To apply bluish purple in CSS:
- Text color: color: hsl(258.5, 78.2%, 56.9%);
- Background: background-color: hsl(258.5, 78.2%, 56.9%);
- Border: border-color: hsl(258.5, 78.2%, 56.9%);
What are all the color format values for bluish purple?
| Format | Value |
|---|---|
| HEX | #703be7 |
| RGB | rgb(112, 59, 231) |
| HSL | hsl(258.5, 78.2%, 56.9%) |
| CMYK | cmyk(51.5%, 74.5%, 0%, 9.4%) |
How do I convert bluish purple to HSL?
Select bluish purple from the color name list in our color converter. The HSL value — hsl(258.5, 78.2%, 56.9%) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does bluish purple belong to?
bluish purple belongs to the blue color family. It is a medium, vivid color with HSL values: hue 258.5°, saturation 78.2%, lightness 56.9%.
How do I create lighter and darker shades of bluish purple?
Lighter variant (lightness 71.9%): #a27fef. Darker variant (lightness 41.9%): #4b17be. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is HSL used for?
HSL describes colors by hue (0–360°), saturation (0–100%) and lightness (0–100%). It is more intuitive for designers — easy to create lighter, darker or less saturated variants of any color.