Shades of Tyrian Purple #56113F
Tints of Tyrian Purple #56113F
RGB
CMYK
RGB Variations
Color information
#56113F (or 0x56113F) is known color: Tyrian Purple. HEX triplet: 56, 11 and 3F. RGB value is (86,17,63). Sum of RGB (Red+Green+Blue) = 86+17+63=166 (21% of max value = 765). Red value is 86 (33.98% from 255 or 51.81% from 166); Green value is 17 (7.03% from 255 or 10.24% from 166); Blue value is 63 (25% from 255 or 37.95% from 166); Max value from RGB is 86 - color contains mainly: red. Hex color #56113F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56113F is #A9EEC0. Grayscale: #2A2A2A. Windows color (decimal): -11136705 or 4133206. OLE color: 4133206.
HSL color Cylindrical-coordinate representation of color #56113F: hue angle of 320º 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 #56113F is Cyan = 0, Magento = 0.80, Yellow = 0.27 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 17 | 63 | - |
| CMYK | 0 | 0.80 | 0.27 | 0.66 |
| HSL | 320º | 0.67% | 0.2% | - |
| HSV(B) | 320º | 0.8% | 0.34% | - |
| XYZ | 4.94 | 2.74 | 4.97 | - |
| YUV | 42.88 | 139.36 | 158.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 17 | 63 | 0 | 0.80 | 0.27 | 0.66 | 320 | 0.67 | 0.2 |
| Hex | 56 | 11 | 3F | 0 | 50 | 1B | 42 | 140 | 43 | 14 |
| Octal | 126 | 21 | 77 | 0 | 120 | 33 | 102 | 500 | 103 | 24 |
| Binary | 1010110 | 10001 | 111111 | 0 | 1010000 | 11011 | 1000010 | 101000000 | 1000011 | 10100 |
Color Harmonies of #56113F
Complementary color
Monochromatic Colors of #56113F
Black with #56113F
Text Example
Text Example
White with #56113F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56113F; }
p { color: rgb(86,17,63); }
H1.HeaderClassName
{
color: #56113F;
}
.AnyTagClassName
{
color: #56113F;
}
</style>
background-color css
<style>
a { background-color: #56113F; }
a { background-color: rgb(86,17,63); }
div.DivClassName
{
background-color: #56113F;
}
.BgClassName
{
background-color: #56113F;
}
</style>
border-color css
<style>
span { border-color: #56113F; }
span { border-color: rgb(86,17,63); }
td.TdClassName
{
border-color: #56113F;
}
.TagClassName
{
border-color: #56113F;
}
</style>