Shades of Tyrian Purple #590C48
Tints of Tyrian Purple #590C48
RGB
CMYK
RGB Variations
Color information
#590C48 (or 0x590C48) is known color: Tyrian Purple. HEX triplet: 59, 0C and 48. RGB value is (89,12,72). Sum of RGB (Red+Green+Blue) = 89+12+72=173 (22% of max value = 765). Red value is 89 (35.16% from 255 or 51.45% from 173); Green value is 12 (5.08% from 255 or 6.94% from 173); Blue value is 72 (28.52% from 255 or 41.62% from 173); Max value from RGB is 89 - color contains mainly: red. Hex color #590C48 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590C48 is #A6F3B7. Grayscale: #292929. Windows color (decimal): -10941368 or 4721753. OLE color: 4721753.
HSL color Cylindrical-coordinate representation of color #590C48: hue angle of 313.25º 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 #590C48 is Cyan = 0, Magento = 0.87, Yellow = 0.19 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 12 | 72 | - |
| CMYK | 0 | 0.87 | 0.19 | 0.65 |
| HSL | 313.25º | 0.76% | 0.2% | - |
| HSV(B) | 313.25º | 0.87% | 0.35% | - |
| XYZ | 5.42 | 2.85 | 6.4 | - |
| YUV | 41.86 | 145.01 | 161.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 12 | 72 | 0 | 0.87 | 0.19 | 0.65 | 313.25 | 0.76 | 0.2 |
| Hex | 59 | C | 48 | 0 | 57 | 13 | 41 | 139 | 4C | 14 |
| Octal | 131 | 14 | 110 | 0 | 127 | 23 | 101 | 471 | 114 | 24 |
| Binary | 1011001 | 1100 | 1001000 | 0 | 1010111 | 10011 | 1000001 | 100111001 | 1001100 | 10100 |
Color Harmonies of #590C48
Complementary color
Monochromatic Colors of #590C48
Black with #590C48
Text Example
Text Example
White with #590C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590C48; }
p { color: rgb(89,12,72); }
H1.HeaderClassName
{
color: #590C48;
}
.AnyTagClassName
{
color: #590C48;
}
</style>
background-color css
<style>
a { background-color: #590C48; }
a { background-color: rgb(89,12,72); }
div.DivClassName
{
background-color: #590C48;
}
.BgClassName
{
background-color: #590C48;
}
</style>
border-color css
<style>
span { border-color: #590C48; }
span { border-color: rgb(89,12,72); }
td.TdClassName
{
border-color: #590C48;
}
.TagClassName
{
border-color: #590C48;
}
</style>