#7C24D3
A medium, vivid purple closely aligning with Blueviolet.
About #7C24D3
At its core, #7C24D3 is a medium and vivid hue. Its closest recognized web color is Blueviolet. To achieve this exact tint on a monitor, you would use an RGB mix of 124, 36, and 211.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 41% cyan and 83% magenta inks. With a hue angle of 270.2 degrees, it sits comfortably in the purple spectrum.
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#7C24D3
RGB124, 36, 211
HSL270.2°, 70.9%, 48.4%
CMYK41%, 83%, 0%, 17%
HSV270.2°, 82.9%, 82.7%
LAB38.3, 66.8, -72.6
XYZ20.7, 10.2, 62.5
Decimal8135891
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.89:1
Text on #FFFFFF
AA
3.05:1
Text on #000000
AA Large
6.58:1
Text on #F8FAFC
AA
2.59:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #7C24D3;
}
.text-color {
color: #7C24D3;
}
.border-color {
border: 2px solid #7C24D3;
}