Shades of Tyrian Purple #590B2A
Tints of Tyrian Purple #590B2A
RGB
CMYK
RGB Variations
Color information
#590B2A (or 0x590B2A) is known color: Tyrian Purple. HEX triplet: 59, 0B and 2A. RGB value is (89,11,42). Sum of RGB (Red+Green+Blue) = 89+11+42=142 (18% of max value = 765). Red value is 89 (35.16% from 255 or 62.68% from 142); Green value is 11 (4.69% from 255 or 7.75% from 142); Blue value is 42 (16.80% from 255 or 29.58% from 142); Max value from RGB is 89 - color contains mainly: red. Hex color #590B2A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590B2A is #A6F4D5. Grayscale: #252525. Windows color (decimal): -10941654 or 2755417. OLE color: 2755417.
HSL color Cylindrical-coordinate representation of color #590B2A: hue angle of 336.15º 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 #590B2A is Cyan = 0, Magento = 0.88, Yellow = 0.53 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 11 | 42 | - |
| CMYK | 0 | 0.88 | 0.53 | 0.65 |
| HSL | 336.15º | 0.78% | 0.2% | - |
| HSV(B) | 336.15º | 0.88% | 0.35% | - |
| XYZ | 4.66 | 2.53 | 2.43 | - |
| YUV | 37.86 | 130.34 | 164.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 11 | 42 | 0 | 0.88 | 0.53 | 0.65 | 336.15 | 0.78 | 0.2 |
| Hex | 59 | B | 2A | 0 | 58 | 35 | 41 | 150 | 4E | 14 |
| Octal | 131 | 13 | 52 | 0 | 130 | 65 | 101 | 520 | 116 | 24 |
| Binary | 1011001 | 1011 | 101010 | 0 | 1011000 | 110101 | 1000001 | 101010000 | 1001110 | 10100 |
Color Harmonies of #590B2A
Complementary color
Monochromatic Colors of #590B2A
Black with #590B2A
Text Example
Text Example
White with #590B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590B2A; }
p { color: rgb(89,11,42); }
H1.HeaderClassName
{
color: #590B2A;
}
.AnyTagClassName
{
color: #590B2A;
}
</style>
background-color css
<style>
a { background-color: #590B2A; }
a { background-color: rgb(89,11,42); }
div.DivClassName
{
background-color: #590B2A;
}
.BgClassName
{
background-color: #590B2A;
}
</style>
border-color css
<style>
span { border-color: #590B2A; }
span { border-color: rgb(89,11,42); }
td.TdClassName
{
border-color: #590B2A;
}
.TagClassName
{
border-color: #590B2A;
}
</style>