Shades of Tyrian Purple #560E43
Tints of Tyrian Purple #560E43
RGB
CMYK
RGB Variations
Color information
#560E43 (or 0x560E43) is known color: Tyrian Purple. HEX triplet: 56, 0E and 43. RGB value is (86,14,67). Sum of RGB (Red+Green+Blue) = 86+14+67=167 (22% of max value = 765). Red value is 86 (33.98% from 255 or 51.50% from 167); Green value is 14 (5.86% from 255 or 8.38% from 167); Blue value is 67 (26.56% from 255 or 40.12% from 167); Max value from RGB is 86 - color contains mainly: red. Hex color #560E43 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560E43 is #A9F1BC. Grayscale: #292929. Windows color (decimal): -11137469 or 4394582. OLE color: 4394582.
HSL color Cylindrical-coordinate representation of color #560E43: hue angle of 315.83º degrees, saturation: 0.72, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #560E43 is Cyan = 0, Magento = 0.84, Yellow = 0.22 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 14 | 67 | - |
| CMYK | 0 | 0.84 | 0.22 | 0.66 |
| HSL | 315.83º | 0.72% | 0.2% | - |
| HSV(B) | 315.83º | 0.84% | 0.34% | - |
| XYZ | 5.01 | 2.7 | 5.57 | - |
| YUV | 41.57 | 142.35 | 159.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 14 | 67 | 0 | 0.84 | 0.22 | 0.66 | 315.83 | 0.72 | 0.2 |
| Hex | 56 | E | 43 | 0 | 54 | 16 | 42 | 13C | 48 | 14 |
| Octal | 126 | 16 | 103 | 0 | 124 | 26 | 102 | 474 | 110 | 24 |
| Binary | 1010110 | 1110 | 1000011 | 0 | 1010100 | 10110 | 1000010 | 100111100 | 1001000 | 10100 |
Color Harmonies of #560E43
Complementary color
Monochromatic Colors of #560E43
Black with #560E43
Text Example
Text Example
White with #560E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560E43; }
p { color: rgb(86,14,67); }
H1.HeaderClassName
{
color: #560E43;
}
.AnyTagClassName
{
color: #560E43;
}
</style>
background-color css
<style>
a { background-color: #560E43; }
a { background-color: rgb(86,14,67); }
div.DivClassName
{
background-color: #560E43;
}
.BgClassName
{
background-color: #560E43;
}
</style>
border-color css
<style>
span { border-color: #560E43; }
span { border-color: rgb(86,14,67); }
td.TdClassName
{
border-color: #560E43;
}
.TagClassName
{
border-color: #560E43;
}
</style>