Shades of Tyrian Purple #560A42
Tints of Tyrian Purple #560A42
RGB
CMYK
RGB Variations
Color information
#560A42 (or 0x560A42) is known color: Tyrian Purple. HEX triplet: 56, 0A and 42. RGB value is (86,10,66). Sum of RGB (Red+Green+Blue) = 86+10+66=162 (21% of max value = 765). Red value is 86 (33.98% from 255 or 53.09% from 162); Green value is 10 (4.30% from 255 or 6.17% from 162); Blue value is 66 (26.17% from 255 or 40.74% from 162); Max value from RGB is 86 - color contains mainly: red. Hex color #560A42 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560A42 is #A9F5BD. Grayscale: #262626. Windows color (decimal): -11138494 or 4328022. OLE color: 4328022.
HSL color Cylindrical-coordinate representation of color #560A42: hue angle of 315.79º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #560A42 is Cyan = 0, Magento = 0.88, Yellow = 0.23 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 10 | 66 | - |
| CMYK | 0 | 0.88 | 0.23 | 0.66 |
| HSL | 315.79º | 0.79% | 0.19% | - |
| HSV(B) | 315.79º | 0.88% | 0.34% | - |
| XYZ | 4.93 | 2.59 | 5.39 | - |
| YUV | 39.11 | 143.18 | 161.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 10 | 66 | 0 | 0.88 | 0.23 | 0.66 | 315.79 | 0.79 | 0.19 |
| Hex | 56 | A | 42 | 0 | 58 | 17 | 42 | 13C | 4F | 13 |
| Octal | 126 | 12 | 102 | 0 | 130 | 27 | 102 | 474 | 117 | 23 |
| Binary | 1010110 | 1010 | 1000010 | 0 | 1011000 | 10111 | 1000010 | 100111100 | 1001111 | 10011 |
Color Harmonies of #560A42
Complementary color
Monochromatic Colors of #560A42
Black with #560A42
Text Example
Text Example
White with #560A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560A42; }
p { color: rgb(86,10,66); }
H1.HeaderClassName
{
color: #560A42;
}
.AnyTagClassName
{
color: #560A42;
}
</style>
background-color css
<style>
a { background-color: #560A42; }
a { background-color: rgb(86,10,66); }
div.DivClassName
{
background-color: #560A42;
}
.BgClassName
{
background-color: #560A42;
}
</style>
border-color css
<style>
span { border-color: #560A42; }
span { border-color: rgb(86,10,66); }
td.TdClassName
{
border-color: #560A42;
}
.TagClassName
{
border-color: #560A42;
}
</style>