#50075F
A dark, vivid magenta closely aligning with Purple.
About #50075F
When working with digital screens, the color #50075F is rendered by mixing light. It is closely associated with the named CSS color Purple. In the RGB color space, it consists of 80 red, 7 green, and 95 blue.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 16% cyan and 93% magenta inks. With a hue angle of 289.8 degrees, it sits comfortably in the magenta spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a dark color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#50075F
RGB80, 7, 95
HSL289.8°, 86.3%, 20.0%
CMYK16%, 93%, 0%, 63%
HSV289.8°, 92.6%, 37.3%
LAB18.7, 43.1, -33.4
XYZ5.4, 2.7, 11.1
Decimal5244767
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
13.67:1
Text on #FFFFFF
AAA
1.54:1
Text on #000000
FAIL
13.06:1
Text on #F8FAFC
AAA
1.31:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #50075F;
}
.text-color {
color: #50075F;
}
.border-color {
border: 2px solid #50075F;
}