Shades of Tyrian Purple #56072F
Tints of Tyrian Purple #56072F
RGB
CMYK
RGB Variations
Color information
#56072F (or 0x56072F) is known color: Tyrian Purple. HEX triplet: 56, 07 and 2F. RGB value is (86,7,47). Sum of RGB (Red+Green+Blue) = 86+7+47=140 (18% of max value = 765). Red value is 86 (33.98% from 255 or 61.43% from 140); Green value is 7 (3.12% from 255 or 5% from 140); Blue value is 47 (18.75% from 255 or 33.57% from 140); Max value from RGB is 86 - color contains mainly: red. Hex color #56072F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56072F is #A9F8D0. Grayscale: #232323. Windows color (decimal): -11139281 or 3082070. OLE color: 3082070.
HSL color Cylindrical-coordinate representation of color #56072F: hue angle of 329.62º 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 #56072F is Cyan = 0, Magento = 0.92, Yellow = 0.45 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 7 | 47 | - |
| CMYK | 0 | 0.92 | 0.45 | 0.66 |
| HSL | 329.62º | 0.85% | 0.18% | - |
| HSV(B) | 329.62º | 0.92% | 0.34% | - |
| XYZ | 4.43 | 2.34 | 2.91 | - |
| YUV | 35.18 | 134.67 | 164.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 7 | 47 | 0 | 0.92 | 0.45 | 0.66 | 329.62 | 0.85 | 0.18 |
| Hex | 56 | 7 | 2F | 0 | 5C | 2D | 42 | 14A | 55 | 12 |
| Octal | 126 | 7 | 57 | 0 | 134 | 55 | 102 | 512 | 125 | 22 |
| Binary | 1010110 | 111 | 101111 | 0 | 1011100 | 101101 | 1000010 | 101001010 | 1010101 | 10010 |
Color Harmonies of #56072F
Complementary color
Monochromatic Colors of #56072F
Black with #56072F
Text Example
Text Example
White with #56072F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56072F; }
p { color: rgb(86,7,47); }
H1.HeaderClassName
{
color: #56072F;
}
.AnyTagClassName
{
color: #56072F;
}
</style>
background-color css
<style>
a { background-color: #56072F; }
a { background-color: rgb(86,7,47); }
div.DivClassName
{
background-color: #56072F;
}
.BgClassName
{
background-color: #56072F;
}
</style>
border-color css
<style>
span { border-color: #56072F; }
span { border-color: rgb(86,7,47); }
td.TdClassName
{
border-color: #56072F;
}
.TagClassName
{
border-color: #56072F;
}
</style>