Shades of Tyrian Purple #59033A
Tints of Tyrian Purple #59033A
RGB
CMYK
RGB Variations
Color information
#59033A (or 0x59033A) is known color: Tyrian Purple. HEX triplet: 59, 03 and 3A. RGB value is (89,3,58). Sum of RGB (Red+Green+Blue) = 89+3+58=150 (19% of max value = 765). Red value is 89 (35.16% from 255 or 59.33% from 150); Green value is 3 (1.56% from 255 or 2% from 150); Blue value is 58 (23.05% from 255 or 38.67% from 150); Max value from RGB is 89 - color contains mainly: red. Hex color #59033A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59033A is #A6FCC5. Grayscale: #222222. Windows color (decimal): -10943686 or 3801945. OLE color: 3801945.
HSL color Cylindrical-coordinate representation of color #59033A: hue angle of 321.63º 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 #59033A is Cyan = 0, Magento = 0.97, Yellow = 0.35 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 3 | 58 | - |
| CMYK | 0 | 0.97 | 0.35 | 0.65 |
| HSL | 321.63º | 0.93% | 0.18% | - |
| HSV(B) | 321.63º | 0.97% | 0.35% | - |
| XYZ | 4.92 | 2.49 | 4.23 | - |
| YUV | 34.98 | 140.99 | 166.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 3 | 58 | 0 | 0.97 | 0.35 | 0.65 | 321.63 | 0.93 | 0.18 |
| Hex | 59 | 3 | 3A | 0 | 61 | 23 | 41 | 142 | 5D | 12 |
| Octal | 131 | 3 | 72 | 0 | 141 | 43 | 101 | 502 | 135 | 22 |
| Binary | 1011001 | 11 | 111010 | 0 | 1100001 | 100011 | 1000001 | 101000010 | 1011101 | 10010 |
Color Harmonies of #59033A
Complementary color
Monochromatic Colors of #59033A
Black with #59033A
Text Example
Text Example
White with #59033A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59033A; }
p { color: rgb(89,3,58); }
H1.HeaderClassName
{
color: #59033A;
}
.AnyTagClassName
{
color: #59033A;
}
</style>
background-color css
<style>
a { background-color: #59033A; }
a { background-color: rgb(89,3,58); }
div.DivClassName
{
background-color: #59033A;
}
.BgClassName
{
background-color: #59033A;
}
</style>
border-color css
<style>
span { border-color: #59033A; }
span { border-color: rgb(89,3,58); }
td.TdClassName
{
border-color: #59033A;
}
.TagClassName
{
border-color: #59033A;
}
</style>