Shades of Tyrian Purple #56052F
Tints of Tyrian Purple #56052F
RGB
CMYK
RGB Variations
Color information
#56052F (or 0x56052F) is known color: Tyrian Purple. HEX triplet: 56, 05 and 2F. RGB value is (86,5,47). Sum of RGB (Red+Green+Blue) = 86+5+47=138 (18% of max value = 765). Red value is 86 (33.98% from 255 or 62.32% from 138); Green value is 5 (2.34% from 255 or 3.62% from 138); Blue value is 47 (18.75% from 255 or 34.06% from 138); Max value from RGB is 86 - color contains mainly: red. Hex color #56052F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56052F is #A9FAD0. Grayscale: #212121. Windows color (decimal): -11139793 or 3081558. OLE color: 3081558.
HSL color Cylindrical-coordinate representation of color #56052F: hue angle of 328.89º 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 #56052F is Cyan = 0, Magento = 0.94, Yellow = 0.45 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 5 | 47 | - |
| CMYK | 0 | 0.94 | 0.45 | 0.66 |
| HSL | 328.89º | 0.89% | 0.18% | - |
| HSV(B) | 328.89º | 0.94% | 0.34% | - |
| XYZ | 4.41 | 2.29 | 2.9 | - |
| YUV | 34.01 | 135.34 | 165.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 5 | 47 | 0 | 0.94 | 0.45 | 0.66 | 328.89 | 0.89 | 0.18 |
| Hex | 56 | 5 | 2F | 0 | 5E | 2D | 42 | 149 | 59 | 12 |
| Octal | 126 | 5 | 57 | 0 | 136 | 55 | 102 | 511 | 131 | 22 |
| Binary | 1010110 | 101 | 101111 | 0 | 1011110 | 101101 | 1000010 | 101001001 | 1011001 | 10010 |
Color Harmonies of #56052F
Complementary color
Monochromatic Colors of #56052F
Black with #56052F
Text Example
Text Example
White with #56052F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56052F; }
p { color: rgb(86,5,47); }
H1.HeaderClassName
{
color: #56052F;
}
.AnyTagClassName
{
color: #56052F;
}
</style>
background-color css
<style>
a { background-color: #56052F; }
a { background-color: rgb(86,5,47); }
div.DivClassName
{
background-color: #56052F;
}
.BgClassName
{
background-color: #56052F;
}
</style>
border-color css
<style>
span { border-color: #56052F; }
span { border-color: rgb(86,5,47); }
td.TdClassName
{
border-color: #56052F;
}
.TagClassName
{
border-color: #56052F;
}
</style>