What is the HSL code for purple blue?
The CSS color purple blue in HSL format is hsl(257.2, 81%, 54.5%). Use this value directly in CSS, SVG, and most design tools.
How do I use purple blue in CSS?
To apply purple blue in CSS:
- Text color: color: hsl(257.2, 81%, 54.5%);
- Background: background-color: hsl(257.2, 81%, 54.5%);
- Border: border-color: hsl(257.2, 81%, 54.5%);
What are all the color format values for purple blue?
| Format | Value |
|---|---|
| HEX | #632de9 |
| RGB | rgb(99, 45, 233) |
| HSL | hsl(257.2, 81%, 54.5%) |
| CMYK | cmyk(57.5%, 80.7%, 0%, 8.6%) |
How do I convert purple blue to HSL?
Select purple blue from the color name list in our color converter. The HSL value — hsl(257.2, 81%, 54.5%) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does purple blue belong to?
purple blue belongs to the blue color family. It is a medium, vivid color with HSL values: hue 257.2°, saturation 81%, lightness 54.5%.
How do I create lighter and darker shades of purple blue?
Lighter variant (lightness 69.5%): #9672f0. Darker variant (lightness 39.5%): #4213b6. 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.