#7C0F8A
A dark, vivid magenta closely aligning with Purple.
About #7C0F8A
Visually, #7C0F8A is defined as a vivid magenta. If you're using CSS, you might find it aligns closely with Purple. This translates to an RGB value of rgb(124, 15, 138).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 10% cyan and 89% magenta inks. With a hue angle of 293.2 degrees, it sits comfortably in the magenta spectrum.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#7C0F8A
RGB124, 15, 138
HSL293.2°, 80.4%, 30.0%
CMYK10%, 89%, 0%, 46%
HSV293.2°, 89.1%, 54.1%
LAB30.5, 57.4, -41.6
XYZ13.1, 6.5, 24.6
Decimal8130442
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.16:1
Text on #FFFFFF
AAA
2.29:1
Text on #000000
FAIL
8.76:1
Text on #F8FAFC
AAA
1.95:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #7C0F8A;
}
.text-color {
color: #7C0F8A;
}
.border-color {
border: 2px solid #7C0F8A;
}