Shades of Tyrian Purple #59084F
Tints of Tyrian Purple #59084F
RGB
CMYK
RGB Variations
Color information
#59084F (or 0x59084F) is known color: Tyrian Purple. HEX triplet: 59, 08 and 4F. RGB value is (89,8,79). Sum of RGB (Red+Green+Blue) = 89+8+79=176 (23% of max value = 765). Red value is 89 (35.16% from 255 or 50.57% from 176); Green value is 8 (3.52% from 255 or 4.55% from 176); Blue value is 79 (31.25% from 255 or 44.89% from 176); Max value from RGB is 89 - color contains mainly: red. Hex color #59084F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59084F is #A6F7B0. Grayscale: #282828. Windows color (decimal): -10942385 or 5179481. OLE color: 5179481.
HSL color Cylindrical-coordinate representation of color #59084F: hue angle of 307.41º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #59084F is Cyan = 0, Magento = 0.91, Yellow = 0.11 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 8 | 79 | - |
| CMYK | 0 | 0.91 | 0.11 | 0.65 |
| HSL | 307.41º | 0.84% | 0.19% | - |
| HSV(B) | 307.41º | 0.91% | 0.35% | - |
| XYZ | 5.62 | 2.86 | 7.65 | - |
| YUV | 40.31 | 149.84 | 162.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 8 | 79 | 0 | 0.91 | 0.11 | 0.65 | 307.41 | 0.84 | 0.19 |
| Hex | 59 | 8 | 4F | 0 | 5B | B | 41 | 133 | 54 | 13 |
| Octal | 131 | 10 | 117 | 0 | 133 | 13 | 101 | 463 | 124 | 23 |
| Binary | 1011001 | 1000 | 1001111 | 0 | 1011011 | 1011 | 1000001 | 100110011 | 1010100 | 10011 |
Color Harmonies of #59084F
Complementary color
Monochromatic Colors of #59084F
Black with #59084F
Text Example
Text Example
White with #59084F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59084F; }
p { color: rgb(89,8,79); }
H1.HeaderClassName
{
color: #59084F;
}
.AnyTagClassName
{
color: #59084F;
}
</style>
background-color css
<style>
a { background-color: #59084F; }
a { background-color: rgb(89,8,79); }
div.DivClassName
{
background-color: #59084F;
}
.BgClassName
{
background-color: #59084F;
}
</style>
border-color css
<style>
span { border-color: #59084F; }
span { border-color: rgb(89,8,79); }
td.TdClassName
{
border-color: #59084F;
}
.TagClassName
{
border-color: #59084F;
}
</style>