Shades of Hot Purple #592E5A
Tints of Hot Purple #592E5A
RGB
CMYK
RGB Variations
Color information
#592E5A (or 0x592E5A) is known color: Hot Purple. HEX triplet: 59, 2E and 5A. RGB value is (89,46,90). Sum of RGB (Red+Green+Blue) = 89+46+90=225 (29% of max value = 765). Red value is 89 (35.16% from 255 or 39.56% from 225); Green value is 46 (18.36% from 255 or 20.44% from 225); Blue value is 90 (35.55% from 255 or 40% from 225); Max value from RGB is 90 - color contains mainly: blue. Hex color #592E5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592E5A is #A6D1A5. Grayscale: #3F3F3F. Windows color (decimal): -10932646 or 5910105. OLE color: 5910105.
HSL color Cylindrical-coordinate representation of color #592E5A: hue angle of 298.64º degrees, saturation: 0.32, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #592E5A is Cyan = 0.01, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 46 | 90 | - |
| CMYK | 0.01 | 0.49 | 0 | 0.65 |
| HSL | 298.64º | 0.32% | 0.27% | - |
| HSV(B) | 298.64º | 0.49% | 0.35% | - |
| XYZ | 6.94 | 4.82 | 10.24 | - |
| YUV | 63.87 | 142.75 | 145.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 46 | 90 | 0.01 | 0.49 | 0 | 0.65 | 298.64 | 0.32 | 0.27 |
| Hex | 59 | 2E | 5A | 1 | 31 | 0 | 41 | 12B | 20 | 1B |
| Octal | 131 | 56 | 132 | 1 | 61 | 0 | 101 | 453 | 40 | 33 |
| Binary | 1011001 | 101110 | 1011010 | 1 | 110001 | 0 | 1000001 | 100101011 | 100000 | 11011 |
Color Harmonies of #592E5A
Complementary color
Monochromatic Colors of #592E5A
Black with #592E5A
Text Example
Text Example
White with #592E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592E5A; }
p { color: rgb(89,46,90); }
H1.HeaderClassName
{
color: #592E5A;
}
.AnyTagClassName
{
color: #592E5A;
}
</style>
background-color css
<style>
a { background-color: #592E5A; }
a { background-color: rgb(89,46,90); }
div.DivClassName
{
background-color: #592E5A;
}
.BgClassName
{
background-color: #592E5A;
}
</style>
border-color css
<style>
span { border-color: #592E5A; }
span { border-color: rgb(89,46,90); }
td.TdClassName
{
border-color: #592E5A;
}
.TagClassName
{
border-color: #592E5A;
}
</style>