Shades of Hot Purple #592260
Tints of Hot Purple #592260
RGB
CMYK
RGB Variations
Color information
#592260 (or 0x592260) is known color: Hot Purple. HEX triplet: 59, 22 and 60. RGB value is (89,34,96). Sum of RGB (Red+Green+Blue) = 89+34+96=219 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.64% from 219); Green value is 34 (13.67% from 255 or 15.53% from 219); Blue value is 96 (37.89% from 255 or 43.84% from 219); Max value from RGB is 96 - color contains mainly: blue. Hex color #592260 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592260 is #A6DD9F. Grayscale: #393939. Windows color (decimal): -10935712 or 6300249. OLE color: 6300249.
HSL color Cylindrical-coordinate representation of color #592260: hue angle of 293.23º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #592260 is Cyan = 0.07, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 89 | 34 | 96 | - |
| CMYK | 0.07 | 0.65 | 0 | 0.62 |
| HSL | 293.23º | 0.48% | 0.25% | - |
| HSV(B) | 293.23º | 0.65% | 0.38% | - |
| XYZ | 6.8 | 4.11 | 11.5 | - |
| YUV | 57.51 | 149.72 | 150.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 34 | 96 | 0.07 | 0.65 | 0 | 0.62 | 293.23 | 0.48 | 0.25 |
| Hex | 59 | 22 | 60 | 7 | 41 | 0 | 3E | 125 | 30 | 19 |
| Octal | 131 | 42 | 140 | 7 | 101 | 0 | 76 | 445 | 60 | 31 |
| Binary | 1011001 | 100010 | 1100000 | 111 | 1000001 | 0 | 111110 | 100100101 | 110000 | 11001 |
Color Harmonies of #592260
Complementary color
Monochromatic Colors of #592260
Black with #592260
Text Example
Text Example
White with #592260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592260; }
p { color: rgb(89,34,96); }
H1.HeaderClassName
{
color: #592260;
}
.AnyTagClassName
{
color: #592260;
}
</style>
background-color css
<style>
a { background-color: #592260; }
a { background-color: rgb(89,34,96); }
div.DivClassName
{
background-color: #592260;
}
.BgClassName
{
background-color: #592260;
}
</style>
border-color css
<style>
span { border-color: #592260; }
span { border-color: rgb(89,34,96); }
td.TdClassName
{
border-color: #592260;
}
.TagClassName
{
border-color: #592260;
}
</style>