Shades of Tyrian Purple #59103F
Tints of Tyrian Purple #59103F
RGB
CMYK
RGB Variations
Color information
#59103F (or 0x59103F) is known color: Tyrian Purple. HEX triplet: 59, 10 and 3F. RGB value is (89,16,63). Sum of RGB (Red+Green+Blue) = 89+16+63=168 (22% of max value = 765). Red value is 89 (35.16% from 255 or 52.98% from 168); Green value is 16 (6.64% from 255 or 9.52% from 168); Blue value is 63 (25% from 255 or 37.5% from 168); Max value from RGB is 89 - color contains mainly: red. Hex color #59103F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59103F is #A6EFC0. Grayscale: #2B2B2B. Windows color (decimal): -10940353 or 4132953. OLE color: 4132953.
HSL color Cylindrical-coordinate representation of color #59103F: hue angle of 321.37º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #59103F is Cyan = 0, Magento = 0.82, Yellow = 0.29 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 16 | 63 | - |
| CMYK | 0 | 0.82 | 0.29 | 0.65 |
| HSL | 321.37º | 0.7% | 0.21% | - |
| HSV(B) | 321.37º | 0.82% | 0.35% | - |
| XYZ | 5.2 | 2.85 | 4.98 | - |
| YUV | 43.19 | 139.18 | 160.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 16 | 63 | 0 | 0.82 | 0.29 | 0.65 | 321.37 | 0.7 | 0.21 |
| Hex | 59 | 10 | 3F | 0 | 52 | 1D | 41 | 141 | 46 | 15 |
| Octal | 131 | 20 | 77 | 0 | 122 | 35 | 101 | 501 | 106 | 25 |
| Binary | 1011001 | 10000 | 111111 | 0 | 1010010 | 11101 | 1000001 | 101000001 | 1000110 | 10101 |
Color Harmonies of #59103F
Complementary color
Monochromatic Colors of #59103F
Black with #59103F
Text Example
Text Example
White with #59103F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59103F; }
p { color: rgb(89,16,63); }
H1.HeaderClassName
{
color: #59103F;
}
.AnyTagClassName
{
color: #59103F;
}
</style>
background-color css
<style>
a { background-color: #59103F; }
a { background-color: rgb(89,16,63); }
div.DivClassName
{
background-color: #59103F;
}
.BgClassName
{
background-color: #59103F;
}
</style>
border-color css
<style>
span { border-color: #59103F; }
span { border-color: rgb(89,16,63); }
td.TdClassName
{
border-color: #59103F;
}
.TagClassName
{
border-color: #59103F;
}
</style>