Shades of Tyrian Purple #560D3A
Tints of Tyrian Purple #560D3A
RGB
CMYK
RGB Variations
Color information
#560D3A (or 0x560D3A) is known color: Tyrian Purple. HEX triplet: 56, 0D and 3A. RGB value is (86,13,58). Sum of RGB (Red+Green+Blue) = 86+13+58=157 (20% of max value = 765). Red value is 86 (33.98% from 255 or 54.78% from 157); Green value is 13 (5.47% from 255 or 8.28% from 157); Blue value is 58 (23.05% from 255 or 36.94% from 157); Max value from RGB is 86 - color contains mainly: red. Hex color #560D3A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560D3A is #A9F2C5. Grayscale: #272727. Windows color (decimal): -11137734 or 3804502. OLE color: 3804502.
HSL color Cylindrical-coordinate representation of color #560D3A: hue angle of 323.01º 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 #560D3A is Cyan = 0, Magento = 0.85, Yellow = 0.33 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 13 | 58 | - |
| CMYK | 0 | 0.85 | 0.33 | 0.66 |
| HSL | 323.01º | 0.74% | 0.19% | - |
| HSV(B) | 323.01º | 0.85% | 0.34% | - |
| XYZ | 4.75 | 2.57 | 4.25 | - |
| YUV | 39.96 | 138.18 | 160.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 13 | 58 | 0 | 0.85 | 0.33 | 0.66 | 323.01 | 0.74 | 0.19 |
| Hex | 56 | D | 3A | 0 | 55 | 21 | 42 | 143 | 4A | 13 |
| Octal | 126 | 15 | 72 | 0 | 125 | 41 | 102 | 503 | 112 | 23 |
| Binary | 1010110 | 1101 | 111010 | 0 | 1010101 | 100001 | 1000010 | 101000011 | 1001010 | 10011 |
Color Harmonies of #560D3A
Complementary color
Monochromatic Colors of #560D3A
Black with #560D3A
Text Example
Text Example
White with #560D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560D3A; }
p { color: rgb(86,13,58); }
H1.HeaderClassName
{
color: #560D3A;
}
.AnyTagClassName
{
color: #560D3A;
}
</style>
background-color css
<style>
a { background-color: #560D3A; }
a { background-color: rgb(86,13,58); }
div.DivClassName
{
background-color: #560D3A;
}
.BgClassName
{
background-color: #560D3A;
}
</style>
border-color css
<style>
span { border-color: #560D3A; }
span { border-color: rgb(86,13,58); }
td.TdClassName
{
border-color: #560D3A;
}
.TagClassName
{
border-color: #560D3A;
}
</style>