Shades of Tyrian Purple #56053C
Tints of Tyrian Purple #56053C
RGB
CMYK
RGB Variations
Color information
#56053C (or 0x56053C) is known color: Tyrian Purple. HEX triplet: 56, 05 and 3C. RGB value is (86,5,60). Sum of RGB (Red+Green+Blue) = 86+5+60=151 (20% of max value = 765). Red value is 86 (33.98% from 255 or 56.95% from 151); Green value is 5 (2.34% from 255 or 3.31% from 151); Blue value is 60 (23.83% from 255 or 39.74% from 151); Max value from RGB is 86 - color contains mainly: red. Hex color #56053C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56053C is #A9FAC3. Grayscale: #232323. Windows color (decimal): -11139780 or 3933526. OLE color: 3933526.
HSL color Cylindrical-coordinate representation of color #56053C: hue angle of 319.26º 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 #56053C is Cyan = 0, Magento = 0.94, Yellow = 0.30 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 5 | 60 | - |
| CMYK | 0 | 0.94 | 0.30 | 0.66 |
| HSL | 319.26º | 0.89% | 0.18% | - |
| HSV(B) | 319.26º | 0.94% | 0.34% | - |
| XYZ | 4.71 | 2.41 | 4.49 | - |
| YUV | 35.49 | 141.84 | 164.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 5 | 60 | 0 | 0.94 | 0.30 | 0.66 | 319.26 | 0.89 | 0.18 |
| Hex | 56 | 5 | 3C | 0 | 5E | 1E | 42 | 13F | 59 | 12 |
| Octal | 126 | 5 | 74 | 0 | 136 | 36 | 102 | 477 | 131 | 22 |
| Binary | 1010110 | 101 | 111100 | 0 | 1011110 | 11110 | 1000010 | 100111111 | 1011001 | 10010 |
Color Harmonies of #56053C
Complementary color
Monochromatic Colors of #56053C
Black with #56053C
Text Example
Text Example
White with #56053C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56053C; }
p { color: rgb(86,5,60); }
H1.HeaderClassName
{
color: #56053C;
}
.AnyTagClassName
{
color: #56053C;
}
</style>
background-color css
<style>
a { background-color: #56053C; }
a { background-color: rgb(86,5,60); }
div.DivClassName
{
background-color: #56053C;
}
.BgClassName
{
background-color: #56053C;
}
</style>
border-color css
<style>
span { border-color: #56053C; }
span { border-color: rgb(86,5,60); }
td.TdClassName
{
border-color: #56053C;
}
.TagClassName
{
border-color: #56053C;
}
</style>