Shades of Tyrian Purple #560B41
Tints of Tyrian Purple #560B41
RGB
CMYK
RGB Variations
Color information
#560B41 (or 0x560B41) is known color: Tyrian Purple. HEX triplet: 56, 0B and 41. RGB value is (86,11,65). Sum of RGB (Red+Green+Blue) = 86+11+65=162 (21% of max value = 765). Red value is 86 (33.98% from 255 or 53.09% from 162); Green value is 11 (4.69% from 255 or 6.79% from 162); Blue value is 65 (25.78% from 255 or 40.12% from 162); Max value from RGB is 86 - color contains mainly: red. Hex color #560B41 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560B41 is #A9F4BE. Grayscale: #272727. Windows color (decimal): -11138239 or 4262742. OLE color: 4262742.
HSL color Cylindrical-coordinate representation of color #560B41: hue angle of 316.8º 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 #560B41 is Cyan = 0, Magento = 0.87, Yellow = 0.24 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 11 | 65 | - |
| CMYK | 0 | 0.87 | 0.24 | 0.66 |
| HSL | 316.8º | 0.77% | 0.19% | - |
| HSV(B) | 316.8º | 0.87% | 0.34% | - |
| XYZ | 4.91 | 2.6 | 5.24 | - |
| YUV | 39.58 | 142.35 | 161.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 11 | 65 | 0 | 0.87 | 0.24 | 0.66 | 316.8 | 0.77 | 0.19 |
| Hex | 56 | B | 41 | 0 | 57 | 18 | 42 | 13D | 4D | 13 |
| Octal | 126 | 13 | 101 | 0 | 127 | 30 | 102 | 475 | 115 | 23 |
| Binary | 1010110 | 1011 | 1000001 | 0 | 1010111 | 11000 | 1000010 | 100111101 | 1001101 | 10011 |
Color Harmonies of #560B41
Complementary color
Monochromatic Colors of #560B41
Black with #560B41
Text Example
Text Example
White with #560B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560B41; }
p { color: rgb(86,11,65); }
H1.HeaderClassName
{
color: #560B41;
}
.AnyTagClassName
{
color: #560B41;
}
</style>
background-color css
<style>
a { background-color: #560B41; }
a { background-color: rgb(86,11,65); }
div.DivClassName
{
background-color: #560B41;
}
.BgClassName
{
background-color: #560B41;
}
</style>
border-color css
<style>
span { border-color: #560B41; }
span { border-color: rgb(86,11,65); }
td.TdClassName
{
border-color: #560B41;
}
.TagClassName
{
border-color: #560B41;
}
</style>