Shades of Hot Purple #572A55
Tints of Hot Purple #572A55
RGB
CMYK
RGB Variations
Color information
#572A55 (or 0x572A55) is known color: Hot Purple. HEX triplet: 57, 2A and 55. RGB value is (87,42,85). Sum of RGB (Red+Green+Blue) = 87+42+85=214 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.65% from 214); Green value is 42 (16.80% from 255 or 19.63% from 214); Blue value is 85 (33.59% from 255 or 39.72% from 214); Max value from RGB is 87 - color contains mainly: red. Hex color #572A55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572A55 is #A8D5AA. Grayscale: #3C3C3C. Windows color (decimal): -11064747 or 5581399. OLE color: 5581399.
HSL color Cylindrical-coordinate representation of color #572A55: hue angle of 302.67º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #572A55 is Cyan = 0, Magento = 0.52, Yellow = 0.02 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 42 | 85 | - |
| CMYK | 0 | 0.52 | 0.02 | 0.66 |
| HSL | 302.67º | 0.35% | 0.25% | - |
| HSV(B) | 302.67º | 0.52% | 0.34% | - |
| XYZ | 6.4 | 4.34 | 9.09 | - |
| YUV | 60.36 | 141.91 | 147 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 42 | 85 | 0 | 0.52 | 0.02 | 0.66 | 302.67 | 0.35 | 0.25 |
| Hex | 57 | 2A | 55 | 0 | 34 | 2 | 42 | 12F | 23 | 19 |
| Octal | 127 | 52 | 125 | 0 | 64 | 2 | 102 | 457 | 43 | 31 |
| Binary | 1010111 | 101010 | 1010101 | 0 | 110100 | 10 | 1000010 | 100101111 | 100011 | 11001 |
Color Harmonies of #572A55
Complementary color
Monochromatic Colors of #572A55
Black with #572A55
Text Example
Text Example
White with #572A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572A55; }
p { color: rgb(87,42,85); }
H1.HeaderClassName
{
color: #572A55;
}
.AnyTagClassName
{
color: #572A55;
}
</style>
background-color css
<style>
a { background-color: #572A55; }
a { background-color: rgb(87,42,85); }
div.DivClassName
{
background-color: #572A55;
}
.BgClassName
{
background-color: #572A55;
}
</style>
border-color css
<style>
span { border-color: #572A55; }
span { border-color: rgb(87,42,85); }
td.TdClassName
{
border-color: #572A55;
}
.TagClassName
{
border-color: #572A55;
}
</style>