#7C0F75
A dark, vivid magenta closely aligning with Purple.
About #7C0F75
At its core, #7C0F75 is a dark and vivid hue. It is closely associated with the named CSS color Purple. This translates to an RGB value of rgb(124, 15, 117).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 0% C, 88% M, 6% Y, and 51% K. This makes it a relatively dark color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#7C0F75
RGB124, 15, 117
HSL303.9°, 78.4%, 27.3%
CMYK0%, 88%, 6%, 51%
HSV303.9°, 87.9%, 48.6%
LAB29.2, 53.9, -30.5
XYZ11.7, 5.9, 17.4
Decimal8130421
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.62:1
Text on #FFFFFF
AAA
2.18:1
Text on #000000
FAIL
9.20:1
Text on #F8FAFC
AAA
1.86:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #7C0F75;
}
.text-color {
color: #7C0F75;
}
.border-color {
border: 2px solid #7C0F75;
}