Shades of Tyrian Purple #590D2D
Tints of Tyrian Purple #590D2D
RGB
CMYK
RGB Variations
Color information
#590D2D (or 0x590D2D) is known color: Tyrian Purple. HEX triplet: 59, 0D and 2D. RGB value is (89,13,45). Sum of RGB (Red+Green+Blue) = 89+13+45=147 (19% of max value = 765). Red value is 89 (35.16% from 255 or 60.54% from 147); Green value is 13 (5.47% from 255 or 8.84% from 147); Blue value is 45 (17.97% from 255 or 30.61% from 147); Max value from RGB is 89 - color contains mainly: red. Hex color #590D2D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590D2D is #A6F2D2. Grayscale: #272727. Windows color (decimal): -10941139 or 2952537. OLE color: 2952537.
HSL color Cylindrical-coordinate representation of color #590D2D: hue angle of 334.74º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #590D2D is Cyan = 0, Magento = 0.85, Yellow = 0.49 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 13 | 45 | - |
| CMYK | 0 | 0.85 | 0.49 | 0.65 |
| HSL | 334.74º | 0.75% | 0.2% | - |
| HSV(B) | 334.74º | 0.85% | 0.35% | - |
| XYZ | 4.74 | 2.6 | 2.74 | - |
| YUV | 39.37 | 131.18 | 163.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 13 | 45 | 0 | 0.85 | 0.49 | 0.65 | 334.74 | 0.75 | 0.2 |
| Hex | 59 | D | 2D | 0 | 55 | 31 | 41 | 14F | 4B | 14 |
| Octal | 131 | 15 | 55 | 0 | 125 | 61 | 101 | 517 | 113 | 24 |
| Binary | 1011001 | 1101 | 101101 | 0 | 1010101 | 110001 | 1000001 | 101001111 | 1001011 | 10100 |
Color Harmonies of #590D2D
Complementary color
Monochromatic Colors of #590D2D
Black with #590D2D
Text Example
Text Example
White with #590D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590D2D; }
p { color: rgb(89,13,45); }
H1.HeaderClassName
{
color: #590D2D;
}
.AnyTagClassName
{
color: #590D2D;
}
</style>
background-color css
<style>
a { background-color: #590D2D; }
a { background-color: rgb(89,13,45); }
div.DivClassName
{
background-color: #590D2D;
}
.BgClassName
{
background-color: #590D2D;
}
</style>
border-color css
<style>
span { border-color: #590D2D; }
span { border-color: rgb(89,13,45); }
td.TdClassName
{
border-color: #590D2D;
}
.TagClassName
{
border-color: #590D2D;
}
</style>