#7C50CC
A medium, moderate purple closely aligning with Slateblue.
About #7C50CC
Visually, #7C50CC is defined as a moderate purple. It is closely associated with the named CSS color Slateblue. Its digital footprint relies on 124 parts red, 80 parts green, and 204 parts blue light.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 39% C, 61% M, 0% Y, and 20% K. With a hue angle of 261.3 degrees, it sits comfortably in the purple spectrum.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#7C50CC
RGB124, 80, 204
HSL261.3°, 54.9%, 55.7%
CMYK39%, 61%, 0%, 20%
HSV261.3°, 60.8%, 80.0%
LAB44.8, 45.4, -58.0
XYZ22.1, 14.4, 58.7
Decimal8147148
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.42:1
Text on #FFFFFF
AA
3.88:1
Text on #000000
AA Large
5.18:1
Text on #F8FAFC
AA
3.30:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #7C50CC;
}
.text-color {
color: #7C50CC;
}
.border-color {
border: 2px solid #7C50CC;
}