Shades of Hot Purple #592064
Tints of Hot Purple #592064
RGB
CMYK
RGB Variations
Color information
#592064 (or 0x592064) is known color: Hot Purple. HEX triplet: 59, 20 and 64. RGB value is (89,32,100). Sum of RGB (Red+Green+Blue) = 89+32+100=221 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.27% from 221); Green value is 32 (12.89% from 255 or 14.48% from 221); Blue value is 100 (39.45% from 255 or 45.25% from 221); Max value from RGB is 100 - color contains mainly: blue. Hex color #592064 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592064 is #A6DF9B. Grayscale: #383838. Windows color (decimal): -10936220 or 6561881. OLE color: 6561881.
HSL color Cylindrical-coordinate representation of color #592064: hue angle of 290.29º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #592064 is Cyan = 0.11, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 89 | 32 | 100 | - |
| CMYK | 0.11 | 0.68 | 0 | 0.61 |
| HSL | 290.29º | 0.52% | 0.26% | - |
| HSV(B) | 290.29º | 0.68% | 0.39% | - |
| XYZ | 6.94 | 4.08 | 12.48 | - |
| YUV | 56.8 | 152.38 | 150.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 32 | 100 | 0.11 | 0.68 | 0 | 0.61 | 290.29 | 0.52 | 0.26 |
| Hex | 59 | 20 | 64 | B | 44 | 0 | 3D | 122 | 34 | 1A |
| Octal | 131 | 40 | 144 | 13 | 104 | 0 | 75 | 442 | 64 | 32 |
| Binary | 1011001 | 100000 | 1100100 | 1011 | 1000100 | 0 | 111101 | 100100010 | 110100 | 11010 |
Color Harmonies of #592064
Complementary color
Monochromatic Colors of #592064
Black with #592064
Text Example
Text Example
White with #592064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592064; }
p { color: rgb(89,32,100); }
H1.HeaderClassName
{
color: #592064;
}
.AnyTagClassName
{
color: #592064;
}
</style>
background-color css
<style>
a { background-color: #592064; }
a { background-color: rgb(89,32,100); }
div.DivClassName
{
background-color: #592064;
}
.BgClassName
{
background-color: #592064;
}
</style>
border-color css
<style>
span { border-color: #592064; }
span { border-color: rgb(89,32,100); }
td.TdClassName
{
border-color: #592064;
}
.TagClassName
{
border-color: #592064;
}
</style>