Shades of Tyrian Purple #590E38
Tints of Tyrian Purple #590E38
RGB
CMYK
RGB Variations
Color information
#590E38 (or 0x590E38) is known color: Tyrian Purple. HEX triplet: 59, 0E and 38. RGB value is (89,14,56). Sum of RGB (Red+Green+Blue) = 89+14+56=159 (21% of max value = 765). Red value is 89 (35.16% from 255 or 55.97% from 159); Green value is 14 (5.86% from 255 or 8.81% from 159); Blue value is 56 (22.27% from 255 or 35.22% from 159); Max value from RGB is 89 - color contains mainly: red. Hex color #590E38 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590E38 is #A6F1C7. Grayscale: #292929. Windows color (decimal): -10940872 or 3673689. OLE color: 3673689.
HSL color Cylindrical-coordinate representation of color #590E38: hue angle of 326.4º 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 #590E38 is Cyan = 0, Magento = 0.84, Yellow = 0.37 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 14 | 56 | - |
| CMYK | 0 | 0.84 | 0.37 | 0.65 |
| HSL | 326.4º | 0.73% | 0.2% | - |
| HSV(B) | 326.4º | 0.84% | 0.35% | - |
| XYZ | 4.99 | 2.72 | 4 | - |
| YUV | 41.21 | 136.35 | 162.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 14 | 56 | 0 | 0.84 | 0.37 | 0.65 | 326.4 | 0.73 | 0.2 |
| Hex | 59 | E | 38 | 0 | 54 | 25 | 41 | 146 | 49 | 14 |
| Octal | 131 | 16 | 70 | 0 | 124 | 45 | 101 | 506 | 111 | 24 |
| Binary | 1011001 | 1110 | 111000 | 0 | 1010100 | 100101 | 1000001 | 101000110 | 1001001 | 10100 |
Color Harmonies of #590E38
Complementary color
Monochromatic Colors of #590E38
Black with #590E38
Text Example
Text Example
White with #590E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590E38; }
p { color: rgb(89,14,56); }
H1.HeaderClassName
{
color: #590E38;
}
.AnyTagClassName
{
color: #590E38;
}
</style>
background-color css
<style>
a { background-color: #590E38; }
a { background-color: rgb(89,14,56); }
div.DivClassName
{
background-color: #590E38;
}
.BgClassName
{
background-color: #590E38;
}
</style>
border-color css
<style>
span { border-color: #590E38; }
span { border-color: rgb(89,14,56); }
td.TdClassName
{
border-color: #590E38;
}
.TagClassName
{
border-color: #590E38;
}
</style>