#75078A
A dark, vivid magenta closely aligning with Purple.
About #75078A
At its core, #75078A is a dark and vivid hue. It is closely associated with the named CSS color Purple. Its digital footprint relies on 117 parts red, 7 parts green, and 138 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 15% C, 95% M, 0% Y, and 46% K. With a hue angle of 290.4 degrees, it sits comfortably in the magenta spectrum.
When using this color as a background, text legibility must be considered. Because it is a dark color, it is generally recommended to use #FFFFFF text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#75078A
RGB117, 7, 138
HSL290.4°, 90.3%, 28.4%
CMYK15%, 95%, 0%, 46%
HSV290.4°, 94.9%, 54.1%
LAB28.8, 57.6, -44.4
XYZ12.0, 5.8, 24.5
Decimal7669642
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.75:1
Text on #FFFFFF
AAA
2.15:1
Text on #000000
FAIL
9.32:1
Text on #F8FAFC
AAA
1.83:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #75078A;
}
.text-color {
color: #75078A;
}
.border-color {
border: 2px solid #75078A;
}