Shades of Tyrian Purple #560B4A
Tints of Tyrian Purple #560B4A
RGB
CMYK
RGB Variations
Color information
#560B4A (or 0x560B4A) is known color: Tyrian Purple. HEX triplet: 56, 0B and 4A. RGB value is (86,11,74). Sum of RGB (Red+Green+Blue) = 86+11+74=171 (22% of max value = 765). Red value is 86 (33.98% from 255 or 50.29% from 171); Green value is 11 (4.69% from 255 or 6.43% from 171); Blue value is 74 (29.30% from 255 or 43.27% from 171); Max value from RGB is 86 - color contains mainly: red. Hex color #560B4A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560B4A is #A9F4B5. Grayscale: #282828. Windows color (decimal): -11138230 or 4852566. OLE color: 4852566.
HSL color Cylindrical-coordinate representation of color #560B4A: hue angle of 309.6º 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 #560B4A is Cyan = 0, Magento = 0.87, Yellow = 0.14 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 11 | 74 | - |
| CMYK | 0 | 0.87 | 0.14 | 0.66 |
| HSL | 309.6º | 0.77% | 0.19% | - |
| HSV(B) | 309.6º | 0.87% | 0.34% | - |
| XYZ | 5.19 | 2.71 | 6.73 | - |
| YUV | 40.61 | 146.85 | 160.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 11 | 74 | 0 | 0.87 | 0.14 | 0.66 | 309.6 | 0.77 | 0.19 |
| Hex | 56 | B | 4A | 0 | 57 | E | 42 | 136 | 4D | 13 |
| Octal | 126 | 13 | 112 | 0 | 127 | 16 | 102 | 466 | 115 | 23 |
| Binary | 1010110 | 1011 | 1001010 | 0 | 1010111 | 1110 | 1000010 | 100110110 | 1001101 | 10011 |
Color Harmonies of #560B4A
Complementary color
Monochromatic Colors of #560B4A
Black with #560B4A
Text Example
Text Example
White with #560B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560B4A; }
p { color: rgb(86,11,74); }
H1.HeaderClassName
{
color: #560B4A;
}
.AnyTagClassName
{
color: #560B4A;
}
</style>
background-color css
<style>
a { background-color: #560B4A; }
a { background-color: rgb(86,11,74); }
div.DivClassName
{
background-color: #560B4A;
}
.BgClassName
{
background-color: #560B4A;
}
</style>
border-color css
<style>
span { border-color: #560B4A; }
span { border-color: rgb(86,11,74); }
td.TdClassName
{
border-color: #560B4A;
}
.TagClassName
{
border-color: #560B4A;
}
</style>