Shades of Hot Purple #592865
Tints of Hot Purple #592865
RGB
CMYK
RGB Variations
Color information
#592865 (or 0x592865) is known color: Hot Purple. HEX triplet: 59, 28 and 65. RGB value is (89,40,101). Sum of RGB (Red+Green+Blue) = 89+40+101=230 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.70% from 230); Green value is 40 (16.02% from 255 or 17.39% from 230); Blue value is 101 (39.84% from 255 or 43.91% from 230); Max value from RGB is 101 - color contains mainly: blue. Hex color #592865 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592865 is #A6D79A. Grayscale: #3D3D3D. Windows color (decimal): -10934171 or 6629465. OLE color: 6629465.
HSL color Cylindrical-coordinate representation of color #592865: hue angle of 288.2º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #592865 is Cyan = 0.12, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 89 | 40 | 101 | - |
| CMYK | 0.12 | 0.60 | 0 | 0.60 |
| HSL | 288.2º | 0.43% | 0.28% | - |
| HSV(B) | 288.2º | 0.6% | 0.4% | - |
| XYZ | 7.23 | 4.58 | 12.82 | - |
| YUV | 61.61 | 150.23 | 147.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 40 | 101 | 0.12 | 0.60 | 0 | 0.60 | 288.2 | 0.43 | 0.28 |
| Hex | 59 | 28 | 65 | C | 3C | 0 | 3C | 120 | 2B | 1C |
| Octal | 131 | 50 | 145 | 14 | 74 | 0 | 74 | 440 | 53 | 34 |
| Binary | 1011001 | 101000 | 1100101 | 1100 | 111100 | 0 | 111100 | 100100000 | 101011 | 11100 |
Color Harmonies of #592865
Complementary color
Monochromatic Colors of #592865
Black with #592865
Text Example
Text Example
White with #592865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592865; }
p { color: rgb(89,40,101); }
H1.HeaderClassName
{
color: #592865;
}
.AnyTagClassName
{
color: #592865;
}
</style>
background-color css
<style>
a { background-color: #592865; }
a { background-color: rgb(89,40,101); }
div.DivClassName
{
background-color: #592865;
}
.BgClassName
{
background-color: #592865;
}
</style>
border-color css
<style>
span { border-color: #592865; }
span { border-color: rgb(89,40,101); }
td.TdClassName
{
border-color: #592865;
}
.TagClassName
{
border-color: #592865;
}
</style>