Shades of Tyrian Purple #59053B
Tints of Tyrian Purple #59053B
RGB
CMYK
RGB Variations
Color information
#59053B (or 0x59053B) is known color: Tyrian Purple. HEX triplet: 59, 05 and 3B. RGB value is (89,5,59). Sum of RGB (Red+Green+Blue) = 89+5+59=153 (20% of max value = 765). Red value is 89 (35.16% from 255 or 58.17% from 153); Green value is 5 (2.34% from 255 or 3.27% from 153); Blue value is 59 (23.44% from 255 or 38.56% from 153); Max value from RGB is 89 - color contains mainly: red. Hex color #59053B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59053B is #A6FAC4. Grayscale: #242424. Windows color (decimal): -10943173 or 3867993. OLE color: 3867993.
HSL color Cylindrical-coordinate representation of color #59053B: hue angle of 321.43º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #59053B is Cyan = 0, Magento = 0.94, Yellow = 0.34 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 5 | 59 | - |
| CMYK | 0 | 0.94 | 0.34 | 0.65 |
| HSL | 321.43º | 0.89% | 0.18% | - |
| HSV(B) | 321.43º | 0.94% | 0.35% | - |
| XYZ | 4.96 | 2.55 | 4.37 | - |
| YUV | 36.27 | 140.83 | 165.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 5 | 59 | 0 | 0.94 | 0.34 | 0.65 | 321.43 | 0.89 | 0.18 |
| Hex | 59 | 5 | 3B | 0 | 5E | 22 | 41 | 141 | 59 | 12 |
| Octal | 131 | 5 | 73 | 0 | 136 | 42 | 101 | 501 | 131 | 22 |
| Binary | 1011001 | 101 | 111011 | 0 | 1011110 | 100010 | 1000001 | 101000001 | 1011001 | 10010 |
Color Harmonies of #59053B
Complementary color
Monochromatic Colors of #59053B
Black with #59053B
Text Example
Text Example
White with #59053B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59053B; }
p { color: rgb(89,5,59); }
H1.HeaderClassName
{
color: #59053B;
}
.AnyTagClassName
{
color: #59053B;
}
</style>
background-color css
<style>
a { background-color: #59053B; }
a { background-color: rgb(89,5,59); }
div.DivClassName
{
background-color: #59053B;
}
.BgClassName
{
background-color: #59053B;
}
</style>
border-color css
<style>
span { border-color: #59053B; }
span { border-color: rgb(89,5,59); }
td.TdClassName
{
border-color: #59053B;
}
.TagClassName
{
border-color: #59053B;
}
</style>