Shades of Tyrian Purple #590C3B
Tints of Tyrian Purple #590C3B
RGB
CMYK
RGB Variations
Color information
#590C3B (or 0x590C3B) is known color: Tyrian Purple. HEX triplet: 59, 0C and 3B. RGB value is (89,12,59). Sum of RGB (Red+Green+Blue) = 89+12+59=160 (21% of max value = 765). Red value is 89 (35.16% from 255 or 55.62% from 160); Green value is 12 (5.08% from 255 or 7.5% from 160); Blue value is 59 (23.44% from 255 or 36.88% from 160); Max value from RGB is 89 - color contains mainly: red. Hex color #590C3B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590C3B is #A6F3C4. Grayscale: #282828. Windows color (decimal): -10941381 or 3869785. OLE color: 3869785.
HSL color Cylindrical-coordinate representation of color #590C3B: hue angle of 323.38º 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 #590C3B is Cyan = 0, Magento = 0.87, Yellow = 0.34 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 12 | 59 | - |
| CMYK | 0 | 0.87 | 0.34 | 0.65 |
| HSL | 323.38º | 0.76% | 0.2% | - |
| HSV(B) | 323.38º | 0.87% | 0.35% | - |
| XYZ | 5.04 | 2.7 | 4.39 | - |
| YUV | 40.38 | 138.51 | 162.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 12 | 59 | 0 | 0.87 | 0.34 | 0.65 | 323.38 | 0.76 | 0.2 |
| Hex | 59 | C | 3B | 0 | 57 | 22 | 41 | 143 | 4C | 14 |
| Octal | 131 | 14 | 73 | 0 | 127 | 42 | 101 | 503 | 114 | 24 |
| Binary | 1011001 | 1100 | 111011 | 0 | 1010111 | 100010 | 1000001 | 101000011 | 1001100 | 10100 |
Color Harmonies of #590C3B
Complementary color
Monochromatic Colors of #590C3B
Black with #590C3B
Text Example
Text Example
White with #590C3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590C3B; }
p { color: rgb(89,12,59); }
H1.HeaderClassName
{
color: #590C3B;
}
.AnyTagClassName
{
color: #590C3B;
}
</style>
background-color css
<style>
a { background-color: #590C3B; }
a { background-color: rgb(89,12,59); }
div.DivClassName
{
background-color: #590C3B;
}
.BgClassName
{
background-color: #590C3B;
}
</style>
border-color css
<style>
span { border-color: #590C3B; }
span { border-color: rgb(89,12,59); }
td.TdClassName
{
border-color: #590C3B;
}
.TagClassName
{
border-color: #590C3B;
}
</style>