Shades of Tyrian Purple #59033E
Tints of Tyrian Purple #59033E
RGB
CMYK
RGB Variations
Color information
#59033E (or 0x59033E) is known color: Tyrian Purple. HEX triplet: 59, 03 and 3E. RGB value is (89,3,62). Sum of RGB (Red+Green+Blue) = 89+3+62=154 (20% of max value = 765). Red value is 89 (35.16% from 255 or 57.79% from 154); Green value is 3 (1.56% from 255 or 1.95% from 154); Blue value is 62 (24.61% from 255 or 40.26% from 154); Max value from RGB is 89 - color contains mainly: red. Hex color #59033E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59033E is #A6FCC1. Grayscale: #232323. Windows color (decimal): -10943682 or 4064089. OLE color: 4064089.
HSL color Cylindrical-coordinate representation of color #59033E: hue angle of 318.84º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #59033E is Cyan = 0, Magento = 0.97, Yellow = 0.30 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 3 | 62 | - |
| CMYK | 0 | 0.97 | 0.30 | 0.65 |
| HSL | 318.84º | 0.93% | 0.18% | - |
| HSV(B) | 318.84º | 0.97% | 0.35% | - |
| XYZ | 5.02 | 2.54 | 4.78 | - |
| YUV | 35.44 | 142.99 | 166.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 3 | 62 | 0 | 0.97 | 0.30 | 0.65 | 318.84 | 0.93 | 0.18 |
| Hex | 59 | 3 | 3E | 0 | 61 | 1E | 41 | 13F | 5D | 12 |
| Octal | 131 | 3 | 76 | 0 | 141 | 36 | 101 | 477 | 135 | 22 |
| Binary | 1011001 | 11 | 111110 | 0 | 1100001 | 11110 | 1000001 | 100111111 | 1011101 | 10010 |
Color Harmonies of #59033E
Complementary color
Monochromatic Colors of #59033E
Black with #59033E
Text Example
Text Example
White with #59033E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59033E; }
p { color: rgb(89,3,62); }
H1.HeaderClassName
{
color: #59033E;
}
.AnyTagClassName
{
color: #59033E;
}
</style>
background-color css
<style>
a { background-color: #59033E; }
a { background-color: rgb(89,3,62); }
div.DivClassName
{
background-color: #59033E;
}
.BgClassName
{
background-color: #59033E;
}
</style>
border-color css
<style>
span { border-color: #59033E; }
span { border-color: rgb(89,3,62); }
td.TdClassName
{
border-color: #59033E;
}
.TagClassName
{
border-color: #59033E;
}
</style>