#7550A0
A medium, moderate purple closely aligning with Darkslateblue.
About #7550A0
When working with digital screens, the color #7550A0 is rendered by mixing light. Designers often compare it to the standard color Darkslateblue. To achieve this exact tint on a monitor, you would use an RGB mix of 117, 80, and 160.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 27% C, 50% M, 0% Y, and 37% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. 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#7550A0
RGB117, 80, 160
HSL267.8°, 33.3%, 47.1%
CMYK27%, 50%, 0%, 37%
HSV267.8°, 50.0%, 62.7%
LAB41.3, 32.2, -37.8
XYZ16.5, 12.1, 34.7
Decimal7688352
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.16:1
Text on #FFFFFF
AA
3.41:1
Text on #000000
AA Large
5.88:1
Text on #F8FAFC
AA
2.90:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #7550A0;
}
.text-color {
color: #7550A0;
}
.border-color {
border: 2px solid #7550A0;
}