#7C24A8
A medium, moderate purple closely aligning with Darkorchid.
About #7C24A8
At its core, #7C24A8 is a medium and moderate hue. If you're using CSS, you might find it aligns closely with Darkorchid. Its digital footprint relies on 124 parts red, 36 parts green, and 168 parts blue light.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 26% cyan, 79% magenta, 0% yellow, and 34% black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. 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#7C24A8
RGB124, 36, 168
HSL280.0°, 64.7%, 40.0%
CMYK26%, 79%, 0%, 34%
HSV280.0°, 78.6%, 65.9%
LAB34.7, 57.4, -53.1
XYZ16.0, 8.4, 37.8
Decimal8135848
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.85:1
Text on #FFFFFF
AAA
2.67:1
Text on #000000
FAIL
7.50:1
Text on #F8FAFC
AAA
2.27:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #7C24A8;
}
.text-color {
color: #7C24A8;
}
.border-color {
border: 2px solid #7C24A8;
}