Shades of Tyrian Purple #590F4A
Tints of Tyrian Purple #590F4A
RGB
CMYK
RGB Variations
Color information
#590F4A (or 0x590F4A) is known color: Tyrian Purple. HEX triplet: 59, 0F and 4A. RGB value is (89,15,74). Sum of RGB (Red+Green+Blue) = 89+15+74=178 (23% of max value = 765). Red value is 89 (35.16% from 255 or 50% from 178); Green value is 15 (6.25% from 255 or 8.43% from 178); Blue value is 74 (29.30% from 255 or 41.57% from 178); Max value from RGB is 89 - color contains mainly: red. Hex color #590F4A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590F4A is #A6F0B5. Grayscale: #2B2B2B. Windows color (decimal): -10940598 or 4853593. OLE color: 4853593.
HSL color Cylindrical-coordinate representation of color #590F4A: hue angle of 312.16º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #590F4A is Cyan = 0, Magento = 0.83, Yellow = 0.17 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 15 | 74 | - |
| CMYK | 0 | 0.83 | 0.17 | 0.65 |
| HSL | 312.16º | 0.71% | 0.2% | - |
| HSV(B) | 312.16º | 0.83% | 0.35% | - |
| XYZ | 5.53 | 2.96 | 6.76 | - |
| YUV | 43.85 | 145.02 | 160.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 15 | 74 | 0 | 0.83 | 0.17 | 0.65 | 312.16 | 0.71 | 0.2 |
| Hex | 59 | F | 4A | 0 | 53 | 11 | 41 | 138 | 47 | 14 |
| Octal | 131 | 17 | 112 | 0 | 123 | 21 | 101 | 470 | 107 | 24 |
| Binary | 1011001 | 1111 | 1001010 | 0 | 1010011 | 10001 | 1000001 | 100111000 | 1000111 | 10100 |
Color Harmonies of #590F4A
Complementary color
Monochromatic Colors of #590F4A
Black with #590F4A
Text Example
Text Example
White with #590F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590F4A; }
p { color: rgb(89,15,74); }
H1.HeaderClassName
{
color: #590F4A;
}
.AnyTagClassName
{
color: #590F4A;
}
</style>
background-color css
<style>
a { background-color: #590F4A; }
a { background-color: rgb(89,15,74); }
div.DivClassName
{
background-color: #590F4A;
}
.BgClassName
{
background-color: #590F4A;
}
</style>
border-color css
<style>
span { border-color: #590F4A; }
span { border-color: rgb(89,15,74); }
td.TdClassName
{
border-color: #590F4A;
}
.TagClassName
{
border-color: #590F4A;
}
</style>