Shades of Tyrian Purple #56114B
Tints of Tyrian Purple #56114B
RGB
CMYK
RGB Variations
Color information
#56114B (or 0x56114B) is known color: Tyrian Purple. HEX triplet: 56, 11 and 4B. RGB value is (86,17,75). Sum of RGB (Red+Green+Blue) = 86+17+75=178 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.31% from 178); Green value is 17 (7.03% from 255 or 9.55% from 178); Blue value is 75 (29.69% from 255 or 42.13% from 178); Max value from RGB is 86 - color contains mainly: red. Hex color #56114B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56114B is #A9EEB4. Grayscale: #2C2C2C. Windows color (decimal): -11136693 or 4919638. OLE color: 4919638.
HSL color Cylindrical-coordinate representation of color #56114B: hue angle of 309.57º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #56114B is Cyan = 0, Magento = 0.80, Yellow = 0.13 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 17 | 75 | - |
| CMYK | 0 | 0.80 | 0.13 | 0.66 |
| HSL | 309.57º | 0.67% | 0.2% | - |
| HSV(B) | 309.57º | 0.8% | 0.34% | - |
| XYZ | 5.31 | 2.89 | 6.93 | - |
| YUV | 44.24 | 145.36 | 157.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 17 | 75 | 0 | 0.80 | 0.13 | 0.66 | 309.57 | 0.67 | 0.2 |
| Hex | 56 | 11 | 4B | 0 | 50 | D | 42 | 136 | 43 | 14 |
| Octal | 126 | 21 | 113 | 0 | 120 | 15 | 102 | 466 | 103 | 24 |
| Binary | 1010110 | 10001 | 1001011 | 0 | 1010000 | 1101 | 1000010 | 100110110 | 1000011 | 10100 |
Color Harmonies of #56114B
Complementary color
Monochromatic Colors of #56114B
Black with #56114B
Text Example
Text Example
White with #56114B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56114B; }
p { color: rgb(86,17,75); }
H1.HeaderClassName
{
color: #56114B;
}
.AnyTagClassName
{
color: #56114B;
}
</style>
background-color css
<style>
a { background-color: #56114B; }
a { background-color: rgb(86,17,75); }
div.DivClassName
{
background-color: #56114B;
}
.BgClassName
{
background-color: #56114B;
}
</style>
border-color css
<style>
span { border-color: #56114B; }
span { border-color: rgb(86,17,75); }
td.TdClassName
{
border-color: #56114B;
}
.TagClassName
{
border-color: #56114B;
}
</style>