Shades of Tyrian Purple #56012E
Tints of Tyrian Purple #56012E
RGB
CMYK
RGB Variations
Color information
#56012E (or 0x56012E) is known color: Tyrian Purple. HEX triplet: 56, 01 and 2E. RGB value is (86,1,46). Sum of RGB (Red+Green+Blue) = 86+1+46=133 (17% of max value = 765). Red value is 86 (33.98% from 255 or 64.66% from 133); Green value is 1 (0.78% from 255 or 0.75% from 133); Blue value is 46 (18.36% from 255 or 34.59% from 133); Max value from RGB is 86 - color contains mainly: red. Hex color #56012E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56012E is #A9FED1. Grayscale: #1F1F1F. Windows color (decimal): -11140818 or 3014998. OLE color: 3014998.
HSL color Cylindrical-coordinate representation of color #56012E: hue angle of 328.24º 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 #56012E is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 1 | 46 | - |
| CMYK | 0 | 0.99 | 0.47 | 0.66 |
| HSL | 328.24º | 0.98% | 0.17% | - |
| HSV(B) | 328.24º | 0.99% | 0.34% | - |
| XYZ | 4.34 | 2.2 | 2.78 | - |
| YUV | 31.55 | 136.16 | 166.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 1 | 46 | 0 | 0.99 | 0.47 | 0.66 | 328.24 | 0.98 | 0.17 |
| Hex | 56 | 1 | 2E | 0 | 63 | 2F | 42 | 148 | 62 | 11 |
| Octal | 126 | 1 | 56 | 0 | 143 | 57 | 102 | 510 | 142 | 21 |
| Binary | 1010110 | 1 | 101110 | 0 | 1100011 | 101111 | 1000010 | 101001000 | 1100010 | 10001 |
Color Harmonies of #56012E
Complementary color
Monochromatic Colors of #56012E
Black with #56012E
Text Example
Text Example
White with #56012E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56012E; }
p { color: rgb(86,1,46); }
H1.HeaderClassName
{
color: #56012E;
}
.AnyTagClassName
{
color: #56012E;
}
</style>
background-color css
<style>
a { background-color: #56012E; }
a { background-color: rgb(86,1,46); }
div.DivClassName
{
background-color: #56012E;
}
.BgClassName
{
background-color: #56012E;
}
</style>
border-color css
<style>
span { border-color: #56012E; }
span { border-color: rgb(86,1,46); }
td.TdClassName
{
border-color: #56012E;
}
.TagClassName
{
border-color: #56012E;
}
</style>