Shades of Hot Purple #572857
Tints of Hot Purple #572857
RGB
CMYK
RGB Variations
Color information
#572857 (or 0x572857) is known color: Hot Purple. HEX triplet: 57, 28 and 57. RGB value is (87,40,87). Sum of RGB (Red+Green+Blue) = 87+40+87=214 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.65% from 214); Green value is 40 (16.02% from 255 or 18.69% from 214); Blue value is 87 (34.38% from 255 or 40.65% from 214); Max value from RGB is 87 - color contains mainly: red, blue. Hex color #572857 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572857 is #A8D7A8. Grayscale: #3B3B3B. Windows color (decimal): -11065257 or 5711959. OLE color: 5711959.
HSL color Cylindrical-coordinate representation of color #572857: hue angle of 300º 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 #572857 is Cyan = 0, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 40 | 87 | - |
| CMYK | 0 | 0.54 | 0 | 0.66 |
| HSL | 300º | 0.37% | 0.25% | - |
| HSV(B) | 300º | 0.54% | 0.34% | - |
| XYZ | 6.41 | 4.23 | 9.5 | - |
| YUV | 59.41 | 143.57 | 147.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 40 | 87 | 0 | 0.54 | 0 | 0.66 | 300 | 0.37 | 0.25 |
| Hex | 57 | 28 | 57 | 0 | 36 | 0 | 42 | 12C | 25 | 19 |
| Octal | 127 | 50 | 127 | 0 | 66 | 0 | 102 | 454 | 45 | 31 |
| Binary | 1010111 | 101000 | 1010111 | 0 | 110110 | 0 | 1000010 | 100101100 | 100101 | 11001 |
Color Harmonies of #572857
Complementary color
Monochromatic Colors of #572857
Black with #572857
Text Example
Text Example
White with #572857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572857; }
p { color: rgb(87,40,87); }
H1.HeaderClassName
{
color: #572857;
}
.AnyTagClassName
{
color: #572857;
}
</style>
background-color css
<style>
a { background-color: #572857; }
a { background-color: rgb(87,40,87); }
div.DivClassName
{
background-color: #572857;
}
.BgClassName
{
background-color: #572857;
}
</style>
border-color css
<style>
span { border-color: #572857; }
span { border-color: rgb(87,40,87); }
td.TdClassName
{
border-color: #572857;
}
.TagClassName
{
border-color: #572857;
}
</style>