Shades of Tyrian Purple #59003C
Tints of Tyrian Purple #59003C
RGB
CMYK
RGB Variations
Color information
#59003C (or 0x59003C) is known color: Tyrian Purple. HEX triplet: 59, 00 and 3C. RGB value is (89,0,60). Sum of RGB (Red+Green+Blue) = 89+0+60=149 (19% of max value = 765). Red value is 89 (35.16% from 255 or 59.73% from 149); Green value is 0 (0.39% from 255 or 0% from 149); Blue value is 60 (23.83% from 255 or 40.27% from 149); Max value from RGB is 89 - color contains mainly: red. Hex color #59003C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59003C is #A6FFC3. Grayscale: #212121. Windows color (decimal): -10944452 or 3932249. OLE color: 3932249.
HSL color Cylindrical-coordinate representation of color #59003C: hue angle of 319.55º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #59003C is Cyan = 0, Magento = 1, Yellow = 0.33 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 0 | 60 | - |
| CMYK | 0 | 1 | 0.33 | 0.65 |
| HSL | 319.55º | 1% | 0.17% | - |
| HSV(B) | 319.55º | 1% | 0.35% | - |
| XYZ | 4.94 | 2.45 | 4.49 | - |
| YUV | 33.45 | 142.99 | 167.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 0 | 60 | 0 | 1 | 0.33 | 0.65 | 319.55 | 1 | 0.17 |
| Hex | 59 | 0 | 3C | 0 | 64 | 21 | 41 | 140 | 64 | 11 |
| Octal | 131 | 0 | 74 | 0 | 144 | 41 | 101 | 500 | 144 | 21 |
| Binary | 1011001 | 0 | 111100 | 0 | 1100100 | 100001 | 1000001 | 101000000 | 1100100 | 10001 |
Color Harmonies of #59003C
Complementary color
Monochromatic Colors of #59003C
Black with #59003C
Text Example
Text Example
White with #59003C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59003C; }
p { color: rgb(89,0,60); }
H1.HeaderClassName
{
color: #59003C;
}
.AnyTagClassName
{
color: #59003C;
}
</style>
background-color css
<style>
a { background-color: #59003C; }
a { background-color: rgb(89,0,60); }
div.DivClassName
{
background-color: #59003C;
}
.BgClassName
{
background-color: #59003C;
}
</style>
border-color css
<style>
span { border-color: #59003C; }
span { border-color: rgb(89,0,60); }
td.TdClassName
{
border-color: #59003C;
}
.TagClassName
{
border-color: #59003C;
}
</style>