#755F92
A medium, muted purple closely aligning with Darkslateblue.
About #755F92
The hex code #755F92 represents a beautifully specific shade of purple. It is closely associated with the named CSS color Darkslateblue. This translates to an RGB value of rgb(117, 95, 146).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 20% C, 35% M, 0% Y, and 43% K. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#755F92
RGB117, 95, 146
HSL265.9°, 21.2%, 47.3%
CMYK20%, 35%, 0%, 43%
HSV265.9°, 34.9%, 57.3%
LAB44.3, 19.7, -24.8
XYZ16.6, 14.0, 29.0
Decimal7692178
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.51:1
Text on #FFFFFF
AA
3.81:1
Text on #000000
AA Large
5.27:1
Text on #F8FAFC
AA
3.24:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #755F92;
}
.text-color {
color: #755F92;
}
.border-color {
border: 2px solid #755F92;
}