Shades of Hot Purple #582860
Tints of Hot Purple #582860
RGB
CMYK
RGB Variations
Color information
#582860 (or 0x582860) is known color: Hot Purple. HEX triplet: 58, 28 and 60. RGB value is (88,40,96). Sum of RGB (Red+Green+Blue) = 88+40+96=224 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.29% from 224); Green value is 40 (16.02% from 255 or 17.86% from 224); Blue value is 96 (37.89% from 255 or 42.86% from 224); Max value from RGB is 96 - color contains mainly: blue. Hex color #582860 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582860 is #A7D79F. Grayscale: #3C3C3C. Windows color (decimal): -10999712 or 6301784. OLE color: 6301784.
HSL color Cylindrical-coordinate representation of color #582860: hue angle of 291.43º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #582860 is Cyan = 0.08, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 88 | 40 | 96 | - |
| CMYK | 0.08 | 0.58 | 0 | 0.62 |
| HSL | 291.43º | 0.41% | 0.27% | - |
| HSV(B) | 291.43º | 0.58% | 0.38% | - |
| XYZ | 6.89 | 4.44 | 11.56 | - |
| YUV | 60.74 | 147.9 | 147.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 40 | 96 | 0.08 | 0.58 | 0 | 0.62 | 291.43 | 0.41 | 0.27 |
| Hex | 58 | 28 | 60 | 8 | 3A | 0 | 3E | 123 | 29 | 1B |
| Octal | 130 | 50 | 140 | 10 | 72 | 0 | 76 | 443 | 51 | 33 |
| Binary | 1011000 | 101000 | 1100000 | 1000 | 111010 | 0 | 111110 | 100100011 | 101001 | 11011 |
Color Harmonies of #582860
Complementary color
Monochromatic Colors of #582860
Black with #582860
Text Example
Text Example
White with #582860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582860; }
p { color: rgb(88,40,96); }
H1.HeaderClassName
{
color: #582860;
}
.AnyTagClassName
{
color: #582860;
}
</style>
background-color css
<style>
a { background-color: #582860; }
a { background-color: rgb(88,40,96); }
div.DivClassName
{
background-color: #582860;
}
.BgClassName
{
background-color: #582860;
}
</style>
border-color css
<style>
span { border-color: #582860; }
span { border-color: rgb(88,40,96); }
td.TdClassName
{
border-color: #582860;
}
.TagClassName
{
border-color: #582860;
}
</style>