Shades of Tyrian Purple #590B2D
Tints of Tyrian Purple #590B2D
RGB
CMYK
RGB Variations
Color information
#590B2D (or 0x590B2D) is known color: Tyrian Purple. HEX triplet: 59, 0B and 2D. RGB value is (89,11,45). Sum of RGB (Red+Green+Blue) = 89+11+45=145 (19% of max value = 765). Red value is 89 (35.16% from 255 or 61.38% from 145); Green value is 11 (4.69% from 255 or 7.59% from 145); Blue value is 45 (17.97% from 255 or 31.03% from 145); Max value from RGB is 89 - color contains mainly: red. Hex color #590B2D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590B2D is #A6F4D2. Grayscale: #262626. Windows color (decimal): -10941651 or 2952025. OLE color: 2952025.
HSL color Cylindrical-coordinate representation of color #590B2D: hue angle of 333.85º 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 #590B2D is Cyan = 0, Magento = 0.88, Yellow = 0.49 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 11 | 45 | - |
| CMYK | 0 | 0.88 | 0.49 | 0.65 |
| HSL | 333.85º | 0.78% | 0.2% | - |
| HSV(B) | 333.85º | 0.88% | 0.35% | - |
| XYZ | 4.71 | 2.55 | 2.73 | - |
| YUV | 38.2 | 131.84 | 164.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 11 | 45 | 0 | 0.88 | 0.49 | 0.65 | 333.85 | 0.78 | 0.2 |
| Hex | 59 | B | 2D | 0 | 58 | 31 | 41 | 14E | 4E | 14 |
| Octal | 131 | 13 | 55 | 0 | 130 | 61 | 101 | 516 | 116 | 24 |
| Binary | 1011001 | 1011 | 101101 | 0 | 1011000 | 110001 | 1000001 | 101001110 | 1001110 | 10100 |
Color Harmonies of #590B2D
Complementary color
Monochromatic Colors of #590B2D
Black with #590B2D
Text Example
Text Example
White with #590B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590B2D; }
p { color: rgb(89,11,45); }
H1.HeaderClassName
{
color: #590B2D;
}
.AnyTagClassName
{
color: #590B2D;
}
</style>
background-color css
<style>
a { background-color: #590B2D; }
a { background-color: rgb(89,11,45); }
div.DivClassName
{
background-color: #590B2D;
}
.BgClassName
{
background-color: #590B2D;
}
</style>
border-color css
<style>
span { border-color: #590B2D; }
span { border-color: rgb(89,11,45); }
td.TdClassName
{
border-color: #590B2D;
}
.TagClassName
{
border-color: #590B2D;
}
</style>