Shades of Tyrian Purple #56004F
Tints of Tyrian Purple #56004F
RGB
CMYK
RGB Variations
Color information
#56004F (or 0x56004F) is known color: Tyrian Purple. HEX triplet: 56, 00 and 4F. RGB value is (86,0,79). Sum of RGB (Red+Green+Blue) = 86+0+79=165 (21% of max value = 765). Red value is 86 (33.98% from 255 or 52.12% from 165); Green value is 0 (0.39% from 255 or 0% from 165); Blue value is 79 (31.25% from 255 or 47.88% from 165); Max value from RGB is 86 - color contains mainly: red. Hex color #56004F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56004F is #A9FFB0. Grayscale: #222222. Windows color (decimal): -11141041 or 5177430. OLE color: 5177430.
HSL color Cylindrical-coordinate representation of color #56004F: hue angle of 304.88º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #56004F is Cyan = 0, Magento = 1, Yellow = 0.08 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 0 | 79 | - |
| CMYK | 0 | 1 | 0.08 | 0.66 |
| HSL | 304.88º | 1% | 0.17% | - |
| HSV(B) | 304.88º | 1% | 0.34% | - |
| XYZ | 5.25 | 2.54 | 7.61 | - |
| YUV | 34.72 | 152.99 | 164.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 0 | 79 | 0 | 1 | 0.08 | 0.66 | 304.88 | 1 | 0.17 |
| Hex | 56 | 0 | 4F | 0 | 64 | 8 | 42 | 131 | 64 | 11 |
| Octal | 126 | 0 | 117 | 0 | 144 | 10 | 102 | 461 | 144 | 21 |
| Binary | 1010110 | 0 | 1001111 | 0 | 1100100 | 1000 | 1000010 | 100110001 | 1100100 | 10001 |
Color Harmonies of #56004F
Complementary color
Monochromatic Colors of #56004F
Black with #56004F
Text Example
Text Example
White with #56004F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56004F; }
p { color: rgb(86,0,79); }
H1.HeaderClassName
{
color: #56004F;
}
.AnyTagClassName
{
color: #56004F;
}
</style>
background-color css
<style>
a { background-color: #56004F; }
a { background-color: rgb(86,0,79); }
div.DivClassName
{
background-color: #56004F;
}
.BgClassName
{
background-color: #56004F;
}
</style>
border-color css
<style>
span { border-color: #56004F; }
span { border-color: rgb(86,0,79); }
td.TdClassName
{
border-color: #56004F;
}
.TagClassName
{
border-color: #56004F;
}
</style>