Shades of Tyrian Purple #59103B
Tints of Tyrian Purple #59103B
RGB
CMYK
RGB Variations
Color information
#59103B (or 0x59103B) is known color: Tyrian Purple. HEX triplet: 59, 10 and 3B. RGB value is (89,16,59). Sum of RGB (Red+Green+Blue) = 89+16+59=164 (21% of max value = 765). Red value is 89 (35.16% from 255 or 54.27% from 164); Green value is 16 (6.64% from 255 or 9.76% from 164); Blue value is 59 (23.44% from 255 or 35.98% from 164); Max value from RGB is 89 - color contains mainly: red. Hex color #59103B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59103B is #A6EFC4. Grayscale: #2A2A2A. Windows color (decimal): -10940357 or 3870809. OLE color: 3870809.
HSL color Cylindrical-coordinate representation of color #59103B: hue angle of 324.66º 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 #59103B is Cyan = 0, Magento = 0.82, Yellow = 0.34 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 16 | 59 | - |
| CMYK | 0 | 0.82 | 0.34 | 0.65 |
| HSL | 324.66º | 0.7% | 0.21% | - |
| HSV(B) | 324.66º | 0.82% | 0.35% | - |
| XYZ | 5.09 | 2.81 | 4.41 | - |
| YUV | 42.73 | 137.18 | 161 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 16 | 59 | 0 | 0.82 | 0.34 | 0.65 | 324.66 | 0.7 | 0.21 |
| Hex | 59 | 10 | 3B | 0 | 52 | 22 | 41 | 145 | 46 | 15 |
| Octal | 131 | 20 | 73 | 0 | 122 | 42 | 101 | 505 | 106 | 25 |
| Binary | 1011001 | 10000 | 111011 | 0 | 1010010 | 100010 | 1000001 | 101000101 | 1000110 | 10101 |
Color Harmonies of #59103B
Complementary color
Monochromatic Colors of #59103B
Black with #59103B
Text Example
Text Example
White with #59103B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59103B; }
p { color: rgb(89,16,59); }
H1.HeaderClassName
{
color: #59103B;
}
.AnyTagClassName
{
color: #59103B;
}
</style>
background-color css
<style>
a { background-color: #59103B; }
a { background-color: rgb(89,16,59); }
div.DivClassName
{
background-color: #59103B;
}
.BgClassName
{
background-color: #59103B;
}
</style>
border-color css
<style>
span { border-color: #59103B; }
span { border-color: rgb(89,16,59); }
td.TdClassName
{
border-color: #59103B;
}
.TagClassName
{
border-color: #59103B;
}
</style>