Shades of Tyrian Purple #59143E
Tints of Tyrian Purple #59143E
RGB
CMYK
RGB Variations
Color information
#59143E (or 0x59143E) is known color: Tyrian Purple. HEX triplet: 59, 14 and 3E. RGB value is (89,20,62). Sum of RGB (Red+Green+Blue) = 89+20+62=171 (22% of max value = 765). Red value is 89 (35.16% from 255 or 52.05% from 171); Green value is 20 (8.20% from 255 or 11.70% from 171); Blue value is 62 (24.61% from 255 or 36.26% from 171); Max value from RGB is 89 - color contains mainly: red. Hex color #59143E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59143E is #A6EBC1. Grayscale: #2D2D2D. Windows color (decimal): -10939330 or 4068441. OLE color: 4068441.
HSL color Cylindrical-coordinate representation of color #59143E: hue angle of 323.48º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #59143E is Cyan = 0, Magento = 0.78, Yellow = 0.30 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 20 | 62 | - |
| CMYK | 0 | 0.78 | 0.30 | 0.65 |
| HSL | 323.48º | 0.63% | 0.21% | - |
| HSV(B) | 323.48º | 0.78% | 0.35% | - |
| XYZ | 5.24 | 2.97 | 4.85 | - |
| YUV | 45.42 | 137.36 | 159.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 20 | 62 | 0 | 0.78 | 0.30 | 0.65 | 323.48 | 0.63 | 0.21 |
| Hex | 59 | 14 | 3E | 0 | 4E | 1E | 41 | 143 | 3F | 15 |
| Octal | 131 | 24 | 76 | 0 | 116 | 36 | 101 | 503 | 77 | 25 |
| Binary | 1011001 | 10100 | 111110 | 0 | 1001110 | 11110 | 1000001 | 101000011 | 111111 | 10101 |
Color Harmonies of #59143E
Complementary color
Monochromatic Colors of #59143E
Black with #59143E
Text Example
Text Example
White with #59143E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59143E; }
p { color: rgb(89,20,62); }
H1.HeaderClassName
{
color: #59143E;
}
.AnyTagClassName
{
color: #59143E;
}
</style>
background-color css
<style>
a { background-color: #59143E; }
a { background-color: rgb(89,20,62); }
div.DivClassName
{
background-color: #59143E;
}
.BgClassName
{
background-color: #59143E;
}
</style>
border-color css
<style>
span { border-color: #59143E; }
span { border-color: rgb(89,20,62); }
td.TdClassName
{
border-color: #59143E;
}
.TagClassName
{
border-color: #59143E;
}
</style>