Shades of Tyrian Purple #56053E
Tints of Tyrian Purple #56053E
RGB
CMYK
RGB Variations
Color information
#56053E (or 0x56053E) is known color: Tyrian Purple. HEX triplet: 56, 05 and 3E. RGB value is (86,5,62). Sum of RGB (Red+Green+Blue) = 86+5+62=153 (20% of max value = 765). Red value is 86 (33.98% from 255 or 56.21% from 153); Green value is 5 (2.34% from 255 or 3.27% from 153); Blue value is 62 (24.61% from 255 or 40.52% from 153); Max value from RGB is 86 - color contains mainly: red. Hex color #56053E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56053E is #A9FAC1. Grayscale: #232323. Windows color (decimal): -11139778 or 4064598. OLE color: 4064598.
HSL color Cylindrical-coordinate representation of color #56053E: hue angle of 317.78º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #56053E is Cyan = 0, Magento = 0.94, Yellow = 0.28 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 5 | 62 | - |
| CMYK | 0 | 0.94 | 0.28 | 0.66 |
| HSL | 317.78º | 0.89% | 0.18% | - |
| HSV(B) | 317.78º | 0.94% | 0.34% | - |
| XYZ | 4.76 | 2.43 | 4.78 | - |
| YUV | 35.72 | 142.84 | 163.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 5 | 62 | 0 | 0.94 | 0.28 | 0.66 | 317.78 | 0.89 | 0.18 |
| Hex | 56 | 5 | 3E | 0 | 5E | 1C | 42 | 13E | 59 | 12 |
| Octal | 126 | 5 | 76 | 0 | 136 | 34 | 102 | 476 | 131 | 22 |
| Binary | 1010110 | 101 | 111110 | 0 | 1011110 | 11100 | 1000010 | 100111110 | 1011001 | 10010 |
Color Harmonies of #56053E
Complementary color
Monochromatic Colors of #56053E
Black with #56053E
Text Example
Text Example
White with #56053E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56053E; }
p { color: rgb(86,5,62); }
H1.HeaderClassName
{
color: #56053E;
}
.AnyTagClassName
{
color: #56053E;
}
</style>
background-color css
<style>
a { background-color: #56053E; }
a { background-color: rgb(86,5,62); }
div.DivClassName
{
background-color: #56053E;
}
.BgClassName
{
background-color: #56053E;
}
</style>
border-color css
<style>
span { border-color: #56053E; }
span { border-color: rgb(86,5,62); }
td.TdClassName
{
border-color: #56053E;
}
.TagClassName
{
border-color: #56053E;
}
</style>