Shades of Tyrian Purple #590B46
Tints of Tyrian Purple #590B46
RGB
CMYK
RGB Variations
Color information
#590B46 (or 0x590B46) is known color: Tyrian Purple. HEX triplet: 59, 0B and 46. RGB value is (89,11,70). Sum of RGB (Red+Green+Blue) = 89+11+70=170 (22% of max value = 765). Red value is 89 (35.16% from 255 or 52.35% from 170); Green value is 11 (4.69% from 255 or 6.47% from 170); Blue value is 70 (27.73% from 255 or 41.18% from 170); Max value from RGB is 89 - color contains mainly: red. Hex color #590B46 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590B46 is #A6F4B9. Grayscale: #282828. Windows color (decimal): -10941626 or 4590425. OLE color: 4590425.
HSL color Cylindrical-coordinate representation of color #590B46: hue angle of 314.62º 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 #590B46 is Cyan = 0, Magento = 0.88, Yellow = 0.21 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 11 | 70 | - |
| CMYK | 0 | 0.88 | 0.21 | 0.65 |
| HSL | 314.62º | 0.78% | 0.2% | - |
| HSV(B) | 314.62º | 0.88% | 0.35% | - |
| XYZ | 5.34 | 2.81 | 6.05 | - |
| YUV | 41.05 | 144.34 | 162.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 11 | 70 | 0 | 0.88 | 0.21 | 0.65 | 314.62 | 0.78 | 0.2 |
| Hex | 59 | B | 46 | 0 | 58 | 15 | 41 | 13B | 4E | 14 |
| Octal | 131 | 13 | 106 | 0 | 130 | 25 | 101 | 473 | 116 | 24 |
| Binary | 1011001 | 1011 | 1000110 | 0 | 1011000 | 10101 | 1000001 | 100111011 | 1001110 | 10100 |
Color Harmonies of #590B46
Complementary color
Monochromatic Colors of #590B46
Black with #590B46
Text Example
Text Example
White with #590B46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590B46; }
p { color: rgb(89,11,70); }
H1.HeaderClassName
{
color: #590B46;
}
.AnyTagClassName
{
color: #590B46;
}
</style>
background-color css
<style>
a { background-color: #590B46; }
a { background-color: rgb(89,11,70); }
div.DivClassName
{
background-color: #590B46;
}
.BgClassName
{
background-color: #590B46;
}
</style>
border-color css
<style>
span { border-color: #590B46; }
span { border-color: rgb(89,11,70); }
td.TdClassName
{
border-color: #590B46;
}
.TagClassName
{
border-color: #590B46;
}
</style>