#7C017B
A dark, vivid magenta closely aligning with Purple.
About #7C017B
The hex code #7C017B represents a beautifully specific shade of magenta. Its closest recognized web color is Purple. To achieve this exact tint on a monitor, you would use an RGB mix of 124, 1, and 123.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 99% magenta, 1% yellow, and 51% black. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. Because it is a dark color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#7C017B
RGB124, 1, 123
HSL300.5°, 98.4%, 24.5%
CMYK0%, 99%, 1%, 51%
HSV300.5°, 99.2%, 48.6%
LAB28.7, 57.3, -35.1
XYZ11.9, 5.7, 19.2
Decimal8126843
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.78:1
Text on #FFFFFF
AAA
2.15:1
Text on #000000
FAIL
9.35:1
Text on #F8FAFC
AAA
1.83:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #7C017B;
}
.text-color {
color: #7C017B;
}
.border-color {
border: 2px solid #7C017B;
}