What is the HSL code for darkish purple?
The CSS color darkish purple in HSL format is hsl(301.3, 64.8%, 27.8%). Use this value directly in CSS, SVG, and most design tools.
How do I use darkish purple in CSS?
To apply darkish purple in CSS:
- Text color: color: hsl(301.3, 64.8%, 27.8%);
- Background: background-color: hsl(301.3, 64.8%, 27.8%);
- Border: border-color: hsl(301.3, 64.8%, 27.8%);
What are all the color format values for darkish purple?
| Format | Value |
|---|---|
| HEX | #751973 |
| RGB | rgb(117, 25, 115) |
| HSL | hsl(301.3, 64.8%, 27.8%) |
| CMYK | cmyk(0%, 78.6%, 1.7%, 54.1%) |
How do I convert darkish purple to HSL?
Select darkish purple from the color name list in our color converter. The HSL value — hsl(301.3, 64.8%, 27.8%) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does darkish purple belong to?
darkish purple belongs to the pink color family. It is a dark, moderately saturated color with HSL values: hue 301.3°, saturation 64.8%, lightness 27.8%.
How do I create lighter and darker shades of darkish purple?
Lighter variant (lightness 42.8%): #b426b1. Darker variant (lightness 12.8%): #360b35. 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.