Shades of Tyrian Purple #56022E
Tints of Tyrian Purple #56022E
RGB
CMYK
RGB Variations
Color information
#56022E (or 0x56022E) is known color: Tyrian Purple. HEX triplet: 56, 02 and 2E. RGB value is (86,2,46). Sum of RGB (Red+Green+Blue) = 86+2+46=134 (17% of max value = 765). Red value is 86 (33.98% from 255 or 64.18% from 134); Green value is 2 (1.17% from 255 or 1.49% from 134); Blue value is 46 (18.36% from 255 or 34.33% from 134); Max value from RGB is 86 - color contains mainly: red. Hex color #56022E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56022E is #A9FDD1. Grayscale: #202020. Windows color (decimal): -11140562 or 3015254. OLE color: 3015254.
HSL color Cylindrical-coordinate representation of color #56022E: hue angle of 328.57º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #56022E is Cyan = 0, Magento = 0.98, Yellow = 0.47 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 2 | 46 | - |
| CMYK | 0 | 0.98 | 0.47 | 0.66 |
| HSL | 328.57º | 0.95% | 0.17% | - |
| HSV(B) | 328.57º | 0.98% | 0.34% | - |
| XYZ | 4.35 | 2.22 | 2.78 | - |
| YUV | 32.13 | 135.83 | 166.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 2 | 46 | 0 | 0.98 | 0.47 | 0.66 | 328.57 | 0.95 | 0.17 |
| Hex | 56 | 2 | 2E | 0 | 62 | 2F | 42 | 149 | 5F | 11 |
| Octal | 126 | 2 | 56 | 0 | 142 | 57 | 102 | 511 | 137 | 21 |
| Binary | 1010110 | 10 | 101110 | 0 | 1100010 | 101111 | 1000010 | 101001001 | 1011111 | 10001 |
Color Harmonies of #56022E
Complementary color
Monochromatic Colors of #56022E
Black with #56022E
Text Example
Text Example
White with #56022E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56022E; }
p { color: rgb(86,2,46); }
H1.HeaderClassName
{
color: #56022E;
}
.AnyTagClassName
{
color: #56022E;
}
</style>
background-color css
<style>
a { background-color: #56022E; }
a { background-color: rgb(86,2,46); }
div.DivClassName
{
background-color: #56022E;
}
.BgClassName
{
background-color: #56022E;
}
</style>
border-color css
<style>
span { border-color: #56022E; }
span { border-color: rgb(86,2,46); }
td.TdClassName
{
border-color: #56022E;
}
.TagClassName
{
border-color: #56022E;
}
</style>