Shades of Tyrian Purple #56093F
Tints of Tyrian Purple #56093F
RGB
CMYK
RGB Variations
Color information
#56093F (or 0x56093F) is known color: Tyrian Purple. HEX triplet: 56, 09 and 3F. RGB value is (86,9,63). Sum of RGB (Red+Green+Blue) = 86+9+63=158 (20% of max value = 765). Red value is 86 (33.98% from 255 or 54.43% from 158); Green value is 9 (3.91% from 255 or 5.70% from 158); Blue value is 63 (25% from 255 or 39.87% from 158); Max value from RGB is 86 - color contains mainly: red. Hex color #56093F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56093F is #A9F6C0. Grayscale: #262626. Windows color (decimal): -11138753 or 4131158. OLE color: 4131158.
HSL color Cylindrical-coordinate representation of color #56093F: hue angle of 317.92º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #56093F is Cyan = 0, Magento = 0.90, Yellow = 0.27 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 9 | 63 | - |
| CMYK | 0 | 0.90 | 0.27 | 0.66 |
| HSL | 317.92º | 0.81% | 0.19% | - |
| HSV(B) | 317.92º | 0.9% | 0.34% | - |
| XYZ | 4.83 | 2.53 | 4.94 | - |
| YUV | 38.18 | 142.01 | 162.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 9 | 63 | 0 | 0.90 | 0.27 | 0.66 | 317.92 | 0.81 | 0.19 |
| Hex | 56 | 9 | 3F | 0 | 5A | 1B | 42 | 13E | 51 | 13 |
| Octal | 126 | 11 | 77 | 0 | 132 | 33 | 102 | 476 | 121 | 23 |
| Binary | 1010110 | 1001 | 111111 | 0 | 1011010 | 11011 | 1000010 | 100111110 | 1010001 | 10011 |
Color Harmonies of #56093F
Complementary color
Monochromatic Colors of #56093F
Black with #56093F
Text Example
Text Example
White with #56093F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56093F; }
p { color: rgb(86,9,63); }
H1.HeaderClassName
{
color: #56093F;
}
.AnyTagClassName
{
color: #56093F;
}
</style>
background-color css
<style>
a { background-color: #56093F; }
a { background-color: rgb(86,9,63); }
div.DivClassName
{
background-color: #56093F;
}
.BgClassName
{
background-color: #56093F;
}
</style>
border-color css
<style>
span { border-color: #56093F; }
span { border-color: rgb(86,9,63); }
td.TdClassName
{
border-color: #56093F;
}
.TagClassName
{
border-color: #56093F;
}
</style>