#753375
A dark, moderate magenta closely aligning with Darkslateblue.
About #753375
The hex code #753375 represents a beautifully specific shade of magenta. If you're using CSS, you might find it aligns closely with Darkslateblue. This translates to an RGB value of rgb(117, 51, 117).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 56% Magenta, 0% Yellow, and 54% Black. With a hue angle of 300.0 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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#753375
RGB117, 51, 117
HSL300.0°, 39.3%, 32.9%
CMYK0%, 56%, 0%, 54%
HSV300.0°, 56.4%, 45.9%
LAB32.8, 38.7, -24.9
XYZ11.7, 7.4, 17.6
Decimal7680885
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.44:1
Text on #FFFFFF
AAA
2.49:1
Text on #000000
FAIL
8.07:1
Text on #F8FAFC
AAA
2.11:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #753375;
}
.text-color {
color: #753375;
}
.border-color {
border: 2px solid #753375;
}