Shades of Tyrian Purple #590A32
Tints of Tyrian Purple #590A32
RGB
CMYK
RGB Variations
Color information
#590A32 (or 0x590A32) is known color: Tyrian Purple. HEX triplet: 59, 0A and 32. RGB value is (89,10,50). Sum of RGB (Red+Green+Blue) = 89+10+50=149 (19% of max value = 765). Red value is 89 (35.16% from 255 or 59.73% from 149); Green value is 10 (4.30% from 255 or 6.71% from 149); Blue value is 50 (19.92% from 255 or 33.56% from 149); Max value from RGB is 89 - color contains mainly: red. Hex color #590A32 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590A32 is #A6F5CD. Grayscale: #262626. Windows color (decimal): -10941902 or 3279449. OLE color: 3279449.
HSL color Cylindrical-coordinate representation of color #590A32: hue angle of 329.62º 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 #590A32 is Cyan = 0, Magento = 0.89, Yellow = 0.44 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 10 | 50 | - |
| CMYK | 0 | 0.89 | 0.44 | 0.65 |
| HSL | 329.62º | 0.8% | 0.19% | - |
| HSV(B) | 329.62º | 0.89% | 0.35% | - |
| XYZ | 4.8 | 2.57 | 3.26 | - |
| YUV | 38.18 | 134.67 | 164.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 10 | 50 | 0 | 0.89 | 0.44 | 0.65 | 329.62 | 0.8 | 0.19 |
| Hex | 59 | A | 32 | 0 | 59 | 2C | 41 | 14A | 50 | 13 |
| Octal | 131 | 12 | 62 | 0 | 131 | 54 | 101 | 512 | 120 | 23 |
| Binary | 1011001 | 1010 | 110010 | 0 | 1011001 | 101100 | 1000001 | 101001010 | 1010000 | 10011 |
Color Harmonies of #590A32
Complementary color
Monochromatic Colors of #590A32
Black with #590A32
Text Example
Text Example
White with #590A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590A32; }
p { color: rgb(89,10,50); }
H1.HeaderClassName
{
color: #590A32;
}
.AnyTagClassName
{
color: #590A32;
}
</style>
background-color css
<style>
a { background-color: #590A32; }
a { background-color: rgb(89,10,50); }
div.DivClassName
{
background-color: #590A32;
}
.BgClassName
{
background-color: #590A32;
}
</style>
border-color css
<style>
span { border-color: #590A32; }
span { border-color: rgb(89,10,50); }
td.TdClassName
{
border-color: #590A32;
}
.TagClassName
{
border-color: #590A32;
}
</style>