Shades of Hot Purple #592360
Tints of Hot Purple #592360
RGB
CMYK
RGB Variations
Color information
#592360 (or 0x592360) is known color: Hot Purple. HEX triplet: 59, 23 and 60. RGB value is (89,35,96). Sum of RGB (Red+Green+Blue) = 89+35+96=220 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.45% from 220); Green value is 35 (14.06% from 255 or 15.91% from 220); Blue value is 96 (37.89% from 255 or 43.64% from 220); Max value from RGB is 96 - color contains mainly: blue. Hex color #592360 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592360 is #A6DC9F. Grayscale: #393939. Windows color (decimal): -10935456 or 6300505. OLE color: 6300505.
HSL color Cylindrical-coordinate representation of color #592360: hue angle of 293.11º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #592360 is Cyan = 0.07, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 89 | 35 | 96 | - |
| CMYK | 0.07 | 0.64 | 0 | 0.62 |
| HSL | 293.11º | 0.47% | 0.26% | - |
| HSV(B) | 293.11º | 0.64% | 0.38% | - |
| XYZ | 6.83 | 4.17 | 11.51 | - |
| YUV | 58.1 | 149.39 | 150.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 35 | 96 | 0.07 | 0.64 | 0 | 0.62 | 293.11 | 0.47 | 0.26 |
| Hex | 59 | 23 | 60 | 7 | 40 | 0 | 3E | 125 | 2F | 1A |
| Octal | 131 | 43 | 140 | 7 | 100 | 0 | 76 | 445 | 57 | 32 |
| Binary | 1011001 | 100011 | 1100000 | 111 | 1000000 | 0 | 111110 | 100100101 | 101111 | 11010 |
Color Harmonies of #592360
Complementary color
Monochromatic Colors of #592360
Black with #592360
Text Example
Text Example
White with #592360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592360; }
p { color: rgb(89,35,96); }
H1.HeaderClassName
{
color: #592360;
}
.AnyTagClassName
{
color: #592360;
}
</style>
background-color css
<style>
a { background-color: #592360; }
a { background-color: rgb(89,35,96); }
div.DivClassName
{
background-color: #592360;
}
.BgClassName
{
background-color: #592360;
}
</style>
border-color css
<style>
span { border-color: #592360; }
span { border-color: rgb(89,35,96); }
td.TdClassName
{
border-color: #592360;
}
.TagClassName
{
border-color: #592360;
}
</style>