Shades of Tyrian Purple #560D36
Tints of Tyrian Purple #560D36
RGB
CMYK
RGB Variations
Color information
#560D36 (or 0x560D36) is known color: Tyrian Purple. HEX triplet: 56, 0D and 36. RGB value is (86,13,54). Sum of RGB (Red+Green+Blue) = 86+13+54=153 (20% of max value = 765). Red value is 86 (33.98% from 255 or 56.21% from 153); Green value is 13 (5.47% from 255 or 8.50% from 153); Blue value is 54 (21.48% from 255 or 35.29% from 153); Max value from RGB is 86 - color contains mainly: red. Hex color #560D36 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560D36 is #A9F2C9. Grayscale: #272727. Windows color (decimal): -11137738 or 3542358. OLE color: 3542358.
HSL color Cylindrical-coordinate representation of color #560D36: hue angle of 326.3º degrees, saturation: 0.74, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #560D36 is Cyan = 0, Magento = 0.85, Yellow = 0.37 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 13 | 54 | - |
| CMYK | 0 | 0.85 | 0.37 | 0.66 |
| HSL | 326.3º | 0.74% | 0.19% | - |
| HSV(B) | 326.3º | 0.85% | 0.34% | - |
| XYZ | 4.65 | 2.53 | 3.73 | - |
| YUV | 39.5 | 136.18 | 161.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 13 | 54 | 0 | 0.85 | 0.37 | 0.66 | 326.3 | 0.74 | 0.19 |
| Hex | 56 | D | 36 | 0 | 55 | 25 | 42 | 146 | 4A | 13 |
| Octal | 126 | 15 | 66 | 0 | 125 | 45 | 102 | 506 | 112 | 23 |
| Binary | 1010110 | 1101 | 110110 | 0 | 1010101 | 100101 | 1000010 | 101000110 | 1001010 | 10011 |
Color Harmonies of #560D36
Complementary color
Monochromatic Colors of #560D36
Black with #560D36
Text Example
Text Example
White with #560D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560D36; }
p { color: rgb(86,13,54); }
H1.HeaderClassName
{
color: #560D36;
}
.AnyTagClassName
{
color: #560D36;
}
</style>
background-color css
<style>
a { background-color: #560D36; }
a { background-color: rgb(86,13,54); }
div.DivClassName
{
background-color: #560D36;
}
.BgClassName
{
background-color: #560D36;
}
</style>
border-color css
<style>
span { border-color: #560D36; }
span { border-color: rgb(86,13,54); }
td.TdClassName
{
border-color: #560D36;
}
.TagClassName
{
border-color: #560D36;
}
</style>