Shades of Hot Purple #582059
Tints of Hot Purple #582059
RGB
CMYK
RGB Variations
Color information
#582059 (or 0x582059) is known color: Hot Purple. HEX triplet: 58, 20 and 59. RGB value is (88,32,89). Sum of RGB (Red+Green+Blue) = 88+32+89=209 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.11% from 209); Green value is 32 (12.89% from 255 or 15.31% from 209); Blue value is 89 (35.16% from 255 or 42.58% from 209); Max value from RGB is 89 - color contains mainly: blue. Hex color #582059 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582059 is #A7DFA6. Grayscale: #373737. Windows color (decimal): -11001767 or 5840984. OLE color: 5840984.
HSL color Cylindrical-coordinate representation of color #582059: hue angle of 298.95º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #582059 is Cyan = 0.01, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 32 | 89 | - |
| CMYK | 0.01 | 0.64 | 0 | 0.65 |
| HSL | 298.95º | 0.47% | 0.24% | - |
| HSV(B) | 298.95º | 0.64% | 0.35% | - |
| XYZ | 6.34 | 3.83 | 9.86 | - |
| YUV | 55.24 | 147.05 | 151.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 32 | 89 | 0.01 | 0.64 | 0 | 0.65 | 298.95 | 0.47 | 0.24 |
| Hex | 58 | 20 | 59 | 1 | 40 | 0 | 41 | 12B | 2F | 18 |
| Octal | 130 | 40 | 131 | 1 | 100 | 0 | 101 | 453 | 57 | 30 |
| Binary | 1011000 | 100000 | 1011001 | 1 | 1000000 | 0 | 1000001 | 100101011 | 101111 | 11000 |
Color Harmonies of #582059
Complementary color
Monochromatic Colors of #582059
Black with #582059
Text Example
Text Example
White with #582059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582059; }
p { color: rgb(88,32,89); }
H1.HeaderClassName
{
color: #582059;
}
.AnyTagClassName
{
color: #582059;
}
</style>
background-color css
<style>
a { background-color: #582059; }
a { background-color: rgb(88,32,89); }
div.DivClassName
{
background-color: #582059;
}
.BgClassName
{
background-color: #582059;
}
</style>
border-color css
<style>
span { border-color: #582059; }
span { border-color: rgb(88,32,89); }
td.TdClassName
{
border-color: #582059;
}
.TagClassName
{
border-color: #582059;
}
</style>