Shades of Tyrian Purple #59013F
Tints of Tyrian Purple #59013F
RGB
CMYK
RGB Variations
Color information
#59013F (or 0x59013F) is known color: Tyrian Purple. HEX triplet: 59, 01 and 3F. RGB value is (89,1,63). Sum of RGB (Red+Green+Blue) = 89+1+63=153 (20% of max value = 765). Red value is 89 (35.16% from 255 or 58.17% from 153); Green value is 1 (0.78% from 255 or 0.65% from 153); Blue value is 63 (25% from 255 or 41.18% from 153); Max value from RGB is 89 - color contains mainly: red. Hex color #59013F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59013F is #A6FEC0. Grayscale: #222222. Windows color (decimal): -10944193 or 4129113. OLE color: 4129113.
HSL color Cylindrical-coordinate representation of color #59013F: hue angle of 317.73º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #59013F is Cyan = 0, Magento = 0.99, Yellow = 0.29 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 1 | 63 | - |
| CMYK | 0 | 0.99 | 0.29 | 0.65 |
| HSL | 317.73º | 0.98% | 0.18% | - |
| HSV(B) | 317.73º | 0.99% | 0.35% | - |
| XYZ | 5.03 | 2.5 | 4.92 | - |
| YUV | 34.38 | 144.15 | 166.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 1 | 63 | 0 | 0.99 | 0.29 | 0.65 | 317.73 | 0.98 | 0.18 |
| Hex | 59 | 1 | 3F | 0 | 63 | 1D | 41 | 13E | 62 | 12 |
| Octal | 131 | 1 | 77 | 0 | 143 | 35 | 101 | 476 | 142 | 22 |
| Binary | 1011001 | 1 | 111111 | 0 | 1100011 | 11101 | 1000001 | 100111110 | 1100010 | 10010 |
Color Harmonies of #59013F
Complementary color
Monochromatic Colors of #59013F
Black with #59013F
Text Example
Text Example
White with #59013F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59013F; }
p { color: rgb(89,1,63); }
H1.HeaderClassName
{
color: #59013F;
}
.AnyTagClassName
{
color: #59013F;
}
</style>
background-color css
<style>
a { background-color: #59013F; }
a { background-color: rgb(89,1,63); }
div.DivClassName
{
background-color: #59013F;
}
.BgClassName
{
background-color: #59013F;
}
</style>
border-color css
<style>
span { border-color: #59013F; }
span { border-color: rgb(89,1,63); }
td.TdClassName
{
border-color: #59013F;
}
.TagClassName
{
border-color: #59013F;
}
</style>