Shades of Tyrian Purple #590E3B
Tints of Tyrian Purple #590E3B
RGB
CMYK
RGB Variations
Color information
#590E3B (or 0x590E3B) is known color: Tyrian Purple. HEX triplet: 59, 0E and 3B. RGB value is (89,14,59). Sum of RGB (Red+Green+Blue) = 89+14+59=162 (21% of max value = 765). Red value is 89 (35.16% from 255 or 54.94% from 162); Green value is 14 (5.86% from 255 or 8.64% from 162); Blue value is 59 (23.44% from 255 or 36.42% from 162); Max value from RGB is 89 - color contains mainly: red. Hex color #590E3B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590E3B is #A6F1C4. Grayscale: #292929. Windows color (decimal): -10940869 or 3870297. OLE color: 3870297.
HSL color Cylindrical-coordinate representation of color #590E3B: hue angle of 324º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #590E3B is Cyan = 0, Magento = 0.84, Yellow = 0.34 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 14 | 59 | - |
| CMYK | 0 | 0.84 | 0.34 | 0.65 |
| HSL | 324º | 0.73% | 0.2% | - |
| HSV(B) | 324º | 0.84% | 0.35% | - |
| XYZ | 5.07 | 2.75 | 4.4 | - |
| YUV | 41.56 | 137.85 | 161.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 14 | 59 | 0 | 0.84 | 0.34 | 0.65 | 324 | 0.73 | 0.2 |
| Hex | 59 | E | 3B | 0 | 54 | 22 | 41 | 144 | 49 | 14 |
| Octal | 131 | 16 | 73 | 0 | 124 | 42 | 101 | 504 | 111 | 24 |
| Binary | 1011001 | 1110 | 111011 | 0 | 1010100 | 100010 | 1000001 | 101000100 | 1001001 | 10100 |
Color Harmonies of #590E3B
Complementary color
Monochromatic Colors of #590E3B
Black with #590E3B
Text Example
Text Example
White with #590E3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590E3B; }
p { color: rgb(89,14,59); }
H1.HeaderClassName
{
color: #590E3B;
}
.AnyTagClassName
{
color: #590E3B;
}
</style>
background-color css
<style>
a { background-color: #590E3B; }
a { background-color: rgb(89,14,59); }
div.DivClassName
{
background-color: #590E3B;
}
.BgClassName
{
background-color: #590E3B;
}
</style>
border-color css
<style>
span { border-color: #590E3B; }
span { border-color: rgb(89,14,59); }
td.TdClassName
{
border-color: #590E3B;
}
.TagClassName
{
border-color: #590E3B;
}
</style>