Shades of Tyrian Purple #56014E
Tints of Tyrian Purple #56014E
RGB
CMYK
RGB Variations
Color information
#56014E (or 0x56014E) is known color: Tyrian Purple. HEX triplet: 56, 01 and 4E. RGB value is (86,1,78). Sum of RGB (Red+Green+Blue) = 86+1+78=165 (21% of max value = 765). Red value is 86 (33.98% from 255 or 52.12% from 165); Green value is 1 (0.78% from 255 or 0.61% from 165); Blue value is 78 (30.86% from 255 or 47.27% from 165); Max value from RGB is 86 - color contains mainly: red. Hex color #56014E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56014E is #A9FEB1. Grayscale: #222222. Windows color (decimal): -11140786 or 5112150. OLE color: 5112150.
HSL color Cylindrical-coordinate representation of color #56014E: hue angle of 305.65º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #56014E is Cyan = 0, Magento = 0.99, Yellow = 0.09 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 1 | 78 | - |
| CMYK | 0 | 0.99 | 0.09 | 0.66 |
| HSL | 305.65º | 0.98% | 0.17% | - |
| HSV(B) | 305.65º | 0.99% | 0.34% | - |
| XYZ | 5.22 | 2.55 | 7.42 | - |
| YUV | 35.19 | 152.16 | 164.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 1 | 78 | 0 | 0.99 | 0.09 | 0.66 | 305.65 | 0.98 | 0.17 |
| Hex | 56 | 1 | 4E | 0 | 63 | 9 | 42 | 132 | 62 | 11 |
| Octal | 126 | 1 | 116 | 0 | 143 | 11 | 102 | 462 | 142 | 21 |
| Binary | 1010110 | 1 | 1001110 | 0 | 1100011 | 1001 | 1000010 | 100110010 | 1100010 | 10001 |
Color Harmonies of #56014E
Complementary color
Monochromatic Colors of #56014E
Black with #56014E
Text Example
Text Example
White with #56014E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56014E; }
p { color: rgb(86,1,78); }
H1.HeaderClassName
{
color: #56014E;
}
.AnyTagClassName
{
color: #56014E;
}
</style>
background-color css
<style>
a { background-color: #56014E; }
a { background-color: rgb(86,1,78); }
div.DivClassName
{
background-color: #56014E;
}
.BgClassName
{
background-color: #56014E;
}
</style>
border-color css
<style>
span { border-color: #56014E; }
span { border-color: rgb(86,1,78); }
td.TdClassName
{
border-color: #56014E;
}
.TagClassName
{
border-color: #56014E;
}
</style>