Shades of Tyrian Purple #56013E
Tints of Tyrian Purple #56013E
RGB
CMYK
RGB Variations
Color information
#56013E (or 0x56013E) is known color: Tyrian Purple. HEX triplet: 56, 01 and 3E. RGB value is (86,1,62). Sum of RGB (Red+Green+Blue) = 86+1+62=149 (19% of max value = 765). Red value is 86 (33.98% from 255 or 57.72% from 149); Green value is 1 (0.78% from 255 or 0.67% from 149); Blue value is 62 (24.61% from 255 or 41.61% from 149); Max value from RGB is 86 - color contains mainly: red. Hex color #56013E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56013E is #A9FEC1. Grayscale: #212121. Windows color (decimal): -11140802 or 4063574. OLE color: 4063574.
HSL color Cylindrical-coordinate representation of color #56013E: hue angle of 316.94º 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 #56013E is Cyan = 0, Magento = 0.99, Yellow = 0.28 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 1 | 62 | - |
| CMYK | 0 | 0.99 | 0.28 | 0.66 |
| HSL | 316.94º | 0.98% | 0.17% | - |
| HSV(B) | 316.94º | 0.99% | 0.34% | - |
| XYZ | 4.72 | 2.35 | 4.76 | - |
| YUV | 33.37 | 144.16 | 165.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 1 | 62 | 0 | 0.99 | 0.28 | 0.66 | 316.94 | 0.98 | 0.17 |
| Hex | 56 | 1 | 3E | 0 | 63 | 1C | 42 | 13D | 62 | 11 |
| Octal | 126 | 1 | 76 | 0 | 143 | 34 | 102 | 475 | 142 | 21 |
| Binary | 1010110 | 1 | 111110 | 0 | 1100011 | 11100 | 1000010 | 100111101 | 1100010 | 10001 |
Color Harmonies of #56013E
Complementary color
Monochromatic Colors of #56013E
Black with #56013E
Text Example
Text Example
White with #56013E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56013E; }
p { color: rgb(86,1,62); }
H1.HeaderClassName
{
color: #56013E;
}
.AnyTagClassName
{
color: #56013E;
}
</style>
background-color css
<style>
a { background-color: #56013E; }
a { background-color: rgb(86,1,62); }
div.DivClassName
{
background-color: #56013E;
}
.BgClassName
{
background-color: #56013E;
}
</style>
border-color css
<style>
span { border-color: #56013E; }
span { border-color: rgb(86,1,62); }
td.TdClassName
{
border-color: #56013E;
}
.TagClassName
{
border-color: #56013E;
}
</style>