Shades of Tyrian Purple #59044F
Tints of Tyrian Purple #59044F
RGB
CMYK
RGB Variations
Color information
#59044F (or 0x59044F) is known color: Tyrian Purple. HEX triplet: 59, 04 and 4F. RGB value is (89,4,79). Sum of RGB (Red+Green+Blue) = 89+4+79=172 (22% of max value = 765). Red value is 89 (35.16% from 255 or 51.74% from 172); Green value is 4 (1.95% from 255 or 2.33% from 172); Blue value is 79 (31.25% from 255 or 45.93% from 172); Max value from RGB is 89 - color contains mainly: red. Hex color #59044F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59044F is #A6FBB0. Grayscale: #252525. Windows color (decimal): -10943409 or 5178457. OLE color: 5178457.
HSL color Cylindrical-coordinate representation of color #59044F: hue angle of 307.06º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #59044F is Cyan = 0, Magento = 0.96, Yellow = 0.11 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 4 | 79 | - |
| CMYK | 0 | 0.96 | 0.11 | 0.65 |
| HSL | 307.06º | 0.91% | 0.18% | - |
| HSV(B) | 307.06º | 0.96% | 0.35% | - |
| XYZ | 5.57 | 2.78 | 7.64 | - |
| YUV | 37.97 | 151.16 | 164.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 4 | 79 | 0 | 0.96 | 0.11 | 0.65 | 307.06 | 0.91 | 0.18 |
| Hex | 59 | 4 | 4F | 0 | 60 | B | 41 | 133 | 5B | 12 |
| Octal | 131 | 4 | 117 | 0 | 140 | 13 | 101 | 463 | 133 | 22 |
| Binary | 1011001 | 100 | 1001111 | 0 | 1100000 | 1011 | 1000001 | 100110011 | 1011011 | 10010 |
Color Harmonies of #59044F
Complementary color
Monochromatic Colors of #59044F
Black with #59044F
Text Example
Text Example
White with #59044F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59044F; }
p { color: rgb(89,4,79); }
H1.HeaderClassName
{
color: #59044F;
}
.AnyTagClassName
{
color: #59044F;
}
</style>
background-color css
<style>
a { background-color: #59044F; }
a { background-color: rgb(89,4,79); }
div.DivClassName
{
background-color: #59044F;
}
.BgClassName
{
background-color: #59044F;
}
</style>
border-color css
<style>
span { border-color: #59044F; }
span { border-color: rgb(89,4,79); }
td.TdClassName
{
border-color: #59044F;
}
.TagClassName
{
border-color: #59044F;
}
</style>