Shades of Tyrian Purple #590B4A
Tints of Tyrian Purple #590B4A
RGB
CMYK
RGB Variations
Color information
#590B4A (or 0x590B4A) is known color: Tyrian Purple. HEX triplet: 59, 0B and 4A. RGB value is (89,11,74). Sum of RGB (Red+Green+Blue) = 89+11+74=174 (23% of max value = 765). Red value is 89 (35.16% from 255 or 51.15% from 174); Green value is 11 (4.69% from 255 or 6.32% from 174); Blue value is 74 (29.30% from 255 or 42.53% from 174); Max value from RGB is 89 - color contains mainly: red. Hex color #590B4A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590B4A is #A6F4B5. Grayscale: #292929. Windows color (decimal): -10941622 or 4852569. OLE color: 4852569.
HSL color Cylindrical-coordinate representation of color #590B4A: hue angle of 311.54º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #590B4A is Cyan = 0, Magento = 0.88, Yellow = 0.17 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 11 | 74 | - |
| CMYK | 0 | 0.88 | 0.17 | 0.65 |
| HSL | 311.54º | 0.78% | 0.2% | - |
| HSV(B) | 311.54º | 0.88% | 0.35% | - |
| XYZ | 5.48 | 2.86 | 6.74 | - |
| YUV | 41.5 | 146.34 | 161.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 11 | 74 | 0 | 0.88 | 0.17 | 0.65 | 311.54 | 0.78 | 0.2 |
| Hex | 59 | B | 4A | 0 | 58 | 11 | 41 | 138 | 4E | 14 |
| Octal | 131 | 13 | 112 | 0 | 130 | 21 | 101 | 470 | 116 | 24 |
| Binary | 1011001 | 1011 | 1001010 | 0 | 1011000 | 10001 | 1000001 | 100111000 | 1001110 | 10100 |
Color Harmonies of #590B4A
Complementary color
Monochromatic Colors of #590B4A
Black with #590B4A
Text Example
Text Example
White with #590B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590B4A; }
p { color: rgb(89,11,74); }
H1.HeaderClassName
{
color: #590B4A;
}
.AnyTagClassName
{
color: #590B4A;
}
</style>
background-color css
<style>
a { background-color: #590B4A; }
a { background-color: rgb(89,11,74); }
div.DivClassName
{
background-color: #590B4A;
}
.BgClassName
{
background-color: #590B4A;
}
</style>
border-color css
<style>
span { border-color: #590B4A; }
span { border-color: rgb(89,11,74); }
td.TdClassName
{
border-color: #590B4A;
}
.TagClassName
{
border-color: #590B4A;
}
</style>