What is the HSL code for purple red?
The CSS color purple red in HSL format is hsl(332.4, 98.7%, 30.2%). Use this value directly in CSS, SVG, and most design tools.
How do I use purple red in CSS?
To apply purple red in CSS:
- Text color: color: hsl(332.4, 98.7%, 30.2%);
- Background: background-color: hsl(332.4, 98.7%, 30.2%);
- Border: border-color: hsl(332.4, 98.7%, 30.2%);
What are all the color format values for purple red?
| Format | Value |
|---|---|
| HEX | #990147 |
| RGB | rgb(153, 1, 71) |
| HSL | hsl(332.4, 98.7%, 30.2%) |
| CMYK | cmyk(0%, 99.3%, 53.6%, 40%) |
How do I convert purple red to HSL?
Select purple red from the color name list in our color converter. The HSL value — hsl(332.4, 98.7%, 30.2%) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does purple red belong to?
purple red belongs to the pink color family. It is a medium, vivid color with HSL values: hue 332.4°, saturation 98.7%, lightness 30.2%.
How do I create lighter and darker shades of purple red?
Lighter variant (lightness 45.2%): #e5016a. Darker variant (lightness 15.2%): #4d0124. 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.