Shades of Tyrian Purple #56093D
Tints of Tyrian Purple #56093D
RGB
CMYK
RGB Variations
Color information
#56093D (or 0x56093D) is known color: Tyrian Purple. HEX triplet: 56, 09 and 3D. RGB value is (86,9,61). Sum of RGB (Red+Green+Blue) = 86+9+61=156 (20% of max value = 765). Red value is 86 (33.98% from 255 or 55.13% from 156); Green value is 9 (3.91% from 255 or 5.77% from 156); Blue value is 61 (24.22% from 255 or 39.10% from 156); Max value from RGB is 86 - color contains mainly: red. Hex color #56093D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56093D is #A9F6C2. Grayscale: #252525. Windows color (decimal): -11138755 or 4000086. OLE color: 4000086.
HSL color Cylindrical-coordinate representation of color #56093D: hue angle of 319.48º 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 #56093D is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 9 | 61 | - |
| CMYK | 0 | 0.90 | 0.29 | 0.66 |
| HSL | 319.48º | 0.81% | 0.19% | - |
| HSV(B) | 319.48º | 0.9% | 0.34% | - |
| XYZ | 4.78 | 2.51 | 4.65 | - |
| YUV | 37.95 | 141.01 | 162.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 9 | 61 | 0 | 0.90 | 0.29 | 0.66 | 319.48 | 0.81 | 0.19 |
| Hex | 56 | 9 | 3D | 0 | 5A | 1D | 42 | 13F | 51 | 13 |
| Octal | 126 | 11 | 75 | 0 | 132 | 35 | 102 | 477 | 121 | 23 |
| Binary | 1010110 | 1001 | 111101 | 0 | 1011010 | 11101 | 1000010 | 100111111 | 1010001 | 10011 |
Color Harmonies of #56093D
Complementary color
Monochromatic Colors of #56093D
Black with #56093D
Text Example
Text Example
White with #56093D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56093D; }
p { color: rgb(86,9,61); }
H1.HeaderClassName
{
color: #56093D;
}
.AnyTagClassName
{
color: #56093D;
}
</style>
background-color css
<style>
a { background-color: #56093D; }
a { background-color: rgb(86,9,61); }
div.DivClassName
{
background-color: #56093D;
}
.BgClassName
{
background-color: #56093D;
}
</style>
border-color css
<style>
span { border-color: #56093D; }
span { border-color: rgb(86,9,61); }
td.TdClassName
{
border-color: #56093D;
}
.TagClassName
{
border-color: #56093D;
}
</style>