Shades of Hot Purple #592858
Tints of Hot Purple #592858
RGB
CMYK
RGB Variations
Color information
#592858 (or 0x592858) is known color: Hot Purple. HEX triplet: 59, 28 and 58. RGB value is (89,40,88). Sum of RGB (Red+Green+Blue) = 89+40+88=217 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.01% from 217); Green value is 40 (16.02% from 255 or 18.43% from 217); Blue value is 88 (34.77% from 255 or 40.55% from 217); Max value from RGB is 89 - color contains mainly: red. Hex color #592858 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592858 is #A6D7A7. Grayscale: #3B3B3B. Windows color (decimal): -10934184 or 5777497. OLE color: 5777497.
HSL color Cylindrical-coordinate representation of color #592858: hue angle of 301.22º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #592858 is Cyan = 0, Magento = 0.55, Yellow = 0.01 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 40 | 88 | - |
| CMYK | 0 | 0.55 | 0.01 | 0.65 |
| HSL | 301.22º | 0.38% | 0.25% | - |
| HSV(B) | 301.22º | 0.55% | 0.35% | - |
| XYZ | 6.64 | 4.35 | 9.72 | - |
| YUV | 60.12 | 143.73 | 148.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 40 | 88 | 0 | 0.55 | 0.01 | 0.65 | 301.22 | 0.38 | 0.25 |
| Hex | 59 | 28 | 58 | 0 | 37 | 1 | 41 | 12D | 26 | 19 |
| Octal | 131 | 50 | 130 | 0 | 67 | 1 | 101 | 455 | 46 | 31 |
| Binary | 1011001 | 101000 | 1011000 | 0 | 110111 | 1 | 1000001 | 100101101 | 100110 | 11001 |
Color Harmonies of #592858
Complementary color
Monochromatic Colors of #592858
Black with #592858
Text Example
Text Example
White with #592858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592858; }
p { color: rgb(89,40,88); }
H1.HeaderClassName
{
color: #592858;
}
.AnyTagClassName
{
color: #592858;
}
</style>
background-color css
<style>
a { background-color: #592858; }
a { background-color: rgb(89,40,88); }
div.DivClassName
{
background-color: #592858;
}
.BgClassName
{
background-color: #592858;
}
</style>
border-color css
<style>
span { border-color: #592858; }
span { border-color: rgb(89,40,88); }
td.TdClassName
{
border-color: #592858;
}
.TagClassName
{
border-color: #592858;
}
</style>