#75337C
A dark, moderate magenta closely aligning with Rebeccapurple.
About #75337C
Visually, #75337C is defined as a moderate magenta. It is closely associated with the named CSS color Rebeccapurple. To achieve this exact tint on a monitor, you would use an RGB mix of 117, 51, and 124.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 6% C, 59% M, 0% Y, and 51% K. With a hue angle of 294.2 degrees, it sits comfortably in the magenta spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#75337C
RGB117, 51, 124
HSL294.2°, 41.7%, 34.3%
CMYK6%, 59%, 0%, 51%
HSV294.2°, 58.9%, 48.6%
LAB33.1, 40.1, -28.8
XYZ12.2, 7.6, 19.9
Decimal7680892
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.33:1
Text on #FFFFFF
AAA
2.52:1
Text on #000000
FAIL
7.96:1
Text on #F8FAFC
AAA
2.14:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #75337C;
}
.text-color {
color: #75337C;
}
.border-color {
border: 2px solid #75337C;
}