Shades of Tyrian Purple #560B32
Tints of Tyrian Purple #560B32
RGB
CMYK
RGB Variations
Color information
#560B32 (or 0x560B32) is known color: Tyrian Purple. HEX triplet: 56, 0B and 32. RGB value is (86,11,50). Sum of RGB (Red+Green+Blue) = 86+11+50=147 (19% of max value = 765). Red value is 86 (33.98% from 255 or 58.50% from 147); Green value is 11 (4.69% from 255 or 7.48% from 147); Blue value is 50 (19.92% from 255 or 34.01% from 147); Max value from RGB is 86 - color contains mainly: red. Hex color #560B32 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560B32 is #A9F4CD. Grayscale: #252525. Windows color (decimal): -11138254 or 3279702. OLE color: 3279702.
HSL color Cylindrical-coordinate representation of color #560B32: hue angle of 328.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 #560B32 is Cyan = 0, Magento = 0.87, Yellow = 0.42 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 11 | 50 | - |
| CMYK | 0 | 0.87 | 0.42 | 0.66 |
| HSL | 328.8º | 0.77% | 0.19% | - |
| HSV(B) | 328.8º | 0.87% | 0.34% | - |
| XYZ | 4.53 | 2.45 | 3.25 | - |
| YUV | 37.87 | 134.85 | 162.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 11 | 50 | 0 | 0.87 | 0.42 | 0.66 | 328.8 | 0.77 | 0.19 |
| Hex | 56 | B | 32 | 0 | 57 | 2A | 42 | 149 | 4D | 13 |
| Octal | 126 | 13 | 62 | 0 | 127 | 52 | 102 | 511 | 115 | 23 |
| Binary | 1010110 | 1011 | 110010 | 0 | 1010111 | 101010 | 1000010 | 101001001 | 1001101 | 10011 |
Color Harmonies of #560B32
Complementary color
Monochromatic Colors of #560B32
Black with #560B32
Text Example
Text Example
White with #560B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560B32; }
p { color: rgb(86,11,50); }
H1.HeaderClassName
{
color: #560B32;
}
.AnyTagClassName
{
color: #560B32;
}
</style>
background-color css
<style>
a { background-color: #560B32; }
a { background-color: rgb(86,11,50); }
div.DivClassName
{
background-color: #560B32;
}
.BgClassName
{
background-color: #560B32;
}
</style>
border-color css
<style>
span { border-color: #560B32; }
span { border-color: rgb(86,11,50); }
td.TdClassName
{
border-color: #560B32;
}
.TagClassName
{
border-color: #560B32;
}
</style>