Shades of Tyrian Purple #560644
Tints of Tyrian Purple #560644
RGB
CMYK
RGB Variations
Color information
#560644 (or 0x560644) is known color: Tyrian Purple. HEX triplet: 56, 06 and 44. RGB value is (86,6,68). Sum of RGB (Red+Green+Blue) = 86+6+68=160 (21% of max value = 765). Red value is 86 (33.98% from 255 or 53.75% from 160); Green value is 6 (2.73% from 255 or 3.75% from 160); Blue value is 68 (26.95% from 255 or 42.5% from 160); Max value from RGB is 86 - color contains mainly: red. Hex color #560644 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560644 is #A9F9BB. Grayscale: #242424. Windows color (decimal): -11139516 or 4458070. OLE color: 4458070.
HSL color Cylindrical-coordinate representation of color #560644: hue angle of 313.5º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #560644 is Cyan = 0, Magento = 0.93, Yellow = 0.21 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 6 | 68 | - |
| CMYK | 0 | 0.93 | 0.21 | 0.66 |
| HSL | 313.5º | 0.87% | 0.18% | - |
| HSV(B) | 313.5º | 0.93% | 0.34% | - |
| XYZ | 4.95 | 2.53 | 5.7 | - |
| YUV | 36.99 | 145.5 | 162.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 6 | 68 | 0 | 0.93 | 0.21 | 0.66 | 313.5 | 0.87 | 0.18 |
| Hex | 56 | 6 | 44 | 0 | 5D | 15 | 42 | 13A | 57 | 12 |
| Octal | 126 | 6 | 104 | 0 | 135 | 25 | 102 | 472 | 127 | 22 |
| Binary | 1010110 | 110 | 1000100 | 0 | 1011101 | 10101 | 1000010 | 100111010 | 1010111 | 10010 |
Color Harmonies of #560644
Complementary color
Monochromatic Colors of #560644
Black with #560644
Text Example
Text Example
White with #560644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560644; }
p { color: rgb(86,6,68); }
H1.HeaderClassName
{
color: #560644;
}
.AnyTagClassName
{
color: #560644;
}
</style>
background-color css
<style>
a { background-color: #560644; }
a { background-color: rgb(86,6,68); }
div.DivClassName
{
background-color: #560644;
}
.BgClassName
{
background-color: #560644;
}
</style>
border-color css
<style>
span { border-color: #560644; }
span { border-color: rgb(86,6,68); }
td.TdClassName
{
border-color: #560644;
}
.TagClassName
{
border-color: #560644;
}
</style>