Shades of Tyrian Purple #590E3C
Tints of Tyrian Purple #590E3C
RGB
CMYK
RGB Variations
Color information
#590E3C (or 0x590E3C) is known color: Tyrian Purple. HEX triplet: 59, 0E and 3C. RGB value is (89,14,60). Sum of RGB (Red+Green+Blue) = 89+14+60=163 (21% of max value = 765). Red value is 89 (35.16% from 255 or 54.60% from 163); Green value is 14 (5.86% from 255 or 8.59% from 163); Blue value is 60 (23.83% from 255 or 36.81% from 163); Max value from RGB is 89 - color contains mainly: red. Hex color #590E3C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590E3C is #A6F1C3. Grayscale: #292929. Windows color (decimal): -10940868 or 3935833. OLE color: 3935833.
HSL color Cylindrical-coordinate representation of color #590E3C: hue angle of 323.2º 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 #590E3C is Cyan = 0, Magento = 0.84, Yellow = 0.33 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 14 | 60 | - |
| CMYK | 0 | 0.84 | 0.33 | 0.65 |
| HSL | 323.2º | 0.73% | 0.2% | - |
| HSV(B) | 323.2º | 0.84% | 0.35% | - |
| XYZ | 5.09 | 2.76 | 4.54 | - |
| YUV | 41.67 | 138.35 | 161.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 14 | 60 | 0 | 0.84 | 0.33 | 0.65 | 323.2 | 0.73 | 0.2 |
| Hex | 59 | E | 3C | 0 | 54 | 21 | 41 | 143 | 49 | 14 |
| Octal | 131 | 16 | 74 | 0 | 124 | 41 | 101 | 503 | 111 | 24 |
| Binary | 1011001 | 1110 | 111100 | 0 | 1010100 | 100001 | 1000001 | 101000011 | 1001001 | 10100 |
Color Harmonies of #590E3C
Complementary color
Monochromatic Colors of #590E3C
Black with #590E3C
Text Example
Text Example
White with #590E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590E3C; }
p { color: rgb(89,14,60); }
H1.HeaderClassName
{
color: #590E3C;
}
.AnyTagClassName
{
color: #590E3C;
}
</style>
background-color css
<style>
a { background-color: #590E3C; }
a { background-color: rgb(89,14,60); }
div.DivClassName
{
background-color: #590E3C;
}
.BgClassName
{
background-color: #590E3C;
}
</style>
border-color css
<style>
span { border-color: #590E3C; }
span { border-color: rgb(89,14,60); }
td.TdClassName
{
border-color: #590E3C;
}
.TagClassName
{
border-color: #590E3C;
}
</style>