#753A6D
A dark, moderate magenta closely aligning with Darkslateblue.
About #753A6D
When working with digital screens, the color #753A6D is rendered by mixing light. Its closest recognized web color is Darkslateblue. In the RGB color space, it consists of 117 red, 58 green, and 109 blue.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 50% Magenta, 7% Yellow, and 54% Black. This makes it a relatively dark color when applied to physical surfaces.
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#753A6D
RGB117, 58, 109
HSL308.1°, 33.7%, 34.3%
CMYK0%, 50%, 7%, 54%
HSV308.1°, 50.4%, 45.9%
LAB33.8, 33.4, -18.3
XYZ11.6, 7.9, 15.4
Decimal7682669
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.13:1
Text on #FFFFFF
AAA
2.58:1
Text on #000000
FAIL
7.77:1
Text on #F8FAFC
AAA
2.20:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #753A6D;
}
.text-color {
color: #753A6D;
}
.border-color {
border: 2px solid #753A6D;
}