Shades of Hot Purple #572855
Tints of Hot Purple #572855
RGB
CMYK
RGB Variations
Color information
#572855 (or 0x572855) is known color: Hot Purple. HEX triplet: 57, 28 and 55. RGB value is (87,40,85). Sum of RGB (Red+Green+Blue) = 87+40+85=212 (28% of max value = 765). Red value is 87 (34.38% from 255 or 41.04% from 212); Green value is 40 (16.02% from 255 or 18.87% from 212); Blue value is 85 (33.59% from 255 or 40.09% from 212); Max value from RGB is 87 - color contains mainly: red. Hex color #572855 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572855 is #A8D7AA. Grayscale: #3B3B3B. Windows color (decimal): -11065259 or 5580887. OLE color: 5580887.
HSL color Cylindrical-coordinate representation of color #572855: hue angle of 302.55º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #572855 is Cyan = 0, Magento = 0.54, Yellow = 0.02 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 40 | 85 | - |
| CMYK | 0 | 0.54 | 0.02 | 0.66 |
| HSL | 302.55º | 0.37% | 0.25% | - |
| HSV(B) | 302.55º | 0.54% | 0.34% | - |
| XYZ | 6.33 | 4.2 | 9.07 | - |
| YUV | 59.18 | 142.57 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 40 | 85 | 0 | 0.54 | 0.02 | 0.66 | 302.55 | 0.37 | 0.25 |
| Hex | 57 | 28 | 55 | 0 | 36 | 2 | 42 | 12F | 25 | 19 |
| Octal | 127 | 50 | 125 | 0 | 66 | 2 | 102 | 457 | 45 | 31 |
| Binary | 1010111 | 101000 | 1010101 | 0 | 110110 | 10 | 1000010 | 100101111 | 100101 | 11001 |
Color Harmonies of #572855
Complementary color
Monochromatic Colors of #572855
Black with #572855
Text Example
Text Example
White with #572855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572855; }
p { color: rgb(87,40,85); }
H1.HeaderClassName
{
color: #572855;
}
.AnyTagClassName
{
color: #572855;
}
</style>
background-color css
<style>
a { background-color: #572855; }
a { background-color: rgb(87,40,85); }
div.DivClassName
{
background-color: #572855;
}
.BgClassName
{
background-color: #572855;
}
</style>
border-color css
<style>
span { border-color: #572855; }
span { border-color: rgb(87,40,85); }
td.TdClassName
{
border-color: #572855;
}
.TagClassName
{
border-color: #572855;
}
</style>