Shades of Hot Purple #582959
Tints of Hot Purple #582959
RGB
CMYK
RGB Variations
Color information
#582959 (or 0x582959) is known color: Hot Purple. HEX triplet: 58, 29 and 59. RGB value is (88,41,89). Sum of RGB (Red+Green+Blue) = 88+41+89=218 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.37% from 218); Green value is 41 (16.41% from 255 or 18.81% from 218); Blue value is 89 (35.16% from 255 or 40.83% from 218); Max value from RGB is 89 - color contains mainly: blue. Hex color #582959 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582959 is #A7D6A6. Grayscale: #3C3C3C. Windows color (decimal): -10999463 or 5843288. OLE color: 5843288.
HSL color Cylindrical-coordinate representation of color #582959: hue angle of 298.75º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #582959 is Cyan = 0.01, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 41 | 89 | - |
| CMYK | 0.01 | 0.54 | 0 | 0.65 |
| HSL | 298.75º | 0.37% | 0.25% | - |
| HSV(B) | 298.75º | 0.54% | 0.35% | - |
| XYZ | 6.62 | 4.38 | 9.95 | - |
| YUV | 60.53 | 144.07 | 147.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 41 | 89 | 0.01 | 0.54 | 0 | 0.65 | 298.75 | 0.37 | 0.25 |
| Hex | 58 | 29 | 59 | 1 | 36 | 0 | 41 | 12B | 25 | 19 |
| Octal | 130 | 51 | 131 | 1 | 66 | 0 | 101 | 453 | 45 | 31 |
| Binary | 1011000 | 101001 | 1011001 | 1 | 110110 | 0 | 1000001 | 100101011 | 100101 | 11001 |
Color Harmonies of #582959
Complementary color
Monochromatic Colors of #582959
Black with #582959
Text Example
Text Example
White with #582959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582959; }
p { color: rgb(88,41,89); }
H1.HeaderClassName
{
color: #582959;
}
.AnyTagClassName
{
color: #582959;
}
</style>
background-color css
<style>
a { background-color: #582959; }
a { background-color: rgb(88,41,89); }
div.DivClassName
{
background-color: #582959;
}
.BgClassName
{
background-color: #582959;
}
</style>
border-color css
<style>
span { border-color: #582959; }
span { border-color: rgb(88,41,89); }
td.TdClassName
{
border-color: #582959;
}
.TagClassName
{
border-color: #582959;
}
</style>