Shades of Tyrian Purple #560C4E
Tints of Tyrian Purple #560C4E
RGB
CMYK
RGB Variations
Color information
#560C4E (or 0x560C4E) is known color: Tyrian Purple. HEX triplet: 56, 0C and 4E. RGB value is (86,12,78). Sum of RGB (Red+Green+Blue) = 86+12+78=176 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.86% from 176); Green value is 12 (5.08% from 255 or 6.82% from 176); Blue value is 78 (30.86% from 255 or 44.32% from 176); Max value from RGB is 86 - color contains mainly: red. Hex color #560C4E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560C4E is #A9F3B1. Grayscale: #292929. Windows color (decimal): -11137970 or 5114966. OLE color: 5114966.
HSL color Cylindrical-coordinate representation of color #560C4E: hue angle of 306.49º degrees, saturation: 0.76, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #560C4E is Cyan = 0, Magento = 0.86, Yellow = 0.09 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 12 | 78 | - |
| CMYK | 0 | 0.86 | 0.09 | 0.66 |
| HSL | 306.49º | 0.76% | 0.19% | - |
| HSV(B) | 306.49º | 0.86% | 0.34% | - |
| XYZ | 5.34 | 2.79 | 7.46 | - |
| YUV | 41.65 | 148.52 | 159.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 12 | 78 | 0 | 0.86 | 0.09 | 0.66 | 306.49 | 0.76 | 0.19 |
| Hex | 56 | C | 4E | 0 | 56 | 9 | 42 | 132 | 4C | 13 |
| Octal | 126 | 14 | 116 | 0 | 126 | 11 | 102 | 462 | 114 | 23 |
| Binary | 1010110 | 1100 | 1001110 | 0 | 1010110 | 1001 | 1000010 | 100110010 | 1001100 | 10011 |
Color Harmonies of #560C4E
Complementary color
Monochromatic Colors of #560C4E
Black with #560C4E
Text Example
Text Example
White with #560C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560C4E; }
p { color: rgb(86,12,78); }
H1.HeaderClassName
{
color: #560C4E;
}
.AnyTagClassName
{
color: #560C4E;
}
</style>
background-color css
<style>
a { background-color: #560C4E; }
a { background-color: rgb(86,12,78); }
div.DivClassName
{
background-color: #560C4E;
}
.BgClassName
{
background-color: #560C4E;
}
</style>
border-color css
<style>
span { border-color: #560C4E; }
span { border-color: rgb(86,12,78); }
td.TdClassName
{
border-color: #560C4E;
}
.TagClassName
{
border-color: #560C4E;
}
</style>