Shades of Tyrian Purple #590A2C
Tints of Tyrian Purple #590A2C
RGB
CMYK
RGB Variations
Color information
#590A2C (or 0x590A2C) is known color: Tyrian Purple. HEX triplet: 59, 0A and 2C. RGB value is (89,10,44). Sum of RGB (Red+Green+Blue) = 89+10+44=143 (18% of max value = 765). Red value is 89 (35.16% from 255 or 62.24% from 143); Green value is 10 (4.30% from 255 or 6.99% from 143); Blue value is 44 (17.58% from 255 or 30.77% from 143); Max value from RGB is 89 - color contains mainly: red. Hex color #590A2C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590A2C is #A6F5D3. Grayscale: #252525. Windows color (decimal): -10941908 or 2886233. OLE color: 2886233.
HSL color Cylindrical-coordinate representation of color #590A2C: hue angle of 334.18º degrees, saturation: 0.8, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #590A2C is Cyan = 0, Magento = 0.89, Yellow = 0.51 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 10 | 44 | - |
| CMYK | 0 | 0.89 | 0.51 | 0.65 |
| HSL | 334.18º | 0.8% | 0.19% | - |
| HSV(B) | 334.18º | 0.89% | 0.35% | - |
| XYZ | 4.68 | 2.52 | 2.62 | - |
| YUV | 37.5 | 131.67 | 164.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 10 | 44 | 0 | 0.89 | 0.51 | 0.65 | 334.18 | 0.8 | 0.19 |
| Hex | 59 | A | 2C | 0 | 59 | 33 | 41 | 14E | 50 | 13 |
| Octal | 131 | 12 | 54 | 0 | 131 | 63 | 101 | 516 | 120 | 23 |
| Binary | 1011001 | 1010 | 101100 | 0 | 1011001 | 110011 | 1000001 | 101001110 | 1010000 | 10011 |
Color Harmonies of #590A2C
Complementary color
Monochromatic Colors of #590A2C
Black with #590A2C
Text Example
Text Example
White with #590A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590A2C; }
p { color: rgb(89,10,44); }
H1.HeaderClassName
{
color: #590A2C;
}
.AnyTagClassName
{
color: #590A2C;
}
</style>
background-color css
<style>
a { background-color: #590A2C; }
a { background-color: rgb(89,10,44); }
div.DivClassName
{
background-color: #590A2C;
}
.BgClassName
{
background-color: #590A2C;
}
</style>
border-color css
<style>
span { border-color: #590A2C; }
span { border-color: rgb(89,10,44); }
td.TdClassName
{
border-color: #590A2C;
}
.TagClassName
{
border-color: #590A2C;
}
</style>