Shades of Tyrian Purple #590C3A
Tints of Tyrian Purple #590C3A
RGB
CMYK
RGB Variations
Color information
#590C3A (or 0x590C3A) is known color: Tyrian Purple. HEX triplet: 59, 0C and 3A. RGB value is (89,12,58). Sum of RGB (Red+Green+Blue) = 89+12+58=159 (21% of max value = 765). Red value is 89 (35.16% from 255 or 55.97% from 159); Green value is 12 (5.08% from 255 or 7.55% from 159); Blue value is 58 (23.05% from 255 or 36.48% from 159); Max value from RGB is 89 - color contains mainly: red. Hex color #590C3A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590C3A is #A6F3C5. Grayscale: #282828. Windows color (decimal): -10941382 or 3804249. OLE color: 3804249.
HSL color Cylindrical-coordinate representation of color #590C3A: hue angle of 324.16º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #590C3A is Cyan = 0, Magento = 0.87, Yellow = 0.35 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 12 | 58 | - |
| CMYK | 0 | 0.87 | 0.35 | 0.65 |
| HSL | 324.16º | 0.76% | 0.2% | - |
| HSV(B) | 324.16º | 0.87% | 0.35% | - |
| XYZ | 5.02 | 2.69 | 4.26 | - |
| YUV | 40.27 | 138.01 | 162.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 12 | 58 | 0 | 0.87 | 0.35 | 0.65 | 324.16 | 0.76 | 0.2 |
| Hex | 59 | C | 3A | 0 | 57 | 23 | 41 | 144 | 4C | 14 |
| Octal | 131 | 14 | 72 | 0 | 127 | 43 | 101 | 504 | 114 | 24 |
| Binary | 1011001 | 1100 | 111010 | 0 | 1010111 | 100011 | 1000001 | 101000100 | 1001100 | 10100 |
Color Harmonies of #590C3A
Complementary color
Monochromatic Colors of #590C3A
Black with #590C3A
Text Example
Text Example
White with #590C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590C3A; }
p { color: rgb(89,12,58); }
H1.HeaderClassName
{
color: #590C3A;
}
.AnyTagClassName
{
color: #590C3A;
}
</style>
background-color css
<style>
a { background-color: #590C3A; }
a { background-color: rgb(89,12,58); }
div.DivClassName
{
background-color: #590C3A;
}
.BgClassName
{
background-color: #590C3A;
}
</style>
border-color css
<style>
span { border-color: #590C3A; }
span { border-color: rgb(89,12,58); }
td.TdClassName
{
border-color: #590C3A;
}
.TagClassName
{
border-color: #590C3A;
}
</style>