Shades of Tyrian Purple #59133C
Tints of Tyrian Purple #59133C
RGB
CMYK
RGB Variations
Color information
#59133C (or 0x59133C) is known color: Tyrian Purple. HEX triplet: 59, 13 and 3C. RGB value is (89,19,60). Sum of RGB (Red+Green+Blue) = 89+19+60=168 (22% of max value = 765). Red value is 89 (35.16% from 255 or 52.98% from 168); Green value is 19 (7.81% from 255 or 11.31% from 168); Blue value is 60 (23.83% from 255 or 35.71% from 168); Max value from RGB is 89 - color contains mainly: red. Hex color #59133C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59133C is #A6ECC3. Grayscale: #2C2C2C. Windows color (decimal): -10939588 or 3937113. OLE color: 3937113.
HSL color Cylindrical-coordinate representation of color #59133C: hue angle of 324.86º 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 #59133C is Cyan = 0, Magento = 0.79, Yellow = 0.33 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 19 | 60 | - |
| CMYK | 0 | 0.79 | 0.33 | 0.65 |
| HSL | 324.86º | 0.65% | 0.21% | - |
| HSV(B) | 324.86º | 0.79% | 0.35% | - |
| XYZ | 5.17 | 2.92 | 4.57 | - |
| YUV | 44.6 | 136.69 | 159.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 19 | 60 | 0 | 0.79 | 0.33 | 0.65 | 324.86 | 0.65 | 0.21 |
| Hex | 59 | 13 | 3C | 0 | 4F | 21 | 41 | 145 | 41 | 15 |
| Octal | 131 | 23 | 74 | 0 | 117 | 41 | 101 | 505 | 101 | 25 |
| Binary | 1011001 | 10011 | 111100 | 0 | 1001111 | 100001 | 1000001 | 101000101 | 1000001 | 10101 |
Color Harmonies of #59133C
Complementary color
Monochromatic Colors of #59133C
Black with #59133C
Text Example
Text Example
White with #59133C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59133C; }
p { color: rgb(89,19,60); }
H1.HeaderClassName
{
color: #59133C;
}
.AnyTagClassName
{
color: #59133C;
}
</style>
background-color css
<style>
a { background-color: #59133C; }
a { background-color: rgb(89,19,60); }
div.DivClassName
{
background-color: #59133C;
}
.BgClassName
{
background-color: #59133C;
}
</style>
border-color css
<style>
span { border-color: #59133C; }
span { border-color: rgb(89,19,60); }
td.TdClassName
{
border-color: #59133C;
}
.TagClassName
{
border-color: #59133C;
}
</style>