#7C075F
A dark, vivid magenta closely aligning with Purple.
About #7C075F
Visually, #7C075F is defined as a vivid magenta. Its closest recognized web color is Purple. To achieve this exact tint on a monitor, you would use an RGB mix of 124, 7, and 95.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 0% cyan and 94% magenta inks. With a hue angle of 314.9 degrees, it sits comfortably in the magenta spectrum.
Ensuring your text is legible against this background is a key part of web design. 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#7C075F
RGB124, 7, 95
HSL314.9°, 89.3%, 25.7%
CMYK0%, 94%, 23%, 51%
HSV314.9°, 94.4%, 48.6%
LAB27.5, 52.2, -19.0
XYZ10.5, 5.3, 11.3
Decimal8128351
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.23:1
Text on #FFFFFF
AAA
2.05:1
Text on #000000
FAIL
9.78:1
Text on #F8FAFC
AAA
1.75:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #7C075F;
}
.text-color {
color: #7C075F;
}
.border-color {
border: 2px solid #7C075F;
}