Shades of Tyrian Purple #560A45
Tints of Tyrian Purple #560A45
RGB
CMYK
RGB Variations
Color information
#560A45 (or 0x560A45) is known color: Tyrian Purple. HEX triplet: 56, 0A and 45. RGB value is (86,10,69). Sum of RGB (Red+Green+Blue) = 86+10+69=165 (21% of max value = 765). Red value is 86 (33.98% from 255 or 52.12% from 165); Green value is 10 (4.30% from 255 or 6.06% from 165); Blue value is 69 (27.34% from 255 or 41.82% from 165); Max value from RGB is 86 - color contains mainly: red. Hex color #560A45 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560A45 is #A9F5BA. Grayscale: #272727. Windows color (decimal): -11138491 or 4524630. OLE color: 4524630.
HSL color Cylindrical-coordinate representation of color #560A45: hue angle of 313.42º 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 #560A45 is Cyan = 0, Magento = 0.88, Yellow = 0.20 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 10 | 69 | - |
| CMYK | 0 | 0.88 | 0.20 | 0.66 |
| HSL | 313.42º | 0.79% | 0.19% | - |
| HSV(B) | 313.42º | 0.88% | 0.34% | - |
| XYZ | 5.02 | 2.63 | 5.87 | - |
| YUV | 39.45 | 144.68 | 161.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 10 | 69 | 0 | 0.88 | 0.20 | 0.66 | 313.42 | 0.79 | 0.19 |
| Hex | 56 | A | 45 | 0 | 58 | 14 | 42 | 139 | 4F | 13 |
| Octal | 126 | 12 | 105 | 0 | 130 | 24 | 102 | 471 | 117 | 23 |
| Binary | 1010110 | 1010 | 1000101 | 0 | 1011000 | 10100 | 1000010 | 100111001 | 1001111 | 10011 |
Color Harmonies of #560A45
Complementary color
Monochromatic Colors of #560A45
Black with #560A45
Text Example
Text Example
White with #560A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560A45; }
p { color: rgb(86,10,69); }
H1.HeaderClassName
{
color: #560A45;
}
.AnyTagClassName
{
color: #560A45;
}
</style>
background-color css
<style>
a { background-color: #560A45; }
a { background-color: rgb(86,10,69); }
div.DivClassName
{
background-color: #560A45;
}
.BgClassName
{
background-color: #560A45;
}
</style>
border-color css
<style>
span { border-color: #560A45; }
span { border-color: rgb(86,10,69); }
td.TdClassName
{
border-color: #560A45;
}
.TagClassName
{
border-color: #560A45;
}
</style>