Shades of Tyrian Purple #560F3E
Tints of Tyrian Purple #560F3E
RGB
CMYK
RGB Variations
Color information
#560F3E (or 0x560F3E) is known color: Tyrian Purple. HEX triplet: 56, 0F and 3E. RGB value is (86,15,62). Sum of RGB (Red+Green+Blue) = 86+15+62=163 (21% of max value = 765). Red value is 86 (33.98% from 255 or 52.76% from 163); Green value is 15 (6.25% from 255 or 9.20% from 163); Blue value is 62 (24.61% from 255 or 38.04% from 163); Max value from RGB is 86 - color contains mainly: red. Hex color #560F3E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560F3E is #A9F0C1. Grayscale: #292929. Windows color (decimal): -11137218 or 4067158. OLE color: 4067158.
HSL color Cylindrical-coordinate representation of color #560F3E: hue angle of 320.28º degrees, saturation: 0.7, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #560F3E is Cyan = 0, Magento = 0.83, Yellow = 0.28 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 15 | 62 | - |
| CMYK | 0 | 0.83 | 0.28 | 0.66 |
| HSL | 320.28º | 0.7% | 0.2% | - |
| HSV(B) | 320.28º | 0.83% | 0.34% | - |
| XYZ | 4.88 | 2.67 | 4.82 | - |
| YUV | 41.59 | 139.52 | 159.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 15 | 62 | 0 | 0.83 | 0.28 | 0.66 | 320.28 | 0.7 | 0.2 |
| Hex | 56 | F | 3E | 0 | 53 | 1C | 42 | 140 | 46 | 14 |
| Octal | 126 | 17 | 76 | 0 | 123 | 34 | 102 | 500 | 106 | 24 |
| Binary | 1010110 | 1111 | 111110 | 0 | 1010011 | 11100 | 1000010 | 101000000 | 1000110 | 10100 |
Color Harmonies of #560F3E
Complementary color
Monochromatic Colors of #560F3E
Black with #560F3E
Text Example
Text Example
White with #560F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560F3E; }
p { color: rgb(86,15,62); }
H1.HeaderClassName
{
color: #560F3E;
}
.AnyTagClassName
{
color: #560F3E;
}
</style>
background-color css
<style>
a { background-color: #560F3E; }
a { background-color: rgb(86,15,62); }
div.DivClassName
{
background-color: #560F3E;
}
.BgClassName
{
background-color: #560F3E;
}
</style>
border-color css
<style>
span { border-color: #560F3E; }
span { border-color: rgb(86,15,62); }
td.TdClassName
{
border-color: #560F3E;
}
.TagClassName
{
border-color: #560F3E;
}
</style>