Shades of Tyrian Purple #56093E
Tints of Tyrian Purple #56093E
RGB
CMYK
RGB Variations
Color information
#56093E (or 0x56093E) is known color: Tyrian Purple. HEX triplet: 56, 09 and 3E. RGB value is (86,9,62). Sum of RGB (Red+Green+Blue) = 86+9+62=157 (20% of max value = 765). Red value is 86 (33.98% from 255 or 54.78% from 157); Green value is 9 (3.91% from 255 or 5.73% from 157); Blue value is 62 (24.61% from 255 or 39.49% from 157); Max value from RGB is 86 - color contains mainly: red. Hex color #56093E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56093E is #A9F6C1. Grayscale: #252525. Windows color (decimal): -11138754 or 4065622. OLE color: 4065622.
HSL color Cylindrical-coordinate representation of color #56093E: hue angle of 318.7º 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 #56093E is Cyan = 0, Magento = 0.90, Yellow = 0.28 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 9 | 62 | - |
| CMYK | 0 | 0.90 | 0.28 | 0.66 |
| HSL | 318.7º | 0.81% | 0.19% | - |
| HSV(B) | 318.7º | 0.9% | 0.34% | - |
| XYZ | 4.8 | 2.52 | 4.79 | - |
| YUV | 38.07 | 141.51 | 162.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 9 | 62 | 0 | 0.90 | 0.28 | 0.66 | 318.7 | 0.81 | 0.19 |
| Hex | 56 | 9 | 3E | 0 | 5A | 1C | 42 | 13F | 51 | 13 |
| Octal | 126 | 11 | 76 | 0 | 132 | 34 | 102 | 477 | 121 | 23 |
| Binary | 1010110 | 1001 | 111110 | 0 | 1011010 | 11100 | 1000010 | 100111111 | 1010001 | 10011 |
Color Harmonies of #56093E
Complementary color
Monochromatic Colors of #56093E
Black with #56093E
Text Example
Text Example
White with #56093E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56093E; }
p { color: rgb(86,9,62); }
H1.HeaderClassName
{
color: #56093E;
}
.AnyTagClassName
{
color: #56093E;
}
</style>
background-color css
<style>
a { background-color: #56093E; }
a { background-color: rgb(86,9,62); }
div.DivClassName
{
background-color: #56093E;
}
.BgClassName
{
background-color: #56093E;
}
</style>
border-color css
<style>
span { border-color: #56093E; }
span { border-color: rgb(86,9,62); }
td.TdClassName
{
border-color: #56093E;
}
.TagClassName
{
border-color: #56093E;
}
</style>