Shades of Hot Purple #572854
Tints of Hot Purple #572854
RGB
CMYK
RGB Variations
Color information
#572854 (or 0x572854) is known color: Hot Purple. HEX triplet: 57, 28 and 54. RGB value is (87,40,84). Sum of RGB (Red+Green+Blue) = 87+40+84=211 (27% of max value = 765). Red value is 87 (34.38% from 255 or 41.23% from 211); Green value is 40 (16.02% from 255 or 18.96% from 211); Blue value is 84 (33.20% from 255 or 39.81% from 211); Max value from RGB is 87 - color contains mainly: red. Hex color #572854 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572854 is #A8D7AB. Grayscale: #3A3A3A. Windows color (decimal): -11065260 or 5515351. OLE color: 5515351.
HSL color Cylindrical-coordinate representation of color #572854: hue angle of 303.83º 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 #572854 is Cyan = 0, Magento = 0.54, Yellow = 0.03 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 40 | 84 | - |
| CMYK | 0 | 0.54 | 0.03 | 0.66 |
| HSL | 303.83º | 0.37% | 0.25% | - |
| HSV(B) | 303.83º | 0.54% | 0.34% | - |
| XYZ | 6.29 | 4.18 | 8.86 | - |
| YUV | 59.07 | 142.07 | 147.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 40 | 84 | 0 | 0.54 | 0.03 | 0.66 | 303.83 | 0.37 | 0.25 |
| Hex | 57 | 28 | 54 | 0 | 36 | 3 | 42 | 130 | 25 | 19 |
| Octal | 127 | 50 | 124 | 0 | 66 | 3 | 102 | 460 | 45 | 31 |
| Binary | 1010111 | 101000 | 1010100 | 0 | 110110 | 11 | 1000010 | 100110000 | 100101 | 11001 |
Color Harmonies of #572854
Complementary color
Monochromatic Colors of #572854
Black with #572854
Text Example
Text Example
White with #572854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572854; }
p { color: rgb(87,40,84); }
H1.HeaderClassName
{
color: #572854;
}
.AnyTagClassName
{
color: #572854;
}
</style>
background-color css
<style>
a { background-color: #572854; }
a { background-color: rgb(87,40,84); }
div.DivClassName
{
background-color: #572854;
}
.BgClassName
{
background-color: #572854;
}
</style>
border-color css
<style>
span { border-color: #572854; }
span { border-color: rgb(87,40,84); }
td.TdClassName
{
border-color: #572854;
}
.TagClassName
{
border-color: #572854;
}
</style>