#7C0766
A dark, vivid magenta closely aligning with Purple.
About #7C0766
At its core, #7C0766 is a dark and vivid hue. It is closely associated with the named CSS color Purple. In the RGB color space, it consists of 124 red, 7 green, and 102 blue.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 94% M, 18% Y, and 51% K. 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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#7C0766
RGB124, 7, 102
HSL311.3°, 89.3%, 25.7%
CMYK0%, 94%, 18%, 51%
HSV311.3°, 94.4%, 48.6%
LAB27.8, 53.1, -23.0
XYZ10.8, 5.4, 13.0
Decimal8128358
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.10:1
Text on #FFFFFF
AAA
2.08:1
Text on #000000
FAIL
9.65:1
Text on #F8FAFC
AAA
1.77:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #7C0766;
}
.text-color {
color: #7C0766;
}
.border-color {
border: 2px solid #7C0766;
}