#7C0F7C
A dark, vivid magenta closely aligning with Purple.
About #7C0F7C
At its core, #7C0F7C 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, 15 green, and 124 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 88% magenta, 0% yellow, and 51% black. This makes it a relatively dark color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#7C0F7C
RGB124, 15, 124
HSL300.0°, 78.4%, 27.3%
CMYK0%, 88%, 0%, 51%
HSV300.0°, 87.9%, 48.6%
LAB29.6, 55.0, -34.3
XYZ12.1, 6.1, 19.6
Decimal8130428
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.47:1
Text on #FFFFFF
AAA
2.22:1
Text on #000000
FAIL
9.06:1
Text on #F8FAFC
AAA
1.88:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #7C0F7C;
}
.text-color {
color: #7C0F7C;
}
.border-color {
border: 2px solid #7C0F7C;
}