#7C24B6
A medium, moderate purple closely aligning with Darkorchid.
About #7C24B6
At its core, #7C24B6 is a medium and moderate hue. If you're using CSS, you might find it aligns closely with Darkorchid. This translates to an RGB value of rgb(124, 36, 182).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 32% cyan, 80% magenta, 0% yellow, and 29% 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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#7C24B6
RGB124, 36, 182
HSL276.2°, 67.0%, 42.7%
CMYK32%, 80%, 0%, 29%
HSV276.2°, 80.2%, 71.4%
LAB35.8, 60.4, -59.7
XYZ17.4, 8.9, 45.1
Decimal8135862
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.54:1
Text on #FFFFFF
AAA
2.78:1
Text on #000000
FAIL
7.21:1
Text on #F8FAFC
AAA
2.37:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #7C24B6;
}
.text-color {
color: #7C24B6;
}
.border-color {
border: 2px solid #7C24B6;
}