Shades of Tyrian Purple #56114A
Tints of Tyrian Purple #56114A
RGB
CMYK
RGB Variations
Color information
#56114A (or 0x56114A) is known color: Tyrian Purple. HEX triplet: 56, 11 and 4A. RGB value is (86,17,74). Sum of RGB (Red+Green+Blue) = 86+17+74=177 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.59% from 177); Green value is 17 (7.03% from 255 or 9.60% from 177); Blue value is 74 (29.30% from 255 or 41.81% from 177); Max value from RGB is 86 - color contains mainly: red. Hex color #56114A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56114A is #A9EEB5. Grayscale: #2B2B2B. Windows color (decimal): -11136694 or 4854102. OLE color: 4854102.
HSL color Cylindrical-coordinate representation of color #56114A: hue angle of 310.43º 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 #56114A is Cyan = 0, Magento = 0.80, Yellow = 0.14 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 17 | 74 | - |
| CMYK | 0 | 0.80 | 0.14 | 0.66 |
| HSL | 310.43º | 0.67% | 0.2% | - |
| HSV(B) | 310.43º | 0.8% | 0.34% | - |
| XYZ | 5.27 | 2.87 | 6.76 | - |
| YUV | 44.13 | 144.86 | 157.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 17 | 74 | 0 | 0.80 | 0.14 | 0.66 | 310.43 | 0.67 | 0.2 |
| Hex | 56 | 11 | 4A | 0 | 50 | E | 42 | 136 | 43 | 14 |
| Octal | 126 | 21 | 112 | 0 | 120 | 16 | 102 | 466 | 103 | 24 |
| Binary | 1010110 | 10001 | 1001010 | 0 | 1010000 | 1110 | 1000010 | 100110110 | 1000011 | 10100 |
Color Harmonies of #56114A
Complementary color
Monochromatic Colors of #56114A
Black with #56114A
Text Example
Text Example
White with #56114A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56114A; }
p { color: rgb(86,17,74); }
H1.HeaderClassName
{
color: #56114A;
}
.AnyTagClassName
{
color: #56114A;
}
</style>
background-color css
<style>
a { background-color: #56114A; }
a { background-color: rgb(86,17,74); }
div.DivClassName
{
background-color: #56114A;
}
.BgClassName
{
background-color: #56114A;
}
</style>
border-color css
<style>
span { border-color: #56114A; }
span { border-color: rgb(86,17,74); }
td.TdClassName
{
border-color: #56114A;
}
.TagClassName
{
border-color: #56114A;
}
</style>