Shades of Tyrian Purple #59064A
Tints of Tyrian Purple #59064A
RGB
CMYK
RGB Variations
Color information
#59064A (or 0x59064A) is known color: Tyrian Purple. HEX triplet: 59, 06 and 4A. RGB value is (89,6,74). Sum of RGB (Red+Green+Blue) = 89+6+74=169 (22% of max value = 765). Red value is 89 (35.16% from 255 or 52.66% from 169); Green value is 6 (2.73% from 255 or 3.55% from 169); Blue value is 74 (29.30% from 255 or 43.79% from 169); Max value from RGB is 89 - color contains mainly: red. Hex color #59064A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59064A is #A6F9B5. Grayscale: #262626. Windows color (decimal): -10942902 or 4851289. OLE color: 4851289.
HSL color Cylindrical-coordinate representation of color #59064A: hue angle of 310.84º degrees, saturation: 0.87, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #59064A is Cyan = 0, Magento = 0.93, Yellow = 0.17 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 6 | 74 | - |
| CMYK | 0 | 0.93 | 0.17 | 0.65 |
| HSL | 310.84º | 0.87% | 0.19% | - |
| HSV(B) | 310.84º | 0.93% | 0.35% | - |
| XYZ | 5.42 | 2.75 | 6.72 | - |
| YUV | 38.57 | 148 | 163.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 6 | 74 | 0 | 0.93 | 0.17 | 0.65 | 310.84 | 0.87 | 0.19 |
| Hex | 59 | 6 | 4A | 0 | 5D | 11 | 41 | 137 | 57 | 13 |
| Octal | 131 | 6 | 112 | 0 | 135 | 21 | 101 | 467 | 127 | 23 |
| Binary | 1011001 | 110 | 1001010 | 0 | 1011101 | 10001 | 1000001 | 100110111 | 1010111 | 10011 |
Color Harmonies of #59064A
Complementary color
Monochromatic Colors of #59064A
Black with #59064A
Text Example
Text Example
White with #59064A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59064A; }
p { color: rgb(89,6,74); }
H1.HeaderClassName
{
color: #59064A;
}
.AnyTagClassName
{
color: #59064A;
}
</style>
background-color css
<style>
a { background-color: #59064A; }
a { background-color: rgb(89,6,74); }
div.DivClassName
{
background-color: #59064A;
}
.BgClassName
{
background-color: #59064A;
}
</style>
border-color css
<style>
span { border-color: #59064A; }
span { border-color: rgb(89,6,74); }
td.TdClassName
{
border-color: #59064A;
}
.TagClassName
{
border-color: #59064A;
}
</style>