Shades of Tyrian Purple #59033B
Tints of Tyrian Purple #59033B
RGB
CMYK
RGB Variations
Color information
#59033B (or 0x59033B) is known color: Tyrian Purple. HEX triplet: 59, 03 and 3B. RGB value is (89,3,59). Sum of RGB (Red+Green+Blue) = 89+3+59=151 (20% of max value = 765). Red value is 89 (35.16% from 255 or 58.94% from 151); Green value is 3 (1.56% from 255 or 1.99% from 151); Blue value is 59 (23.44% from 255 or 39.07% from 151); Max value from RGB is 89 - color contains mainly: red. Hex color #59033B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59033B is #A6FCC4. Grayscale: #222222. Windows color (decimal): -10943685 or 3867481. OLE color: 3867481.
HSL color Cylindrical-coordinate representation of color #59033B: hue angle of 320.93º 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 #59033B is Cyan = 0, Magento = 0.97, Yellow = 0.34 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 3 | 59 | - |
| CMYK | 0 | 0.97 | 0.34 | 0.65 |
| HSL | 320.93º | 0.93% | 0.18% | - |
| HSV(B) | 320.93º | 0.97% | 0.35% | - |
| XYZ | 4.94 | 2.5 | 4.36 | - |
| YUV | 35.1 | 141.49 | 166.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 3 | 59 | 0 | 0.97 | 0.34 | 0.65 | 320.93 | 0.93 | 0.18 |
| Hex | 59 | 3 | 3B | 0 | 61 | 22 | 41 | 141 | 5D | 12 |
| Octal | 131 | 3 | 73 | 0 | 141 | 42 | 101 | 501 | 135 | 22 |
| Binary | 1011001 | 11 | 111011 | 0 | 1100001 | 100010 | 1000001 | 101000001 | 1011101 | 10010 |
Color Harmonies of #59033B
Complementary color
Monochromatic Colors of #59033B
Black with #59033B
Text Example
Text Example
White with #59033B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59033B; }
p { color: rgb(89,3,59); }
H1.HeaderClassName
{
color: #59033B;
}
.AnyTagClassName
{
color: #59033B;
}
</style>
background-color css
<style>
a { background-color: #59033B; }
a { background-color: rgb(89,3,59); }
div.DivClassName
{
background-color: #59033B;
}
.BgClassName
{
background-color: #59033B;
}
</style>
border-color css
<style>
span { border-color: #59033B; }
span { border-color: rgb(89,3,59); }
td.TdClassName
{
border-color: #59033B;
}
.TagClassName
{
border-color: #59033B;
}
</style>