Shades of Hot Purple #592462
Tints of Hot Purple #592462
RGB
CMYK
RGB Variations
Color information
#592462 (or 0x592462) is known color: Hot Purple. HEX triplet: 59, 24 and 62. RGB value is (89,36,98). Sum of RGB (Red+Green+Blue) = 89+36+98=223 (29% of max value = 765). Red value is 89 (35.16% from 255 or 39.91% from 223); Green value is 36 (14.45% from 255 or 16.14% from 223); Blue value is 98 (38.67% from 255 or 43.95% from 223); Max value from RGB is 98 - color contains mainly: blue. Hex color #592462 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592462 is #A6DB9D. Grayscale: #3A3A3A. Windows color (decimal): -10935198 or 6431833. OLE color: 6431833.
HSL color Cylindrical-coordinate representation of color #592462: hue angle of 291.29º degrees, saturation: 0.46, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #592462 is Cyan = 0.09, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 89 | 36 | 98 | - |
| CMYK | 0.09 | 0.63 | 0 | 0.62 |
| HSL | 291.29º | 0.46% | 0.26% | - |
| HSV(B) | 291.29º | 0.63% | 0.38% | - |
| XYZ | 6.96 | 4.27 | 12.01 | - |
| YUV | 58.92 | 150.06 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 36 | 98 | 0.09 | 0.63 | 0 | 0.62 | 291.29 | 0.46 | 0.26 |
| Hex | 59 | 24 | 62 | 9 | 3F | 0 | 3E | 123 | 2E | 1A |
| Octal | 131 | 44 | 142 | 11 | 77 | 0 | 76 | 443 | 56 | 32 |
| Binary | 1011001 | 100100 | 1100010 | 1001 | 111111 | 0 | 111110 | 100100011 | 101110 | 11010 |
Color Harmonies of #592462
Complementary color
Monochromatic Colors of #592462
Black with #592462
Text Example
Text Example
White with #592462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592462; }
p { color: rgb(89,36,98); }
H1.HeaderClassName
{
color: #592462;
}
.AnyTagClassName
{
color: #592462;
}
</style>
background-color css
<style>
a { background-color: #592462; }
a { background-color: rgb(89,36,98); }
div.DivClassName
{
background-color: #592462;
}
.BgClassName
{
background-color: #592462;
}
</style>
border-color css
<style>
span { border-color: #592462; }
span { border-color: rgb(89,36,98); }
td.TdClassName
{
border-color: #592462;
}
.TagClassName
{
border-color: #592462;
}
</style>