Shades of Tyrian Purple #59143B
Tints of Tyrian Purple #59143B
RGB
CMYK
RGB Variations
Color information
#59143B (or 0x59143B) is known color: Tyrian Purple. HEX triplet: 59, 14 and 3B. RGB value is (89,20,59). Sum of RGB (Red+Green+Blue) = 89+20+59=168 (22% of max value = 765). Red value is 89 (35.16% from 255 or 52.98% from 168); Green value is 20 (8.20% from 255 or 11.90% from 168); Blue value is 59 (23.44% from 255 or 35.12% from 168); Max value from RGB is 89 - color contains mainly: red. Hex color #59143B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59143B is #A6EBC4. Grayscale: #2C2C2C. Windows color (decimal): -10939333 or 3871833. OLE color: 3871833.
HSL color Cylindrical-coordinate representation of color #59143B: hue angle of 326.09º 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 #59143B is Cyan = 0, Magento = 0.78, Yellow = 0.34 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 20 | 59 | - |
| CMYK | 0 | 0.78 | 0.34 | 0.65 |
| HSL | 326.09º | 0.63% | 0.21% | - |
| HSV(B) | 326.09º | 0.78% | 0.35% | - |
| XYZ | 5.16 | 2.94 | 4.43 | - |
| YUV | 45.08 | 135.86 | 159.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 20 | 59 | 0 | 0.78 | 0.34 | 0.65 | 326.09 | 0.63 | 0.21 |
| Hex | 59 | 14 | 3B | 0 | 4E | 22 | 41 | 146 | 3F | 15 |
| Octal | 131 | 24 | 73 | 0 | 116 | 42 | 101 | 506 | 77 | 25 |
| Binary | 1011001 | 10100 | 111011 | 0 | 1001110 | 100010 | 1000001 | 101000110 | 111111 | 10101 |
Color Harmonies of #59143B
Complementary color
Monochromatic Colors of #59143B
Black with #59143B
Text Example
Text Example
White with #59143B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59143B; }
p { color: rgb(89,20,59); }
H1.HeaderClassName
{
color: #59143B;
}
.AnyTagClassName
{
color: #59143B;
}
</style>
background-color css
<style>
a { background-color: #59143B; }
a { background-color: rgb(89,20,59); }
div.DivClassName
{
background-color: #59143B;
}
.BgClassName
{
background-color: #59143B;
}
</style>
border-color css
<style>
span { border-color: #59143B; }
span { border-color: rgb(89,20,59); }
td.TdClassName
{
border-color: #59143B;
}
.TagClassName
{
border-color: #59143B;
}
</style>