Shades of Tyrian Purple #59133D
Tints of Tyrian Purple #59133D
RGB
CMYK
RGB Variations
Color information
#59133D (or 0x59133D) is known color: Tyrian Purple. HEX triplet: 59, 13 and 3D. RGB value is (89,19,61). Sum of RGB (Red+Green+Blue) = 89+19+61=169 (22% of max value = 765). Red value is 89 (35.16% from 255 or 52.66% from 169); Green value is 19 (7.81% from 255 or 11.24% from 169); Blue value is 61 (24.22% from 255 or 36.09% from 169); Max value from RGB is 89 - color contains mainly: red. Hex color #59133D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59133D is #A6ECC2. Grayscale: #2C2C2C. Windows color (decimal): -10939587 or 4002649. OLE color: 4002649.
HSL color Cylindrical-coordinate representation of color #59133D: hue angle of 324º 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 #59133D is Cyan = 0, Magento = 0.79, Yellow = 0.31 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 19 | 61 | - |
| CMYK | 0 | 0.79 | 0.31 | 0.65 |
| HSL | 324º | 0.65% | 0.21% | - |
| HSV(B) | 324º | 0.79% | 0.35% | - |
| XYZ | 5.2 | 2.93 | 4.71 | - |
| YUV | 44.72 | 137.19 | 159.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 19 | 61 | 0 | 0.79 | 0.31 | 0.65 | 324 | 0.65 | 0.21 |
| Hex | 59 | 13 | 3D | 0 | 4F | 1F | 41 | 144 | 41 | 15 |
| Octal | 131 | 23 | 75 | 0 | 117 | 37 | 101 | 504 | 101 | 25 |
| Binary | 1011001 | 10011 | 111101 | 0 | 1001111 | 11111 | 1000001 | 101000100 | 1000001 | 10101 |
Color Harmonies of #59133D
Complementary color
Monochromatic Colors of #59133D
Black with #59133D
Text Example
Text Example
White with #59133D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59133D; }
p { color: rgb(89,19,61); }
H1.HeaderClassName
{
color: #59133D;
}
.AnyTagClassName
{
color: #59133D;
}
</style>
background-color css
<style>
a { background-color: #59133D; }
a { background-color: rgb(89,19,61); }
div.DivClassName
{
background-color: #59133D;
}
.BgClassName
{
background-color: #59133D;
}
</style>
border-color css
<style>
span { border-color: #59133D; }
span { border-color: rgb(89,19,61); }
td.TdClassName
{
border-color: #59133D;
}
.TagClassName
{
border-color: #59133D;
}
</style>