#7C1DFF
A medium, vivid purple closely aligning with Blue.
About #7C1DFF
When working with digital screens, the color #7C1DFF is rendered by mixing light. Its closest recognized web color is Blue. Its digital footprint relies on 124 parts red, 29 parts green, and 255 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 51% C, 89% M, 0% Y, and 0% K. With a hue angle of 265.2 degrees, it sits comfortably in the purple spectrum.
From a UX and accessibility standpoint, contrast is paramount. 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#7C1DFF
RGB124, 29, 255
HSL265.2°, 100.0%, 55.7%
CMYK51%, 89%, 0%, 0%
HSV265.2°, 88.6%, 100.0%
LAB41.8, 78.7, -91.8
XYZ26.8, 12.4, 95.6
Decimal8134143
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.04:1
Text on #FFFFFF
AA
3.48:1
Text on #000000
AA Large
5.77:1
Text on #F8FAFC
AA
2.96:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #7C1DFF;
}
.text-color {
color: #7C1DFF;
}
.border-color {
border: 2px solid #7C1DFF;
}