Shades of Tyrian Purple #56014A
Tints of Tyrian Purple #56014A
RGB
CMYK
RGB Variations
Color information
#56014A (or 0x56014A) is known color: Tyrian Purple. HEX triplet: 56, 01 and 4A. RGB value is (86,1,74). Sum of RGB (Red+Green+Blue) = 86+1+74=161 (21% of max value = 765). Red value is 86 (33.98% from 255 or 53.42% from 161); Green value is 1 (0.78% from 255 or 0.62% from 161); Blue value is 74 (29.30% from 255 or 45.96% from 161); Max value from RGB is 86 - color contains mainly: red. Hex color #56014A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56014A is #A9FEB5. Grayscale: #222222. Windows color (decimal): -11140790 or 4850006. OLE color: 4850006.
HSL color Cylindrical-coordinate representation of color #56014A: hue angle of 308.47º 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 #56014A is Cyan = 0, Magento = 0.99, Yellow = 0.14 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 1 | 74 | - |
| CMYK | 0 | 0.99 | 0.14 | 0.66 |
| HSL | 308.47º | 0.98% | 0.17% | - |
| HSV(B) | 308.47º | 0.99% | 0.34% | - |
| XYZ | 5.08 | 2.49 | 6.69 | - |
| YUV | 34.74 | 150.16 | 164.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 1 | 74 | 0 | 0.99 | 0.14 | 0.66 | 308.47 | 0.98 | 0.17 |
| Hex | 56 | 1 | 4A | 0 | 63 | E | 42 | 134 | 62 | 11 |
| Octal | 126 | 1 | 112 | 0 | 143 | 16 | 102 | 464 | 142 | 21 |
| Binary | 1010110 | 1 | 1001010 | 0 | 1100011 | 1110 | 1000010 | 100110100 | 1100010 | 10001 |
Color Harmonies of #56014A
Complementary color
Monochromatic Colors of #56014A
Black with #56014A
Text Example
Text Example
White with #56014A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56014A; }
p { color: rgb(86,1,74); }
H1.HeaderClassName
{
color: #56014A;
}
.AnyTagClassName
{
color: #56014A;
}
</style>
background-color css
<style>
a { background-color: #56014A; }
a { background-color: rgb(86,1,74); }
div.DivClassName
{
background-color: #56014A;
}
.BgClassName
{
background-color: #56014A;
}
</style>
border-color css
<style>
span { border-color: #56014A; }
span { border-color: rgb(86,1,74); }
td.TdClassName
{
border-color: #56014A;
}
.TagClassName
{
border-color: #56014A;
}
</style>