Shades of Hot Purple #593258
Tints of Hot Purple #593258
RGB
CMYK
RGB Variations
Color information
#593258 (or 0x593258) is known color: Hot Purple. HEX triplet: 59, 32 and 58. RGB value is (89,50,88). Sum of RGB (Red+Green+Blue) = 89+50+88=227 (30% of max value = 765). Red value is 89 (35.16% from 255 or 39.21% from 227); Green value is 50 (19.92% from 255 or 22.03% from 227); Blue value is 88 (34.77% from 255 or 38.77% from 227); Max value from RGB is 89 - color contains mainly: red. Hex color #593258 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #593258 is #A6CDA7. Grayscale: #414141. Windows color (decimal): -10931624 or 5780057. OLE color: 5780057.
HSL color Cylindrical-coordinate representation of color #593258: hue angle of 301.54º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #593258 is Cyan = 0, Magento = 0.44, Yellow = 0.01 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 50 | 88 | - |
| CMYK | 0 | 0.44 | 0.01 | 0.65 |
| HSL | 301.54º | 0.28% | 0.27% | - |
| HSV(B) | 301.54º | 0.44% | 0.35% | - |
| XYZ | 7.02 | 5.11 | 9.85 | - |
| YUV | 65.99 | 140.42 | 144.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 50 | 88 | 0 | 0.44 | 0.01 | 0.65 | 301.54 | 0.28 | 0.27 |
| Hex | 59 | 32 | 58 | 0 | 2C | 1 | 41 | 12E | 1C | 1B |
| Octal | 131 | 62 | 130 | 0 | 54 | 1 | 101 | 456 | 34 | 33 |
| Binary | 1011001 | 110010 | 1011000 | 0 | 101100 | 1 | 1000001 | 100101110 | 11100 | 11011 |
Color Harmonies of #593258
Complementary color
Monochromatic Colors of #593258
Black with #593258
Text Example
Text Example
White with #593258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593258; }
p { color: rgb(89,50,88); }
H1.HeaderClassName
{
color: #593258;
}
.AnyTagClassName
{
color: #593258;
}
</style>
background-color css
<style>
a { background-color: #593258; }
a { background-color: rgb(89,50,88); }
div.DivClassName
{
background-color: #593258;
}
.BgClassName
{
background-color: #593258;
}
</style>
border-color css
<style>
span { border-color: #593258; }
span { border-color: rgb(89,50,88); }
td.TdClassName
{
border-color: #593258;
}
.TagClassName
{
border-color: #593258;
}
</style>