Shades of Tyrian Purple #560E49
Tints of Tyrian Purple #560E49
RGB
CMYK
RGB Variations
Color information
#560E49 (or 0x560E49) is known color: Tyrian Purple. HEX triplet: 56, 0E and 49. RGB value is (86,14,73). Sum of RGB (Red+Green+Blue) = 86+14+73=173 (22% of max value = 765). Red value is 86 (33.98% from 255 or 49.71% from 173); Green value is 14 (5.86% from 255 or 8.09% from 173); Blue value is 73 (28.91% from 255 or 42.20% from 173); Max value from RGB is 86 - color contains mainly: red. Hex color #560E49 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560E49 is #A9F1B6. Grayscale: #2A2A2A. Windows color (decimal): -11137463 or 4787798. OLE color: 4787798.
HSL color Cylindrical-coordinate representation of color #560E49: hue angle of 310.83º degrees, saturation: 0.72, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #560E49 is Cyan = 0, Magento = 0.84, Yellow = 0.15 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 14 | 73 | - |
| CMYK | 0 | 0.84 | 0.15 | 0.66 |
| HSL | 310.83º | 0.72% | 0.2% | - |
| HSV(B) | 310.83º | 0.84% | 0.34% | - |
| XYZ | 5.2 | 2.77 | 6.56 | - |
| YUV | 42.25 | 145.35 | 159.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 14 | 73 | 0 | 0.84 | 0.15 | 0.66 | 310.83 | 0.72 | 0.2 |
| Hex | 56 | E | 49 | 0 | 54 | F | 42 | 137 | 48 | 14 |
| Octal | 126 | 16 | 111 | 0 | 124 | 17 | 102 | 467 | 110 | 24 |
| Binary | 1010110 | 1110 | 1001001 | 0 | 1010100 | 1111 | 1000010 | 100110111 | 1001000 | 10100 |
Color Harmonies of #560E49
Complementary color
Monochromatic Colors of #560E49
Black with #560E49
Text Example
Text Example
White with #560E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560E49; }
p { color: rgb(86,14,73); }
H1.HeaderClassName
{
color: #560E49;
}
.AnyTagClassName
{
color: #560E49;
}
</style>
background-color css
<style>
a { background-color: #560E49; }
a { background-color: rgb(86,14,73); }
div.DivClassName
{
background-color: #560E49;
}
.BgClassName
{
background-color: #560E49;
}
</style>
border-color css
<style>
span { border-color: #560E49; }
span { border-color: rgb(86,14,73); }
td.TdClassName
{
border-color: #560E49;
}
.TagClassName
{
border-color: #560E49;
}
</style>