Shades of Hot Purple #582A59
Tints of Hot Purple #582A59
RGB
CMYK
RGB Variations
Color information
#582A59 (or 0x582A59) is known color: Hot Purple. HEX triplet: 58, 2A and 59. RGB value is (88,42,89). Sum of RGB (Red+Green+Blue) = 88+42+89=219 (29% of max value = 765). Red value is 88 (34.77% from 255 or 40.18% from 219); Green value is 42 (16.80% from 255 or 19.18% from 219); Blue value is 89 (35.16% from 255 or 40.64% from 219); Max value from RGB is 89 - color contains mainly: blue. Hex color #582A59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582A59 is #A7D5A6. Grayscale: #3C3C3C. Windows color (decimal): -10999207 or 5843544. OLE color: 5843544.
HSL color Cylindrical-coordinate representation of color #582A59: hue angle of 298.72º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #582A59 is Cyan = 0.01, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 42 | 89 | - |
| CMYK | 0.01 | 0.53 | 0 | 0.65 |
| HSL | 298.72º | 0.36% | 0.26% | - |
| HSV(B) | 298.72º | 0.53% | 0.35% | - |
| XYZ | 6.66 | 4.45 | 9.96 | - |
| YUV | 61.11 | 143.74 | 147.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 42 | 89 | 0.01 | 0.53 | 0 | 0.65 | 298.72 | 0.36 | 0.26 |
| Hex | 58 | 2A | 59 | 1 | 35 | 0 | 41 | 12B | 24 | 1A |
| Octal | 130 | 52 | 131 | 1 | 65 | 0 | 101 | 453 | 44 | 32 |
| Binary | 1011000 | 101010 | 1011001 | 1 | 110101 | 0 | 1000001 | 100101011 | 100100 | 11010 |
Color Harmonies of #582A59
Complementary color
Monochromatic Colors of #582A59
Black with #582A59
Text Example
Text Example
White with #582A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582A59; }
p { color: rgb(88,42,89); }
H1.HeaderClassName
{
color: #582A59;
}
.AnyTagClassName
{
color: #582A59;
}
</style>
background-color css
<style>
a { background-color: #582A59; }
a { background-color: rgb(88,42,89); }
div.DivClassName
{
background-color: #582A59;
}
.BgClassName
{
background-color: #582A59;
}
</style>
border-color css
<style>
span { border-color: #582A59; }
span { border-color: rgb(88,42,89); }
td.TdClassName
{
border-color: #582A59;
}
.TagClassName
{
border-color: #582A59;
}
</style>