Shades of Hot Purple #592464
Tints of Hot Purple #592464
RGB
CMYK
RGB Variations
Color information
#592464 (or 0x592464) is known color: Hot Purple. HEX triplet: 59, 24 and 64. RGB value is (89,36,100). Sum of RGB (Red+Green+Blue) = 89+36+100=225 (29% of max value = 765). Red value is 89 (35.16% from 255 or 39.56% from 225); Green value is 36 (14.45% from 255 or 16% from 225); Blue value is 100 (39.45% from 255 or 44.44% from 225); Max value from RGB is 100 - color contains mainly: blue. Hex color #592464 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592464 is #A6DB9B. Grayscale: #3A3A3A. Windows color (decimal): -10935196 or 6562905. OLE color: 6562905.
HSL color Cylindrical-coordinate representation of color #592464: hue angle of 289.69º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #592464 is Cyan = 0.11, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 89 | 36 | 100 | - |
| CMYK | 0.11 | 0.64 | 0 | 0.61 |
| HSL | 289.69º | 0.47% | 0.27% | - |
| HSV(B) | 289.69º | 0.64% | 0.39% | - |
| XYZ | 7.05 | 4.31 | 12.52 | - |
| YUV | 59.14 | 151.06 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 36 | 100 | 0.11 | 0.64 | 0 | 0.61 | 289.69 | 0.47 | 0.27 |
| Hex | 59 | 24 | 64 | B | 40 | 0 | 3D | 122 | 2F | 1B |
| Octal | 131 | 44 | 144 | 13 | 100 | 0 | 75 | 442 | 57 | 33 |
| Binary | 1011001 | 100100 | 1100100 | 1011 | 1000000 | 0 | 111101 | 100100010 | 101111 | 11011 |
Color Harmonies of #592464
Complementary color
Monochromatic Colors of #592464
Black with #592464
Text Example
Text Example
White with #592464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592464; }
p { color: rgb(89,36,100); }
H1.HeaderClassName
{
color: #592464;
}
.AnyTagClassName
{
color: #592464;
}
</style>
background-color css
<style>
a { background-color: #592464; }
a { background-color: rgb(89,36,100); }
div.DivClassName
{
background-color: #592464;
}
.BgClassName
{
background-color: #592464;
}
</style>
border-color css
<style>
span { border-color: #592464; }
span { border-color: rgb(89,36,100); }
td.TdClassName
{
border-color: #592464;
}
.TagClassName
{
border-color: #592464;
}
</style>