Shades of Tyrian Purple #590C3D
Tints of Tyrian Purple #590C3D
RGB
CMYK
RGB Variations
Color information
#590C3D (or 0x590C3D) is known color: Tyrian Purple. HEX triplet: 59, 0C and 3D. RGB value is (89,12,61). Sum of RGB (Red+Green+Blue) = 89+12+61=162 (21% of max value = 765). Red value is 89 (35.16% from 255 or 54.94% from 162); Green value is 12 (5.08% from 255 or 7.41% from 162); Blue value is 61 (24.22% from 255 or 37.65% from 162); Max value from RGB is 89 - color contains mainly: red. Hex color #590C3D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590C3D is #A6F3C2. Grayscale: #282828. Windows color (decimal): -10941379 or 4000857. OLE color: 4000857.
HSL color Cylindrical-coordinate representation of color #590C3D: hue angle of 321.82º 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 #590C3D is Cyan = 0, Magento = 0.87, Yellow = 0.31 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 12 | 61 | - |
| CMYK | 0 | 0.87 | 0.31 | 0.65 |
| HSL | 321.82º | 0.76% | 0.2% | - |
| HSV(B) | 321.82º | 0.87% | 0.35% | - |
| XYZ | 5.09 | 2.72 | 4.67 | - |
| YUV | 40.61 | 139.51 | 162.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 12 | 61 | 0 | 0.87 | 0.31 | 0.65 | 321.82 | 0.76 | 0.2 |
| Hex | 59 | C | 3D | 0 | 57 | 1F | 41 | 142 | 4C | 14 |
| Octal | 131 | 14 | 75 | 0 | 127 | 37 | 101 | 502 | 114 | 24 |
| Binary | 1011001 | 1100 | 111101 | 0 | 1010111 | 11111 | 1000001 | 101000010 | 1001100 | 10100 |
Color Harmonies of #590C3D
Complementary color
Monochromatic Colors of #590C3D
Black with #590C3D
Text Example
Text Example
White with #590C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590C3D; }
p { color: rgb(89,12,61); }
H1.HeaderClassName
{
color: #590C3D;
}
.AnyTagClassName
{
color: #590C3D;
}
</style>
background-color css
<style>
a { background-color: #590C3D; }
a { background-color: rgb(89,12,61); }
div.DivClassName
{
background-color: #590C3D;
}
.BgClassName
{
background-color: #590C3D;
}
</style>
border-color css
<style>
span { border-color: #590C3D; }
span { border-color: rgb(89,12,61); }
td.TdClassName
{
border-color: #590C3D;
}
.TagClassName
{
border-color: #590C3D;
}
</style>