Shades of Tyrian Purple #590C4B
Tints of Tyrian Purple #590C4B
RGB
CMYK
RGB Variations
Color information
#590C4B (or 0x590C4B) is known color: Tyrian Purple. HEX triplet: 59, 0C and 4B. RGB value is (89,12,75). Sum of RGB (Red+Green+Blue) = 89+12+75=176 (23% of max value = 765). Red value is 89 (35.16% from 255 or 50.57% from 176); Green value is 12 (5.08% from 255 or 6.82% from 176); Blue value is 75 (29.69% from 255 or 42.61% from 176); Max value from RGB is 89 - color contains mainly: red. Hex color #590C4B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590C4B is #A6F3B4. Grayscale: #2A2A2A. Windows color (decimal): -10941365 or 4918361. OLE color: 4918361.
HSL color Cylindrical-coordinate representation of color #590C4B: hue angle of 310.91º 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 #590C4B is Cyan = 0, Magento = 0.87, Yellow = 0.16 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 12 | 75 | - |
| CMYK | 0 | 0.87 | 0.16 | 0.65 |
| HSL | 310.91º | 0.76% | 0.2% | - |
| HSV(B) | 310.91º | 0.87% | 0.35% | - |
| XYZ | 5.52 | 2.89 | 6.92 | - |
| YUV | 42.21 | 146.51 | 161.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 12 | 75 | 0 | 0.87 | 0.16 | 0.65 | 310.91 | 0.76 | 0.2 |
| Hex | 59 | C | 4B | 0 | 57 | 10 | 41 | 137 | 4C | 14 |
| Octal | 131 | 14 | 113 | 0 | 127 | 20 | 101 | 467 | 114 | 24 |
| Binary | 1011001 | 1100 | 1001011 | 0 | 1010111 | 10000 | 1000001 | 100110111 | 1001100 | 10100 |
Color Harmonies of #590C4B
Complementary color
Monochromatic Colors of #590C4B
Black with #590C4B
Text Example
Text Example
White with #590C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590C4B; }
p { color: rgb(89,12,75); }
H1.HeaderClassName
{
color: #590C4B;
}
.AnyTagClassName
{
color: #590C4B;
}
</style>
background-color css
<style>
a { background-color: #590C4B; }
a { background-color: rgb(89,12,75); }
div.DivClassName
{
background-color: #590C4B;
}
.BgClassName
{
background-color: #590C4B;
}
</style>
border-color css
<style>
span { border-color: #590C4B; }
span { border-color: rgb(89,12,75); }
td.TdClassName
{
border-color: #590C4B;
}
.TagClassName
{
border-color: #590C4B;
}
</style>