#755FA0
A medium, muted purple closely aligning with Darkslateblue.
About #755FA0
When working with digital screens, the color #755FA0 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Darkslateblue. This translates to an RGB value of rgb(117, 95, 160).
Translating this color to physical media requires the CMYK color model. The color uses 27% Cyan, 41% Magenta, 0% Yellow, and 37% Black. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#755FA0
RGB117, 95, 160
HSL260.3°, 25.5%, 50.0%
CMYK27%, 41%, 0%, 37%
HSV260.3°, 40.6%, 62.7%
LAB44.9, 23.2, -32.1
XYZ17.8, 14.5, 35.1
Decimal7692192
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.38:1
Text on #FFFFFF
AA
3.90:1
Text on #000000
AA Large
5.15:1
Text on #F8FAFC
AA
3.32:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #755FA0;
}
.text-color {
color: #755FA0;
}
.border-color {
border: 2px solid #755FA0;
}