Shades of Tyrian Purple #590D3C
Tints of Tyrian Purple #590D3C
RGB
CMYK
RGB Variations
Color information
#590D3C (or 0x590D3C) is known color: Tyrian Purple. HEX triplet: 59, 0D and 3C. RGB value is (89,13,60). Sum of RGB (Red+Green+Blue) = 89+13+60=162 (21% of max value = 765). Red value is 89 (35.16% from 255 or 54.94% from 162); Green value is 13 (5.47% from 255 or 8.02% from 162); Blue value is 60 (23.83% from 255 or 37.04% from 162); Max value from RGB is 89 - color contains mainly: red. Hex color #590D3C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590D3C is #A6F2C3. Grayscale: #282828. Windows color (decimal): -10941124 or 3935577. OLE color: 3935577.
HSL color Cylindrical-coordinate representation of color #590D3C: hue angle of 322.89º 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 #590D3C is Cyan = 0, Magento = 0.85, Yellow = 0.33 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 13 | 60 | - |
| CMYK | 0 | 0.85 | 0.33 | 0.65 |
| HSL | 322.89º | 0.75% | 0.2% | - |
| HSV(B) | 322.89º | 0.85% | 0.35% | - |
| XYZ | 5.08 | 2.74 | 4.54 | - |
| YUV | 41.08 | 138.68 | 162.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 13 | 60 | 0 | 0.85 | 0.33 | 0.65 | 322.89 | 0.75 | 0.2 |
| Hex | 59 | D | 3C | 0 | 55 | 21 | 41 | 143 | 4B | 14 |
| Octal | 131 | 15 | 74 | 0 | 125 | 41 | 101 | 503 | 113 | 24 |
| Binary | 1011001 | 1101 | 111100 | 0 | 1010101 | 100001 | 1000001 | 101000011 | 1001011 | 10100 |
Color Harmonies of #590D3C
Complementary color
Monochromatic Colors of #590D3C
Black with #590D3C
Text Example
Text Example
White with #590D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590D3C; }
p { color: rgb(89,13,60); }
H1.HeaderClassName
{
color: #590D3C;
}
.AnyTagClassName
{
color: #590D3C;
}
</style>
background-color css
<style>
a { background-color: #590D3C; }
a { background-color: rgb(89,13,60); }
div.DivClassName
{
background-color: #590D3C;
}
.BgClassName
{
background-color: #590D3C;
}
</style>
border-color css
<style>
span { border-color: #590D3C; }
span { border-color: rgb(89,13,60); }
td.TdClassName
{
border-color: #590D3C;
}
.TagClassName
{
border-color: #590D3C;
}
</style>