Shades of Tyrian Purple #590A42
Tints of Tyrian Purple #590A42
RGB
CMYK
RGB Variations
Color information
#590A42 (or 0x590A42) is known color: Tyrian Purple. HEX triplet: 59, 0A and 42. RGB value is (89,10,66). Sum of RGB (Red+Green+Blue) = 89+10+66=165 (21% of max value = 765). Red value is 89 (35.16% from 255 or 53.94% from 165); Green value is 10 (4.30% from 255 or 6.06% from 165); Blue value is 66 (26.17% from 255 or 40% from 165); Max value from RGB is 89 - color contains mainly: red. Hex color #590A42 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590A42 is #A6F5BD. Grayscale: #272727. Windows color (decimal): -10941886 or 4328025. OLE color: 4328025.
HSL color Cylindrical-coordinate representation of color #590A42: hue angle of 317.47º 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 #590A42 is Cyan = 0, Magento = 0.89, Yellow = 0.26 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 10 | 66 | - |
| CMYK | 0 | 0.89 | 0.26 | 0.65 |
| HSL | 317.47º | 0.8% | 0.19% | - |
| HSV(B) | 317.47º | 0.89% | 0.35% | - |
| XYZ | 5.21 | 2.73 | 5.41 | - |
| YUV | 40.01 | 142.67 | 162.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 10 | 66 | 0 | 0.89 | 0.26 | 0.65 | 317.47 | 0.8 | 0.19 |
| Hex | 59 | A | 42 | 0 | 59 | 1A | 41 | 13D | 50 | 13 |
| Octal | 131 | 12 | 102 | 0 | 131 | 32 | 101 | 475 | 120 | 23 |
| Binary | 1011001 | 1010 | 1000010 | 0 | 1011001 | 11010 | 1000001 | 100111101 | 1010000 | 10011 |
Color Harmonies of #590A42
Complementary color
Monochromatic Colors of #590A42
Black with #590A42
Text Example
Text Example
White with #590A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590A42; }
p { color: rgb(89,10,66); }
H1.HeaderClassName
{
color: #590A42;
}
.AnyTagClassName
{
color: #590A42;
}
</style>
background-color css
<style>
a { background-color: #590A42; }
a { background-color: rgb(89,10,66); }
div.DivClassName
{
background-color: #590A42;
}
.BgClassName
{
background-color: #590A42;
}
</style>
border-color css
<style>
span { border-color: #590A42; }
span { border-color: rgb(89,10,66); }
td.TdClassName
{
border-color: #590A42;
}
.TagClassName
{
border-color: #590A42;
}
</style>