What is the HEX code for purplish grey?
The CSS color purplish grey in HEX format is #7a687f. 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: #7a687f;
- Background: background-color: #7a687f;
- Border: border-color: #7a687f;
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 HEX?
Select purplish grey from the color name list in our color converter. The HEX value — #7a687f — 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 HEX used for?
HEX color codes are used in CSS, HTML and design tools. They encode red, green and blue as two hexadecimal digits each (00–FF), forming a compact 6-character code like #ff0000.