Shades of Hot Purple #572358
Tints of Hot Purple #572358
RGB
CMYK
RGB Variations
Color information
#572358 (or 0x572358) is known color: Hot Purple. HEX triplet: 57, 23 and 58. RGB value is (87,35,88). Sum of RGB (Red+Green+Blue) = 87+35+88=210 (27% of max value = 765). Red value is 87 (34.38% from 255 or 41.43% from 210); Green value is 35 (14.06% from 255 or 16.67% from 210); Blue value is 88 (34.77% from 255 or 41.90% from 210); Max value from RGB is 88 - color contains mainly: blue. Hex color #572358 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572358 is #A8DCA7. Grayscale: #383838. Windows color (decimal): -11066536 or 5776215. OLE color: 5776215.
HSL color Cylindrical-coordinate representation of color #572358: hue angle of 298.87º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #572358 is Cyan = 0.01, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 87 | 35 | 88 | - |
| CMYK | 0.01 | 0.60 | 0 | 0.65 |
| HSL | 298.87º | 0.43% | 0.24% | - |
| HSV(B) | 298.87º | 0.6% | 0.35% | - |
| XYZ | 6.29 | 3.93 | 9.66 | - |
| YUV | 56.59 | 145.73 | 149.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 35 | 88 | 0.01 | 0.60 | 0 | 0.65 | 298.87 | 0.43 | 0.24 |
| Hex | 57 | 23 | 58 | 1 | 3C | 0 | 41 | 12B | 2B | 18 |
| Octal | 127 | 43 | 130 | 1 | 74 | 0 | 101 | 453 | 53 | 30 |
| Binary | 1010111 | 100011 | 1011000 | 1 | 111100 | 0 | 1000001 | 100101011 | 101011 | 11000 |
Color Harmonies of #572358
Complementary color
Monochromatic Colors of #572358
Black with #572358
Text Example
Text Example
White with #572358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572358; }
p { color: rgb(87,35,88); }
H1.HeaderClassName
{
color: #572358;
}
.AnyTagClassName
{
color: #572358;
}
</style>
background-color css
<style>
a { background-color: #572358; }
a { background-color: rgb(87,35,88); }
div.DivClassName
{
background-color: #572358;
}
.BgClassName
{
background-color: #572358;
}
</style>
border-color css
<style>
span { border-color: #572358; }
span { border-color: rgb(87,35,88); }
td.TdClassName
{
border-color: #572358;
}
.TagClassName
{
border-color: #572358;
}
</style>