Shades of Tyrian Purple #59103D
Tints of Tyrian Purple #59103D
RGB
CMYK
RGB Variations
Color information
#59103D (or 0x59103D) is known color: Tyrian Purple. HEX triplet: 59, 10 and 3D. RGB value is (89,16,61). Sum of RGB (Red+Green+Blue) = 89+16+61=166 (21% of max value = 765). Red value is 89 (35.16% from 255 or 53.61% from 166); Green value is 16 (6.64% from 255 or 9.64% from 166); Blue value is 61 (24.22% from 255 or 36.75% from 166); Max value from RGB is 89 - color contains mainly: red. Hex color #59103D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59103D is #A6EFC2. Grayscale: #2A2A2A. Windows color (decimal): -10940355 or 4001881. OLE color: 4001881.
HSL color Cylindrical-coordinate representation of color #59103D: hue angle of 323.01º 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 #59103D is Cyan = 0, Magento = 0.82, Yellow = 0.31 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 16 | 61 | - |
| CMYK | 0 | 0.82 | 0.31 | 0.65 |
| HSL | 323.01º | 0.7% | 0.21% | - |
| HSV(B) | 323.01º | 0.82% | 0.35% | - |
| XYZ | 5.15 | 2.83 | 4.69 | - |
| YUV | 42.96 | 138.18 | 160.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 16 | 61 | 0 | 0.82 | 0.31 | 0.65 | 323.01 | 0.7 | 0.21 |
| Hex | 59 | 10 | 3D | 0 | 52 | 1F | 41 | 143 | 46 | 15 |
| Octal | 131 | 20 | 75 | 0 | 122 | 37 | 101 | 503 | 106 | 25 |
| Binary | 1011001 | 10000 | 111101 | 0 | 1010010 | 11111 | 1000001 | 101000011 | 1000110 | 10101 |
Color Harmonies of #59103D
Complementary color
Monochromatic Colors of #59103D
Black with #59103D
Text Example
Text Example
White with #59103D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59103D; }
p { color: rgb(89,16,61); }
H1.HeaderClassName
{
color: #59103D;
}
.AnyTagClassName
{
color: #59103D;
}
</style>
background-color css
<style>
a { background-color: #59103D; }
a { background-color: rgb(89,16,61); }
div.DivClassName
{
background-color: #59103D;
}
.BgClassName
{
background-color: #59103D;
}
</style>
border-color css
<style>
span { border-color: #59103D; }
span { border-color: rgb(89,16,61); }
td.TdClassName
{
border-color: #59103D;
}
.TagClassName
{
border-color: #59103D;
}
</style>