#7557AF
A medium, moderate purple closely aligning with Mediumpurple.
About #7557AF
The precise color #7557AF is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Mediumpurple. To achieve this exact tint on a monitor, you would use an RGB mix of 117, 87, and 175.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 33% C, 50% M, 0% Y, and 31% K. The HSL representation is 260.5° hue, 35.5% saturation, and 51.4% lightness.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#7557AF
RGB117, 87, 175
HSL260.5°, 35.5%, 51.4%
CMYK33%, 50%, 0%, 31%
HSV260.5°, 50.3%, 68.6%
LAB43.8, 32.0, -42.8
XYZ18.5, 13.7, 42.2
Decimal7690159
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.62:1
Text on #FFFFFF
AA
3.74:1
Text on #000000
AA Large
5.37:1
Text on #F8FAFC
AA
3.18:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #7557AF;
}
.text-color {
color: #7557AF;
}
.border-color {
border: 2px solid #7557AF;
}