Shades of Tyrian Purple #59023E
Tints of Tyrian Purple #59023E
RGB
CMYK
RGB Variations
Color information
#59023E (or 0x59023E) is known color: Tyrian Purple. HEX triplet: 59, 02 and 3E. RGB value is (89,2,62). Sum of RGB (Red+Green+Blue) = 89+2+62=153 (20% of max value = 765). Red value is 89 (35.16% from 255 or 58.17% from 153); Green value is 2 (1.17% from 255 or 1.31% from 153); Blue value is 62 (24.61% from 255 or 40.52% from 153); Max value from RGB is 89 - color contains mainly: red. Hex color #59023E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59023E is #A6FDC1. Grayscale: #222222. Windows color (decimal): -10943938 or 4063833. OLE color: 4063833.
HSL color Cylindrical-coordinate representation of color #59023E: hue angle of 318.62º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #59023E is Cyan = 0, Magento = 0.98, Yellow = 0.30 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 2 | 62 | - |
| CMYK | 0 | 0.98 | 0.30 | 0.65 |
| HSL | 318.62º | 0.96% | 0.18% | - |
| HSV(B) | 318.62º | 0.98% | 0.35% | - |
| XYZ | 5.01 | 2.52 | 4.78 | - |
| YUV | 34.85 | 143.32 | 166.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 2 | 62 | 0 | 0.98 | 0.30 | 0.65 | 318.62 | 0.96 | 0.18 |
| Hex | 59 | 2 | 3E | 0 | 62 | 1E | 41 | 13F | 60 | 12 |
| Octal | 131 | 2 | 76 | 0 | 142 | 36 | 101 | 477 | 140 | 22 |
| Binary | 1011001 | 10 | 111110 | 0 | 1100010 | 11110 | 1000001 | 100111111 | 1100000 | 10010 |
Color Harmonies of #59023E
Complementary color
Monochromatic Colors of #59023E
Black with #59023E
Text Example
Text Example
White with #59023E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59023E; }
p { color: rgb(89,2,62); }
H1.HeaderClassName
{
color: #59023E;
}
.AnyTagClassName
{
color: #59023E;
}
</style>
background-color css
<style>
a { background-color: #59023E; }
a { background-color: rgb(89,2,62); }
div.DivClassName
{
background-color: #59023E;
}
.BgClassName
{
background-color: #59023E;
}
</style>
border-color css
<style>
span { border-color: #59023E; }
span { border-color: rgb(89,2,62); }
td.TdClassName
{
border-color: #59023E;
}
.TagClassName
{
border-color: #59023E;
}
</style>