#7C07AF
A dark, vivid purple closely aligning with Darkorchid.
About #7C07AF
Visually, #7C07AF is defined as a vivid purple. If you're using CSS, you might find it aligns closely with Darkorchid. This translates to an RGB value of rgb(124, 7, 175).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 29% C, 96% M, 0% Y, and 31% K. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#7C07AF
RGB124, 7, 175
HSL281.8°, 92.3%, 35.7%
CMYK29%, 96%, 0%, 31%
HSV281.8°, 96.0%, 68.6%
LAB33.0, 65.6, -60.1
XYZ16.1, 7.5, 41.2
Decimal8128431
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.38:1
Text on #FFFFFF
AAA
2.51:1
Text on #000000
FAIL
8.01:1
Text on #F8FAFC
AAA
2.13:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #7C07AF;
}
.text-color {
color: #7C07AF;
}
.border-color {
border: 2px solid #7C07AF;
}