#7542C5
A medium, moderate purple closely aligning with Slateblue.
About #7542C5
When working with digital screens, the color #7542C5 is rendered by mixing light. Designers often compare it to the standard color Slateblue. To achieve this exact tint on a monitor, you would use an RGB mix of 117, 66, and 197.
Translating this color to physical media requires the CMYK color model. The color uses 41% Cyan, 66% Magenta, 0% Yellow, and 23% Black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#7542C5
RGB117, 66, 197
HSL263.4°, 53.0%, 51.6%
CMYK41%, 66%, 0%, 23%
HSV263.4°, 66.5%, 77.3%
LAB40.8, 49.6, -60.5
XYZ19.4, 11.7, 54.1
Decimal7684805
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.28:1
Text on #FFFFFF
AA
3.34:1
Text on #000000
AA Large
6.01:1
Text on #F8FAFC
AA
2.84:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #7542C5;
}
.text-color {
color: #7542C5;
}
.border-color {
border: 2px solid #7542C5;
}