Shades of Tyrian Purple #59103A
Tints of Tyrian Purple #59103A
RGB
CMYK
RGB Variations
Color information
#59103A (or 0x59103A) is known color: Tyrian Purple. HEX triplet: 59, 10 and 3A. RGB value is (89,16,58). Sum of RGB (Red+Green+Blue) = 89+16+58=163 (21% of max value = 765). Red value is 89 (35.16% from 255 or 54.60% from 163); Green value is 16 (6.64% from 255 or 9.82% from 163); Blue value is 58 (23.05% from 255 or 35.58% from 163); Max value from RGB is 89 - color contains mainly: red. Hex color #59103A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59103A is #A6EFC5. Grayscale: #2A2A2A. Windows color (decimal): -10940358 or 3805273. OLE color: 3805273.
HSL color Cylindrical-coordinate representation of color #59103A: hue angle of 325.48º 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 #59103A is Cyan = 0, Magento = 0.82, Yellow = 0.35 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 16 | 58 | - |
| CMYK | 0 | 0.82 | 0.35 | 0.65 |
| HSL | 325.48º | 0.7% | 0.21% | - |
| HSV(B) | 325.48º | 0.82% | 0.35% | - |
| XYZ | 5.07 | 2.8 | 4.28 | - |
| YUV | 42.62 | 136.68 | 161.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 16 | 58 | 0 | 0.82 | 0.35 | 0.65 | 325.48 | 0.7 | 0.21 |
| Hex | 59 | 10 | 3A | 0 | 52 | 23 | 41 | 145 | 46 | 15 |
| Octal | 131 | 20 | 72 | 0 | 122 | 43 | 101 | 505 | 106 | 25 |
| Binary | 1011001 | 10000 | 111010 | 0 | 1010010 | 100011 | 1000001 | 101000101 | 1000110 | 10101 |
Color Harmonies of #59103A
Complementary color
Monochromatic Colors of #59103A
Black with #59103A
Text Example
Text Example
White with #59103A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59103A; }
p { color: rgb(89,16,58); }
H1.HeaderClassName
{
color: #59103A;
}
.AnyTagClassName
{
color: #59103A;
}
</style>
background-color css
<style>
a { background-color: #59103A; }
a { background-color: rgb(89,16,58); }
div.DivClassName
{
background-color: #59103A;
}
.BgClassName
{
background-color: #59103A;
}
</style>
border-color css
<style>
span { border-color: #59103A; }
span { border-color: rgb(89,16,58); }
td.TdClassName
{
border-color: #59103A;
}
.TagClassName
{
border-color: #59103A;
}
</style>