Shades of Hot Purple #572355
Tints of Hot Purple #572355
RGB
CMYK
RGB Variations
Color information
#572355 (or 0x572355) is known color: Hot Purple. HEX triplet: 57, 23 and 55. RGB value is (87,35,85). Sum of RGB (Red+Green+Blue) = 87+35+85=207 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.03% from 207); Green value is 35 (14.06% from 255 or 16.91% from 207); Blue value is 85 (33.59% from 255 or 41.06% from 207); Max value from RGB is 87 - color contains mainly: red. Hex color #572355 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572355 is #A8DCAA. Grayscale: #383838. Windows color (decimal): -11066539 or 5579607. OLE color: 5579607.
HSL color Cylindrical-coordinate representation of color #572355: hue angle of 302.31º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #572355 is Cyan = 0, Magento = 0.60, Yellow = 0.02 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 35 | 85 | - |
| CMYK | 0 | 0.60 | 0.02 | 0.66 |
| HSL | 302.31º | 0.43% | 0.24% | - |
| HSV(B) | 302.31º | 0.6% | 0.34% | - |
| XYZ | 6.17 | 3.88 | 9.02 | - |
| YUV | 56.25 | 144.23 | 149.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 35 | 85 | 0 | 0.60 | 0.02 | 0.66 | 302.31 | 0.43 | 0.24 |
| Hex | 57 | 23 | 55 | 0 | 3C | 2 | 42 | 12E | 2B | 18 |
| Octal | 127 | 43 | 125 | 0 | 74 | 2 | 102 | 456 | 53 | 30 |
| Binary | 1010111 | 100011 | 1010101 | 0 | 111100 | 10 | 1000010 | 100101110 | 101011 | 11000 |
Color Harmonies of #572355
Complementary color
Monochromatic Colors of #572355
Black with #572355
Text Example
Text Example
White with #572355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572355; }
p { color: rgb(87,35,85); }
H1.HeaderClassName
{
color: #572355;
}
.AnyTagClassName
{
color: #572355;
}
</style>
background-color css
<style>
a { background-color: #572355; }
a { background-color: rgb(87,35,85); }
div.DivClassName
{
background-color: #572355;
}
.BgClassName
{
background-color: #572355;
}
</style>
border-color css
<style>
span { border-color: #572355; }
span { border-color: rgb(87,35,85); }
td.TdClassName
{
border-color: #572355;
}
.TagClassName
{
border-color: #572355;
}
</style>