What is the HSL code for purplish grey?
The CSS color purplish grey in HSL format is hsl(287, 10%, 45.3%). Use this value directly in CSS, SVG, and most design tools.
How do I use purplish grey in CSS?
To apply purplish grey in CSS:
- Text color: color: hsl(287, 10%, 45.3%);
- Background: background-color: hsl(287, 10%, 45.3%);
- Border: border-color: hsl(287, 10%, 45.3%);
What are all the color format values for purplish grey?
| Format | Value |
|---|---|
| HEX | #7a687f |
| RGB | rgb(122, 104, 127) |
| HSL | hsl(287, 10%, 45.3%) |
| CMYK | cmyk(3.9%, 18.1%, 0%, 50.2%) |
How do I convert purplish grey to HSL?
Select purplish grey from the color name list in our color converter. The HSL value — hsl(287, 10%, 45.3%) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does purplish grey belong to?
purplish grey belongs to the purple color family. It is a medium, muted color with HSL values: hue 287°, saturation 10%, lightness 45.3%.
How do I create lighter and darker shades of purplish grey?
Lighter variant (lightness 60.3%): #a090a4. Darker variant (lightness 30.299999999999997%): #524655. 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.