Shades of Tyrian Purple #560B49
Tints of Tyrian Purple #560B49
RGB
CMYK
RGB Variations
Color information
#560B49 (or 0x560B49) is known color: Tyrian Purple. HEX triplet: 56, 0B and 49. RGB value is (86,11,73). Sum of RGB (Red+Green+Blue) = 86+11+73=170 (22% of max value = 765). Red value is 86 (33.98% from 255 or 50.59% from 170); Green value is 11 (4.69% from 255 or 6.47% from 170); Blue value is 73 (28.91% from 255 or 42.94% from 170); Max value from RGB is 86 - color contains mainly: red. Hex color #560B49 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560B49 is #A9F4B6. Grayscale: #282828. Windows color (decimal): -11138231 or 4787030. OLE color: 4787030.
HSL color Cylindrical-coordinate representation of color #560B49: hue angle of 310.4º degrees, saturation: 0.77, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #560B49 is Cyan = 0, Magento = 0.87, Yellow = 0.15 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 11 | 73 | - |
| CMYK | 0 | 0.87 | 0.15 | 0.66 |
| HSL | 310.4º | 0.77% | 0.19% | - |
| HSV(B) | 310.4º | 0.87% | 0.34% | - |
| XYZ | 5.16 | 2.7 | 6.55 | - |
| YUV | 40.49 | 146.35 | 160.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 11 | 73 | 0 | 0.87 | 0.15 | 0.66 | 310.4 | 0.77 | 0.19 |
| Hex | 56 | B | 49 | 0 | 57 | F | 42 | 136 | 4D | 13 |
| Octal | 126 | 13 | 111 | 0 | 127 | 17 | 102 | 466 | 115 | 23 |
| Binary | 1010110 | 1011 | 1001001 | 0 | 1010111 | 1111 | 1000010 | 100110110 | 1001101 | 10011 |
Color Harmonies of #560B49
Complementary color
Monochromatic Colors of #560B49
Black with #560B49
Text Example
Text Example
White with #560B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560B49; }
p { color: rgb(86,11,73); }
H1.HeaderClassName
{
color: #560B49;
}
.AnyTagClassName
{
color: #560B49;
}
</style>
background-color css
<style>
a { background-color: #560B49; }
a { background-color: rgb(86,11,73); }
div.DivClassName
{
background-color: #560B49;
}
.BgClassName
{
background-color: #560B49;
}
</style>
border-color css
<style>
span { border-color: #560B49; }
span { border-color: rgb(86,11,73); }
td.TdClassName
{
border-color: #560B49;
}
.TagClassName
{
border-color: #560B49;
}
</style>