Shades of Tyrian Purple #59133A
Tints of Tyrian Purple #59133A
RGB
CMYK
RGB Variations
Color information
#59133A (or 0x59133A) is known color: Tyrian Purple. HEX triplet: 59, 13 and 3A. RGB value is (89,19,58). Sum of RGB (Red+Green+Blue) = 89+19+58=166 (21% of max value = 765). Red value is 89 (35.16% from 255 or 53.61% from 166); Green value is 19 (7.81% from 255 or 11.45% from 166); Blue value is 58 (23.05% from 255 or 34.94% from 166); Max value from RGB is 89 - color contains mainly: red. Hex color #59133A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59133A is #A6ECC5. Grayscale: #2C2C2C. Windows color (decimal): -10939590 or 3806041. OLE color: 3806041.
HSL color Cylindrical-coordinate representation of color #59133A: hue angle of 326.57º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #59133A is Cyan = 0, Magento = 0.79, Yellow = 0.35 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 19 | 58 | - |
| CMYK | 0 | 0.79 | 0.35 | 0.65 |
| HSL | 326.57º | 0.65% | 0.21% | - |
| HSV(B) | 326.57º | 0.79% | 0.35% | - |
| XYZ | 5.12 | 2.9 | 4.29 | - |
| YUV | 44.38 | 135.69 | 159.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 19 | 58 | 0 | 0.79 | 0.35 | 0.65 | 326.57 | 0.65 | 0.21 |
| Hex | 59 | 13 | 3A | 0 | 4F | 23 | 41 | 147 | 41 | 15 |
| Octal | 131 | 23 | 72 | 0 | 117 | 43 | 101 | 507 | 101 | 25 |
| Binary | 1011001 | 10011 | 111010 | 0 | 1001111 | 100011 | 1000001 | 101000111 | 1000001 | 10101 |
Color Harmonies of #59133A
Complementary color
Monochromatic Colors of #59133A
Black with #59133A
Text Example
Text Example
White with #59133A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59133A; }
p { color: rgb(89,19,58); }
H1.HeaderClassName
{
color: #59133A;
}
.AnyTagClassName
{
color: #59133A;
}
</style>
background-color css
<style>
a { background-color: #59133A; }
a { background-color: rgb(89,19,58); }
div.DivClassName
{
background-color: #59133A;
}
.BgClassName
{
background-color: #59133A;
}
</style>
border-color css
<style>
span { border-color: #59133A; }
span { border-color: rgb(89,19,58); }
td.TdClassName
{
border-color: #59133A;
}
.TagClassName
{
border-color: #59133A;
}
</style>