Shades of Tyrian Purple #56143F
Tints of Tyrian Purple #56143F
RGB
CMYK
RGB Variations
Color information
#56143F (or 0x56143F) is known color: Tyrian Purple. HEX triplet: 56, 14 and 3F. RGB value is (86,20,63). Sum of RGB (Red+Green+Blue) = 86+20+63=169 (22% of max value = 765). Red value is 86 (33.98% from 255 or 50.89% from 169); Green value is 20 (8.20% from 255 or 11.83% from 169); Blue value is 63 (25% from 255 or 37.28% from 169); Max value from RGB is 86 - color contains mainly: red. Hex color #56143F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56143F is #A9EBC0. Grayscale: #2C2C2C. Windows color (decimal): -11135937 or 4133974. OLE color: 4133974.
HSL color Cylindrical-coordinate representation of color #56143F: hue angle of 320.91º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #56143F is Cyan = 0, Magento = 0.77, Yellow = 0.27 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 20 | 63 | - |
| CMYK | 0 | 0.77 | 0.27 | 0.66 |
| HSL | 320.91º | 0.62% | 0.21% | - |
| HSV(B) | 320.91º | 0.77% | 0.34% | - |
| XYZ | 4.99 | 2.84 | 4.99 | - |
| YUV | 44.64 | 138.37 | 157.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 20 | 63 | 0 | 0.77 | 0.27 | 0.66 | 320.91 | 0.62 | 0.21 |
| Hex | 56 | 14 | 3F | 0 | 4D | 1B | 42 | 141 | 3E | 15 |
| Octal | 126 | 24 | 77 | 0 | 115 | 33 | 102 | 501 | 76 | 25 |
| Binary | 1010110 | 10100 | 111111 | 0 | 1001101 | 11011 | 1000010 | 101000001 | 111110 | 10101 |
Color Harmonies of #56143F
Complementary color
Monochromatic Colors of #56143F
Black with #56143F
Text Example
Text Example
White with #56143F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56143F; }
p { color: rgb(86,20,63); }
H1.HeaderClassName
{
color: #56143F;
}
.AnyTagClassName
{
color: #56143F;
}
</style>
background-color css
<style>
a { background-color: #56143F; }
a { background-color: rgb(86,20,63); }
div.DivClassName
{
background-color: #56143F;
}
.BgClassName
{
background-color: #56143F;
}
</style>
border-color css
<style>
span { border-color: #56143F; }
span { border-color: rgb(86,20,63); }
td.TdClassName
{
border-color: #56143F;
}
.TagClassName
{
border-color: #56143F;
}
</style>