Shades of Tyrian Purple #561143
Tints of Tyrian Purple #561143
RGB
CMYK
RGB Variations
Color information
#561143 (or 0x561143) is known color: Tyrian Purple. HEX triplet: 56, 11 and 43. RGB value is (86,17,67). Sum of RGB (Red+Green+Blue) = 86+17+67=170 (22% of max value = 765). Red value is 86 (33.98% from 255 or 50.59% from 170); Green value is 17 (7.03% from 255 or 10% from 170); Blue value is 67 (26.56% from 255 or 39.41% from 170); Max value from RGB is 86 - color contains mainly: red. Hex color #561143 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #561143 is #A9EEBC. Grayscale: #2B2B2B. Windows color (decimal): -11136701 or 4395350. OLE color: 4395350.
HSL color Cylindrical-coordinate representation of color #561143: hue angle of 316.52º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #561143 is Cyan = 0, Magento = 0.80, Yellow = 0.22 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 17 | 67 | - |
| CMYK | 0 | 0.80 | 0.22 | 0.66 |
| HSL | 316.52º | 0.67% | 0.2% | - |
| HSV(B) | 316.52º | 0.8% | 0.34% | - |
| XYZ | 5.05 | 2.78 | 5.58 | - |
| YUV | 43.33 | 141.36 | 158.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 17 | 67 | 0 | 0.80 | 0.22 | 0.66 | 316.52 | 0.67 | 0.2 |
| Hex | 56 | 11 | 43 | 0 | 50 | 16 | 42 | 13D | 43 | 14 |
| Octal | 126 | 21 | 103 | 0 | 120 | 26 | 102 | 475 | 103 | 24 |
| Binary | 1010110 | 10001 | 1000011 | 0 | 1010000 | 10110 | 1000010 | 100111101 | 1000011 | 10100 |
Color Harmonies of #561143
Complementary color
Monochromatic Colors of #561143
Black with #561143
Text Example
Text Example
White with #561143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561143; }
p { color: rgb(86,17,67); }
H1.HeaderClassName
{
color: #561143;
}
.AnyTagClassName
{
color: #561143;
}
</style>
background-color css
<style>
a { background-color: #561143; }
a { background-color: rgb(86,17,67); }
div.DivClassName
{
background-color: #561143;
}
.BgClassName
{
background-color: #561143;
}
</style>
border-color css
<style>
span { border-color: #561143; }
span { border-color: rgb(86,17,67); }
td.TdClassName
{
border-color: #561143;
}
.TagClassName
{
border-color: #561143;
}
</style>