#75336D
A dark, moderate magenta closely aligning with Darkslateblue.
About #75336D
Visually, #75336D is defined as a moderate magenta. If you're using CSS, you might find it aligns closely with Darkslateblue. To achieve this exact tint on a monitor, you would use an RGB mix of 117, 51, and 109.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 56% Magenta, 7% Yellow, and 54% Black. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#75336D
RGB117, 51, 109
HSL307.3°, 39.3%, 32.9%
CMYK0%, 56%, 7%, 54%
HSV307.3°, 56.4%, 45.9%
LAB32.4, 37.2, -20.5
XYZ11.3, 7.3, 15.3
Decimal7680877
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.57:1
Text on #FFFFFF
AAA
2.45:1
Text on #000000
FAIL
8.19:1
Text on #F8FAFC
AAA
2.08:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #75336D;
}
.text-color {
color: #75336D;
}
.border-color {
border: 2px solid #75336D;
}