Shades of Hot Purple #593059
Tints of Hot Purple #593059
RGB
CMYK
RGB Variations
Color information
#593059 (or 0x593059) is known color: Hot Purple. HEX triplet: 59, 30 and 59. RGB value is (89,48,89). Sum of RGB (Red+Green+Blue) = 89+48+89=226 (29% of max value = 765). Red value is 89 (35.16% from 255 or 39.38% from 226); Green value is 48 (19.14% from 255 or 21.24% from 226); Blue value is 89 (35.16% from 255 or 39.38% from 226); Max value from RGB is 89 - color contains mainly: red, blue. Hex color #593059 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #593059 is #A6CFA6. Grayscale: #404040. Windows color (decimal): -10932135 or 5845081. OLE color: 5845081.
HSL color Cylindrical-coordinate representation of color #593059: hue angle of 300º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #593059 is Cyan = 0, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 48 | 89 | - |
| CMYK | 0 | 0.46 | 0 | 0.65 |
| HSL | 300º | 0.3% | 0.27% | - |
| HSV(B) | 300º | 0.46% | 0.35% | - |
| XYZ | 6.98 | 4.96 | 10.04 | - |
| YUV | 64.93 | 141.58 | 145.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 48 | 89 | 0 | 0.46 | 0 | 0.65 | 300 | 0.3 | 0.27 |
| Hex | 59 | 30 | 59 | 0 | 2E | 0 | 41 | 12C | 1E | 1B |
| Octal | 131 | 60 | 131 | 0 | 56 | 0 | 101 | 454 | 36 | 33 |
| Binary | 1011001 | 110000 | 1011001 | 0 | 101110 | 0 | 1000001 | 100101100 | 11110 | 11011 |
Color Harmonies of #593059
Complementary color
Monochromatic Colors of #593059
Black with #593059
Text Example
Text Example
White with #593059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593059; }
p { color: rgb(89,48,89); }
H1.HeaderClassName
{
color: #593059;
}
.AnyTagClassName
{
color: #593059;
}
</style>
background-color css
<style>
a { background-color: #593059; }
a { background-color: rgb(89,48,89); }
div.DivClassName
{
background-color: #593059;
}
.BgClassName
{
background-color: #593059;
}
</style>
border-color css
<style>
span { border-color: #593059; }
span { border-color: rgb(89,48,89); }
td.TdClassName
{
border-color: #593059;
}
.TagClassName
{
border-color: #593059;
}
</style>