Shades of Tyrian Purple #590529
Tints of Tyrian Purple #590529
RGB
CMYK
RGB Variations
Color information
#590529 (or 0x590529) is known color: Tyrian Purple. HEX triplet: 59, 05 and 29. RGB value is (89,5,41). Sum of RGB (Red+Green+Blue) = 89+5+41=135 (17% of max value = 765). Red value is 89 (35.16% from 255 or 65.93% from 135); Green value is 5 (2.34% from 255 or 3.70% from 135); Blue value is 41 (16.41% from 255 or 30.37% from 135); Max value from RGB is 89 - color contains mainly: red. Hex color #590529 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590529 is #A6FAD6. Grayscale: #222222. Windows color (decimal): -10943191 or 2688345. OLE color: 2688345.
HSL color Cylindrical-coordinate representation of color #590529: hue angle of 334.29º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #590529 is Cyan = 0, Magento = 0.94, Yellow = 0.54 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 5 | 41 | - |
| CMYK | 0 | 0.94 | 0.54 | 0.65 |
| HSL | 334.29º | 0.89% | 0.18% | - |
| HSV(B) | 334.29º | 0.94% | 0.35% | - |
| XYZ | 4.57 | 2.39 | 2.32 | - |
| YUV | 34.22 | 131.83 | 167.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 5 | 41 | 0 | 0.94 | 0.54 | 0.65 | 334.29 | 0.89 | 0.18 |
| Hex | 59 | 5 | 29 | 0 | 5E | 36 | 41 | 14E | 59 | 12 |
| Octal | 131 | 5 | 51 | 0 | 136 | 66 | 101 | 516 | 131 | 22 |
| Binary | 1011001 | 101 | 101001 | 0 | 1011110 | 110110 | 1000001 | 101001110 | 1011001 | 10010 |
Color Harmonies of #590529
Complementary color
Monochromatic Colors of #590529
Black with #590529
Text Example
Text Example
White with #590529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590529; }
p { color: rgb(89,5,41); }
H1.HeaderClassName
{
color: #590529;
}
.AnyTagClassName
{
color: #590529;
}
</style>
background-color css
<style>
a { background-color: #590529; }
a { background-color: rgb(89,5,41); }
div.DivClassName
{
background-color: #590529;
}
.BgClassName
{
background-color: #590529;
}
</style>
border-color css
<style>
span { border-color: #590529; }
span { border-color: rgb(89,5,41); }
td.TdClassName
{
border-color: #590529;
}
.TagClassName
{
border-color: #590529;
}
</style>