Shades of Tyrian Purple #56073D
Tints of Tyrian Purple #56073D
RGB
CMYK
RGB Variations
Color information
#56073D (or 0x56073D) is known color: Tyrian Purple. HEX triplet: 56, 07 and 3D. RGB value is (86,7,61). Sum of RGB (Red+Green+Blue) = 86+7+61=154 (20% of max value = 765). Red value is 86 (33.98% from 255 or 55.84% from 154); Green value is 7 (3.12% from 255 or 4.55% from 154); Blue value is 61 (24.22% from 255 or 39.61% from 154); Max value from RGB is 86 - color contains mainly: red. Hex color #56073D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56073D is #A9F8C2. Grayscale: #242424. Windows color (decimal): -11139267 or 3999574. OLE color: 3999574.
HSL color Cylindrical-coordinate representation of color #56073D: hue angle of 318.99º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #56073D is Cyan = 0, Magento = 0.92, Yellow = 0.29 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 7 | 61 | - |
| CMYK | 0 | 0.92 | 0.29 | 0.66 |
| HSL | 318.99º | 0.85% | 0.18% | - |
| HSV(B) | 318.99º | 0.92% | 0.34% | - |
| XYZ | 4.76 | 2.47 | 4.64 | - |
| YUV | 36.78 | 141.67 | 163.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 7 | 61 | 0 | 0.92 | 0.29 | 0.66 | 318.99 | 0.85 | 0.18 |
| Hex | 56 | 7 | 3D | 0 | 5C | 1D | 42 | 13F | 55 | 12 |
| Octal | 126 | 7 | 75 | 0 | 134 | 35 | 102 | 477 | 125 | 22 |
| Binary | 1010110 | 111 | 111101 | 0 | 1011100 | 11101 | 1000010 | 100111111 | 1010101 | 10010 |
Color Harmonies of #56073D
Complementary color
Monochromatic Colors of #56073D
Black with #56073D
Text Example
Text Example
White with #56073D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56073D; }
p { color: rgb(86,7,61); }
H1.HeaderClassName
{
color: #56073D;
}
.AnyTagClassName
{
color: #56073D;
}
</style>
background-color css
<style>
a { background-color: #56073D; }
a { background-color: rgb(86,7,61); }
div.DivClassName
{
background-color: #56073D;
}
.BgClassName
{
background-color: #56073D;
}
</style>
border-color css
<style>
span { border-color: #56073D; }
span { border-color: rgb(86,7,61); }
td.TdClassName
{
border-color: #56073D;
}
.TagClassName
{
border-color: #56073D;
}
</style>