Shades of Tyrian Purple #590055
Tints of Tyrian Purple #590055
RGB
CMYK
RGB Variations
Color information
#590055 (or 0x590055) is known color: Tyrian Purple. HEX triplet: 59, 00 and 55. RGB value is (89,0,85). Sum of RGB (Red+Green+Blue) = 89+0+85=174 (23% of max value = 765). Red value is 89 (35.16% from 255 or 51.15% from 174); Green value is 0 (0.39% from 255 or 0% from 174); Blue value is 85 (33.59% from 255 or 48.85% from 174); Max value from RGB is 89 - color contains mainly: red. Hex color #590055 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590055 is #A6FFAA. Grayscale: #242424. Windows color (decimal): -10944427 or 5570649. OLE color: 5570649.
HSL color Cylindrical-coordinate representation of color #590055: hue angle of 302.7º 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 #590055 is Cyan = 0, Magento = 1, Yellow = 0.04 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 0 | 85 | - |
| CMYK | 0 | 1 | 0.04 | 0.65 |
| HSL | 302.7º | 1% | 0.17% | - |
| HSV(B) | 302.7º | 1% | 0.35% | - |
| XYZ | 5.76 | 2.78 | 8.83 | - |
| YUV | 36.3 | 155.49 | 165.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 0 | 85 | 0 | 1 | 0.04 | 0.65 | 302.7 | 1 | 0.17 |
| Hex | 59 | 0 | 55 | 0 | 64 | 4 | 41 | 12F | 64 | 11 |
| Octal | 131 | 0 | 125 | 0 | 144 | 4 | 101 | 457 | 144 | 21 |
| Binary | 1011001 | 0 | 1010101 | 0 | 1100100 | 100 | 1000001 | 100101111 | 1100100 | 10001 |
Color Harmonies of #590055
Complementary color
Monochromatic Colors of #590055
Black with #590055
Text Example
Text Example
White with #590055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590055; }
p { color: rgb(89,0,85); }
H1.HeaderClassName
{
color: #590055;
}
.AnyTagClassName
{
color: #590055;
}
</style>
background-color css
<style>
a { background-color: #590055; }
a { background-color: rgb(89,0,85); }
div.DivClassName
{
background-color: #590055;
}
.BgClassName
{
background-color: #590055;
}
</style>
border-color css
<style>
span { border-color: #590055; }
span { border-color: rgb(89,0,85); }
td.TdClassName
{
border-color: #590055;
}
.TagClassName
{
border-color: #590055;
}
</style>