Shades of Tyrian Purple #56073C
Tints of Tyrian Purple #56073C
RGB
CMYK
RGB Variations
Color information
#56073C (or 0x56073C) is known color: Tyrian Purple. HEX triplet: 56, 07 and 3C. RGB value is (86,7,60). Sum of RGB (Red+Green+Blue) = 86+7+60=153 (20% of max value = 765). Red value is 86 (33.98% from 255 or 56.21% from 153); Green value is 7 (3.12% from 255 or 4.58% from 153); Blue value is 60 (23.83% from 255 or 39.22% from 153); Max value from RGB is 86 - color contains mainly: red. Hex color #56073C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56073C is #A9F8C3. Grayscale: #242424. Windows color (decimal): -11139268 or 3934038. OLE color: 3934038.
HSL color Cylindrical-coordinate representation of color #56073C: hue angle of 319.75º 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 #56073C is Cyan = 0, Magento = 0.92, Yellow = 0.30 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 7 | 60 | - |
| CMYK | 0 | 0.92 | 0.30 | 0.66 |
| HSL | 319.75º | 0.85% | 0.18% | - |
| HSV(B) | 319.75º | 0.92% | 0.34% | - |
| XYZ | 4.73 | 2.46 | 4.5 | - |
| YUV | 36.66 | 141.17 | 163.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 7 | 60 | 0 | 0.92 | 0.30 | 0.66 | 319.75 | 0.85 | 0.18 |
| Hex | 56 | 7 | 3C | 0 | 5C | 1E | 42 | 140 | 55 | 12 |
| Octal | 126 | 7 | 74 | 0 | 134 | 36 | 102 | 500 | 125 | 22 |
| Binary | 1010110 | 111 | 111100 | 0 | 1011100 | 11110 | 1000010 | 101000000 | 1010101 | 10010 |
Color Harmonies of #56073C
Complementary color
Monochromatic Colors of #56073C
Black with #56073C
Text Example
Text Example
White with #56073C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56073C; }
p { color: rgb(86,7,60); }
H1.HeaderClassName
{
color: #56073C;
}
.AnyTagClassName
{
color: #56073C;
}
</style>
background-color css
<style>
a { background-color: #56073C; }
a { background-color: rgb(86,7,60); }
div.DivClassName
{
background-color: #56073C;
}
.BgClassName
{
background-color: #56073C;
}
</style>
border-color css
<style>
span { border-color: #56073C; }
span { border-color: rgb(86,7,60); }
td.TdClassName
{
border-color: #56073C;
}
.TagClassName
{
border-color: #56073C;
}
</style>