Shades of Hot Purple #572554
Tints of Hot Purple #572554
RGB
CMYK
RGB Variations
Color information
#572554 (or 0x572554) is known color: Hot Purple. HEX triplet: 57, 25 and 54. RGB value is (87,37,84). Sum of RGB (Red+Green+Blue) = 87+37+84=208 (27% of max value = 765). Red value is 87 (34.38% from 255 or 41.83% from 208); Green value is 37 (14.84% from 255 or 17.79% from 208); Blue value is 84 (33.20% from 255 or 40.38% from 208); Max value from RGB is 87 - color contains mainly: red. Hex color #572554 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572554 is #A8DAAB. Grayscale: #393939. Windows color (decimal): -11066028 or 5514583. OLE color: 5514583.
HSL color Cylindrical-coordinate representation of color #572554: hue angle of 303.6º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #572554 is Cyan = 0, Magento = 0.57, Yellow = 0.03 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 37 | 84 | - |
| CMYK | 0 | 0.57 | 0.03 | 0.66 |
| HSL | 303.6º | 0.4% | 0.24% | - |
| HSV(B) | 303.6º | 0.57% | 0.34% | - |
| XYZ | 6.19 | 3.99 | 8.83 | - |
| YUV | 57.31 | 143.07 | 149.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 37 | 84 | 0 | 0.57 | 0.03 | 0.66 | 303.6 | 0.4 | 0.24 |
| Hex | 57 | 25 | 54 | 0 | 39 | 3 | 42 | 130 | 28 | 18 |
| Octal | 127 | 45 | 124 | 0 | 71 | 3 | 102 | 460 | 50 | 30 |
| Binary | 1010111 | 100101 | 1010100 | 0 | 111001 | 11 | 1000010 | 100110000 | 101000 | 11000 |
Color Harmonies of #572554
Complementary color
Monochromatic Colors of #572554
Black with #572554
Text Example
Text Example
White with #572554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572554; }
p { color: rgb(87,37,84); }
H1.HeaderClassName
{
color: #572554;
}
.AnyTagClassName
{
color: #572554;
}
</style>
background-color css
<style>
a { background-color: #572554; }
a { background-color: rgb(87,37,84); }
div.DivClassName
{
background-color: #572554;
}
.BgClassName
{
background-color: #572554;
}
</style>
border-color css
<style>
span { border-color: #572554; }
span { border-color: rgb(87,37,84); }
td.TdClassName
{
border-color: #572554;
}
.TagClassName
{
border-color: #572554;
}
</style>