Shades of Tyrian Purple #59043A
Tints of Tyrian Purple #59043A
RGB
CMYK
RGB Variations
Color information
#59043A (or 0x59043A) is known color: Tyrian Purple. HEX triplet: 59, 04 and 3A. RGB value is (89,4,58). Sum of RGB (Red+Green+Blue) = 89+4+58=151 (20% of max value = 765). Red value is 89 (35.16% from 255 or 58.94% from 151); Green value is 4 (1.95% from 255 or 2.65% from 151); Blue value is 58 (23.05% from 255 or 38.41% from 151); Max value from RGB is 89 - color contains mainly: red. Hex color #59043A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59043A is #A6FBC5. Grayscale: #232323. Windows color (decimal): -10943430 or 3802201. OLE color: 3802201.
HSL color Cylindrical-coordinate representation of color #59043A: hue angle of 321.88º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #59043A is Cyan = 0, Magento = 0.96, Yellow = 0.35 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 4 | 58 | - |
| CMYK | 0 | 0.96 | 0.35 | 0.65 |
| HSL | 321.88º | 0.91% | 0.18% | - |
| HSV(B) | 321.88º | 0.96% | 0.35% | - |
| XYZ | 4.93 | 2.52 | 4.23 | - |
| YUV | 35.57 | 140.66 | 166.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 4 | 58 | 0 | 0.96 | 0.35 | 0.65 | 321.88 | 0.91 | 0.18 |
| Hex | 59 | 4 | 3A | 0 | 60 | 23 | 41 | 142 | 5B | 12 |
| Octal | 131 | 4 | 72 | 0 | 140 | 43 | 101 | 502 | 133 | 22 |
| Binary | 1011001 | 100 | 111010 | 0 | 1100000 | 100011 | 1000001 | 101000010 | 1011011 | 10010 |
Color Harmonies of #59043A
Complementary color
Monochromatic Colors of #59043A
Black with #59043A
Text Example
Text Example
White with #59043A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59043A; }
p { color: rgb(89,4,58); }
H1.HeaderClassName
{
color: #59043A;
}
.AnyTagClassName
{
color: #59043A;
}
</style>
background-color css
<style>
a { background-color: #59043A; }
a { background-color: rgb(89,4,58); }
div.DivClassName
{
background-color: #59043A;
}
.BgClassName
{
background-color: #59043A;
}
</style>
border-color css
<style>
span { border-color: #59043A; }
span { border-color: rgb(89,4,58); }
td.TdClassName
{
border-color: #59043A;
}
.TagClassName
{
border-color: #59043A;
}
</style>