Shades of Tyrian Purple #560E3C
Tints of Tyrian Purple #560E3C
RGB
CMYK
RGB Variations
Color information
#560E3C (or 0x560E3C) is known color: Tyrian Purple. HEX triplet: 56, 0E and 3C. RGB value is (86,14,60). Sum of RGB (Red+Green+Blue) = 86+14+60=160 (21% of max value = 765). Red value is 86 (33.98% from 255 or 53.75% from 160); Green value is 14 (5.86% from 255 or 8.75% from 160); Blue value is 60 (23.83% from 255 or 37.5% from 160); Max value from RGB is 86 - color contains mainly: red. Hex color #560E3C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560E3C is #A9F1C3. Grayscale: #282828. Windows color (decimal): -11137476 or 3935830. OLE color: 3935830.
HSL color Cylindrical-coordinate representation of color #560E3C: hue angle of 321.67º 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 #560E3C is Cyan = 0, Magento = 0.84, Yellow = 0.30 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 14 | 60 | - |
| CMYK | 0 | 0.84 | 0.30 | 0.66 |
| HSL | 321.67º | 0.72% | 0.2% | - |
| HSV(B) | 321.67º | 0.84% | 0.34% | - |
| XYZ | 4.81 | 2.62 | 4.53 | - |
| YUV | 40.77 | 138.85 | 160.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 14 | 60 | 0 | 0.84 | 0.30 | 0.66 | 321.67 | 0.72 | 0.2 |
| Hex | 56 | E | 3C | 0 | 54 | 1E | 42 | 142 | 48 | 14 |
| Octal | 126 | 16 | 74 | 0 | 124 | 36 | 102 | 502 | 110 | 24 |
| Binary | 1010110 | 1110 | 111100 | 0 | 1010100 | 11110 | 1000010 | 101000010 | 1001000 | 10100 |
Color Harmonies of #560E3C
Complementary color
Monochromatic Colors of #560E3C
Black with #560E3C
Text Example
Text Example
White with #560E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560E3C; }
p { color: rgb(86,14,60); }
H1.HeaderClassName
{
color: #560E3C;
}
.AnyTagClassName
{
color: #560E3C;
}
</style>
background-color css
<style>
a { background-color: #560E3C; }
a { background-color: rgb(86,14,60); }
div.DivClassName
{
background-color: #560E3C;
}
.BgClassName
{
background-color: #560E3C;
}
</style>
border-color css
<style>
span { border-color: #560E3C; }
span { border-color: rgb(86,14,60); }
td.TdClassName
{
border-color: #560E3C;
}
.TagClassName
{
border-color: #560E3C;
}
</style>