Shades of Tyrian Purple #59103C
Tints of Tyrian Purple #59103C
RGB
CMYK
RGB Variations
Color information
#59103C (or 0x59103C) is known color: Tyrian Purple. HEX triplet: 59, 10 and 3C. RGB value is (89,16,60). Sum of RGB (Red+Green+Blue) = 89+16+60=165 (21% of max value = 765). Red value is 89 (35.16% from 255 or 53.94% from 165); Green value is 16 (6.64% from 255 or 9.70% from 165); Blue value is 60 (23.83% from 255 or 36.36% from 165); Max value from RGB is 89 - color contains mainly: red. Hex color #59103C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59103C is #A6EFC3. Grayscale: #2A2A2A. Windows color (decimal): -10940356 or 3936345. OLE color: 3936345.
HSL color Cylindrical-coordinate representation of color #59103C: hue angle of 323.84º 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 #59103C is Cyan = 0, Magento = 0.82, Yellow = 0.33 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 16 | 60 | - |
| CMYK | 0 | 0.82 | 0.33 | 0.65 |
| HSL | 323.84º | 0.7% | 0.21% | - |
| HSV(B) | 323.84º | 0.82% | 0.35% | - |
| XYZ | 5.12 | 2.82 | 4.55 | - |
| YUV | 42.84 | 137.68 | 160.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 16 | 60 | 0 | 0.82 | 0.33 | 0.65 | 323.84 | 0.7 | 0.21 |
| Hex | 59 | 10 | 3C | 0 | 52 | 21 | 41 | 144 | 46 | 15 |
| Octal | 131 | 20 | 74 | 0 | 122 | 41 | 101 | 504 | 106 | 25 |
| Binary | 1011001 | 10000 | 111100 | 0 | 1010010 | 100001 | 1000001 | 101000100 | 1000110 | 10101 |
Color Harmonies of #59103C
Complementary color
Monochromatic Colors of #59103C
Black with #59103C
Text Example
Text Example
White with #59103C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59103C; }
p { color: rgb(89,16,60); }
H1.HeaderClassName
{
color: #59103C;
}
.AnyTagClassName
{
color: #59103C;
}
</style>
background-color css
<style>
a { background-color: #59103C; }
a { background-color: rgb(89,16,60); }
div.DivClassName
{
background-color: #59103C;
}
.BgClassName
{
background-color: #59103C;
}
</style>
border-color css
<style>
span { border-color: #59103C; }
span { border-color: rgb(89,16,60); }
td.TdClassName
{
border-color: #59103C;
}
.TagClassName
{
border-color: #59103C;
}
</style>