Shades of Tyrian Purple #56053D
Tints of Tyrian Purple #56053D
RGB
CMYK
RGB Variations
Color information
#56053D (or 0x56053D) is known color: Tyrian Purple. HEX triplet: 56, 05 and 3D. RGB value is (86,5,61). Sum of RGB (Red+Green+Blue) = 86+5+61=152 (20% of max value = 765). Red value is 86 (33.98% from 255 or 56.58% from 152); Green value is 5 (2.34% from 255 or 3.29% from 152); Blue value is 61 (24.22% from 255 or 40.13% from 152); Max value from RGB is 86 - color contains mainly: red. Hex color #56053D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56053D is #A9FAC2. Grayscale: #232323. Windows color (decimal): -11139779 or 3999062. OLE color: 3999062.
HSL color Cylindrical-coordinate representation of color #56053D: hue angle of 318.52º 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 #56053D is Cyan = 0, Magento = 0.94, Yellow = 0.29 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 5 | 61 | - |
| CMYK | 0 | 0.94 | 0.29 | 0.66 |
| HSL | 318.52º | 0.89% | 0.18% | - |
| HSV(B) | 318.52º | 0.94% | 0.34% | - |
| XYZ | 4.73 | 2.42 | 4.63 | - |
| YUV | 35.6 | 142.34 | 163.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 5 | 61 | 0 | 0.94 | 0.29 | 0.66 | 318.52 | 0.89 | 0.18 |
| Hex | 56 | 5 | 3D | 0 | 5E | 1D | 42 | 13F | 59 | 12 |
| Octal | 126 | 5 | 75 | 0 | 136 | 35 | 102 | 477 | 131 | 22 |
| Binary | 1010110 | 101 | 111101 | 0 | 1011110 | 11101 | 1000010 | 100111111 | 1011001 | 10010 |
Color Harmonies of #56053D
Complementary color
Monochromatic Colors of #56053D
Black with #56053D
Text Example
Text Example
White with #56053D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56053D; }
p { color: rgb(86,5,61); }
H1.HeaderClassName
{
color: #56053D;
}
.AnyTagClassName
{
color: #56053D;
}
</style>
background-color css
<style>
a { background-color: #56053D; }
a { background-color: rgb(86,5,61); }
div.DivClassName
{
background-color: #56053D;
}
.BgClassName
{
background-color: #56053D;
}
</style>
border-color css
<style>
span { border-color: #56053D; }
span { border-color: rgb(86,5,61); }
td.TdClassName
{
border-color: #56053D;
}
.TagClassName
{
border-color: #56053D;
}
</style>