Shades of Tyrian Purple #560547
Tints of Tyrian Purple #560547
RGB
CMYK
RGB Variations
Color information
#560547 (or 0x560547) is known color: Tyrian Purple. HEX triplet: 56, 05 and 47. RGB value is (86,5,71). Sum of RGB (Red+Green+Blue) = 86+5+71=162 (21% of max value = 765). Red value is 86 (33.98% from 255 or 53.09% from 162); Green value is 5 (2.34% from 255 or 3.09% from 162); Blue value is 71 (28.12% from 255 or 43.83% from 162); Max value from RGB is 86 - color contains mainly: red. Hex color #560547 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560547 is #A9FAB8. Grayscale: #242424. Windows color (decimal): -11139769 or 4654422. OLE color: 4654422.
HSL color Cylindrical-coordinate representation of color #560547: hue angle of 311.11º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #560547 is Cyan = 0, Magento = 0.94, Yellow = 0.17 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 5 | 71 | - |
| CMYK | 0 | 0.94 | 0.17 | 0.66 |
| HSL | 311.11º | 0.89% | 0.18% | - |
| HSV(B) | 311.11º | 0.94% | 0.34% | - |
| XYZ | 5.03 | 2.54 | 6.19 | - |
| YUV | 36.74 | 147.34 | 163.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 5 | 71 | 0 | 0.94 | 0.17 | 0.66 | 311.11 | 0.89 | 0.18 |
| Hex | 56 | 5 | 47 | 0 | 5E | 11 | 42 | 137 | 59 | 12 |
| Octal | 126 | 5 | 107 | 0 | 136 | 21 | 102 | 467 | 131 | 22 |
| Binary | 1010110 | 101 | 1000111 | 0 | 1011110 | 10001 | 1000010 | 100110111 | 1011001 | 10010 |
Color Harmonies of #560547
Complementary color
Monochromatic Colors of #560547
Black with #560547
Text Example
Text Example
White with #560547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560547; }
p { color: rgb(86,5,71); }
H1.HeaderClassName
{
color: #560547;
}
.AnyTagClassName
{
color: #560547;
}
</style>
background-color css
<style>
a { background-color: #560547; }
a { background-color: rgb(86,5,71); }
div.DivClassName
{
background-color: #560547;
}
.BgClassName
{
background-color: #560547;
}
</style>
border-color css
<style>
span { border-color: #560547; }
span { border-color: rgb(86,5,71); }
td.TdClassName
{
border-color: #560547;
}
.TagClassName
{
border-color: #560547;
}
</style>