Shades of Tyrian Purple #560C43
Tints of Tyrian Purple #560C43
RGB
CMYK
RGB Variations
Color information
#560C43 (or 0x560C43) is known color: Tyrian Purple. HEX triplet: 56, 0C and 43. RGB value is (86,12,67). Sum of RGB (Red+Green+Blue) = 86+12+67=165 (21% of max value = 765). Red value is 86 (33.98% from 255 or 52.12% from 165); Green value is 12 (5.08% from 255 or 7.27% from 165); Blue value is 67 (26.56% from 255 or 40.61% from 165); Max value from RGB is 86 - color contains mainly: red. Hex color #560C43 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560C43 is #A9F3BC. Grayscale: #282828. Windows color (decimal): -11137981 or 4394070. OLE color: 4394070.
HSL color Cylindrical-coordinate representation of color #560C43: hue angle of 315.41º degrees, saturation: 0.76, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #560C43 is Cyan = 0, Magento = 0.86, Yellow = 0.22 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 12 | 67 | - |
| CMYK | 0 | 0.86 | 0.22 | 0.66 |
| HSL | 315.41º | 0.76% | 0.19% | - |
| HSV(B) | 315.41º | 0.86% | 0.34% | - |
| XYZ | 4.98 | 2.65 | 5.56 | - |
| YUV | 40.4 | 143.02 | 160.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 12 | 67 | 0 | 0.86 | 0.22 | 0.66 | 315.41 | 0.76 | 0.19 |
| Hex | 56 | C | 43 | 0 | 56 | 16 | 42 | 13B | 4C | 13 |
| Octal | 126 | 14 | 103 | 0 | 126 | 26 | 102 | 473 | 114 | 23 |
| Binary | 1010110 | 1100 | 1000011 | 0 | 1010110 | 10110 | 1000010 | 100111011 | 1001100 | 10011 |
Color Harmonies of #560C43
Complementary color
Monochromatic Colors of #560C43
Black with #560C43
Text Example
Text Example
White with #560C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560C43; }
p { color: rgb(86,12,67); }
H1.HeaderClassName
{
color: #560C43;
}
.AnyTagClassName
{
color: #560C43;
}
</style>
background-color css
<style>
a { background-color: #560C43; }
a { background-color: rgb(86,12,67); }
div.DivClassName
{
background-color: #560C43;
}
.BgClassName
{
background-color: #560C43;
}
</style>
border-color css
<style>
span { border-color: #560C43; }
span { border-color: rgb(86,12,67); }
td.TdClassName
{
border-color: #560C43;
}
.TagClassName
{
border-color: #560C43;
}
</style>