Shades of Hot Purple #593160
Tints of Hot Purple #593160
RGB
CMYK
RGB Variations
Color information
#593160 (or 0x593160) is known color: Hot Purple. HEX triplet: 59, 31 and 60. RGB value is (89,49,96). Sum of RGB (Red+Green+Blue) = 89+49+96=234 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.03% from 234); Green value is 49 (19.53% from 255 or 20.94% from 234); Blue value is 96 (37.89% from 255 or 41.03% from 234); Max value from RGB is 96 - color contains mainly: blue. Hex color #593160 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #593160 is #A6CE9F. Grayscale: #424242. Windows color (decimal): -10931872 or 6304089. OLE color: 6304089.
HSL color Cylindrical-coordinate representation of color #593160: hue angle of 291.06º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #593160 is Cyan = 0.07, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 89 | 49 | 96 | - |
| CMYK | 0.07 | 0.49 | 0 | 0.62 |
| HSL | 291.06º | 0.32% | 0.28% | - |
| HSV(B) | 291.06º | 0.49% | 0.38% | - |
| XYZ | 7.33 | 5.17 | 11.68 | - |
| YUV | 66.32 | 144.75 | 144.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 49 | 96 | 0.07 | 0.49 | 0 | 0.62 | 291.06 | 0.32 | 0.28 |
| Hex | 59 | 31 | 60 | 7 | 31 | 0 | 3E | 123 | 20 | 1C |
| Octal | 131 | 61 | 140 | 7 | 61 | 0 | 76 | 443 | 40 | 34 |
| Binary | 1011001 | 110001 | 1100000 | 111 | 110001 | 0 | 111110 | 100100011 | 100000 | 11100 |
Color Harmonies of #593160
Complementary color
Monochromatic Colors of #593160
Black with #593160
Text Example
Text Example
White with #593160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593160; }
p { color: rgb(89,49,96); }
H1.HeaderClassName
{
color: #593160;
}
.AnyTagClassName
{
color: #593160;
}
</style>
background-color css
<style>
a { background-color: #593160; }
a { background-color: rgb(89,49,96); }
div.DivClassName
{
background-color: #593160;
}
.BgClassName
{
background-color: #593160;
}
</style>
border-color css
<style>
span { border-color: #593160; }
span { border-color: rgb(89,49,96); }
td.TdClassName
{
border-color: #593160;
}
.TagClassName
{
border-color: #593160;
}
</style>