Shades of Tyrian Purple #590A3A
Tints of Tyrian Purple #590A3A
RGB
CMYK
RGB Variations
Color information
#590A3A (or 0x590A3A) is known color: Tyrian Purple. HEX triplet: 59, 0A and 3A. RGB value is (89,10,58). Sum of RGB (Red+Green+Blue) = 89+10+58=157 (20% of max value = 765). Red value is 89 (35.16% from 255 or 56.69% from 157); Green value is 10 (4.30% from 255 or 6.37% from 157); Blue value is 58 (23.05% from 255 or 36.94% from 157); Max value from RGB is 89 - color contains mainly: red. Hex color #590A3A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590A3A is #A6F5C5. Grayscale: #262626. Windows color (decimal): -10941894 or 3803737. OLE color: 3803737.
HSL color Cylindrical-coordinate representation of color #590A3A: hue angle of 323.54º 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 #590A3A is Cyan = 0, Magento = 0.89, Yellow = 0.35 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 10 | 58 | - |
| CMYK | 0 | 0.89 | 0.35 | 0.65 |
| HSL | 323.54º | 0.8% | 0.19% | - |
| HSV(B) | 323.54º | 0.89% | 0.35% | - |
| XYZ | 4.99 | 2.65 | 4.25 | - |
| YUV | 39.09 | 138.67 | 163.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 10 | 58 | 0 | 0.89 | 0.35 | 0.65 | 323.54 | 0.8 | 0.19 |
| Hex | 59 | A | 3A | 0 | 59 | 23 | 41 | 144 | 50 | 13 |
| Octal | 131 | 12 | 72 | 0 | 131 | 43 | 101 | 504 | 120 | 23 |
| Binary | 1011001 | 1010 | 111010 | 0 | 1011001 | 100011 | 1000001 | 101000100 | 1010000 | 10011 |
Color Harmonies of #590A3A
Complementary color
Monochromatic Colors of #590A3A
Black with #590A3A
Text Example
Text Example
White with #590A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590A3A; }
p { color: rgb(89,10,58); }
H1.HeaderClassName
{
color: #590A3A;
}
.AnyTagClassName
{
color: #590A3A;
}
</style>
background-color css
<style>
a { background-color: #590A3A; }
a { background-color: rgb(89,10,58); }
div.DivClassName
{
background-color: #590A3A;
}
.BgClassName
{
background-color: #590A3A;
}
</style>
border-color css
<style>
span { border-color: #590A3A; }
span { border-color: rgb(89,10,58); }
td.TdClassName
{
border-color: #590A3A;
}
.TagClassName
{
border-color: #590A3A;
}
</style>