Shades of Tyrian Purple #590D40
Tints of Tyrian Purple #590D40
RGB
CMYK
RGB Variations
Color information
#590D40 (or 0x590D40) is known color: Tyrian Purple. HEX triplet: 59, 0D and 40. RGB value is (89,13,64). Sum of RGB (Red+Green+Blue) = 89+13+64=166 (21% of max value = 765). Red value is 89 (35.16% from 255 or 53.61% from 166); Green value is 13 (5.47% from 255 or 7.83% from 166); Blue value is 64 (25.39% from 255 or 38.55% from 166); Max value from RGB is 89 - color contains mainly: red. Hex color #590D40 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590D40 is #A6F2BF. Grayscale: #292929. Windows color (decimal): -10941120 or 4197721. OLE color: 4197721.
HSL color Cylindrical-coordinate representation of color #590D40: hue angle of 319.74º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #590D40 is Cyan = 0, Magento = 0.85, Yellow = 0.28 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 13 | 64 | - |
| CMYK | 0 | 0.85 | 0.28 | 0.65 |
| HSL | 319.74º | 0.75% | 0.2% | - |
| HSV(B) | 319.74º | 0.85% | 0.35% | - |
| XYZ | 5.19 | 2.78 | 5.11 | - |
| YUV | 41.54 | 140.68 | 161.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 13 | 64 | 0 | 0.85 | 0.28 | 0.65 | 319.74 | 0.75 | 0.2 |
| Hex | 59 | D | 40 | 0 | 55 | 1C | 41 | 140 | 4B | 14 |
| Octal | 131 | 15 | 100 | 0 | 125 | 34 | 101 | 500 | 113 | 24 |
| Binary | 1011001 | 1101 | 1000000 | 0 | 1010101 | 11100 | 1000001 | 101000000 | 1001011 | 10100 |
Color Harmonies of #590D40
Complementary color
Monochromatic Colors of #590D40
Black with #590D40
Text Example
Text Example
White with #590D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590D40; }
p { color: rgb(89,13,64); }
H1.HeaderClassName
{
color: #590D40;
}
.AnyTagClassName
{
color: #590D40;
}
</style>
background-color css
<style>
a { background-color: #590D40; }
a { background-color: rgb(89,13,64); }
div.DivClassName
{
background-color: #590D40;
}
.BgClassName
{
background-color: #590D40;
}
</style>
border-color css
<style>
span { border-color: #590D40; }
span { border-color: rgb(89,13,64); }
td.TdClassName
{
border-color: #590D40;
}
.TagClassName
{
border-color: #590D40;
}
</style>