Shades of Tyrian Purple #561543
Tints of Tyrian Purple #561543
RGB
CMYK
RGB Variations
Color information
#561543 (or 0x561543) is known color: Tyrian Purple. HEX triplet: 56, 15 and 43. RGB value is (86,21,67). Sum of RGB (Red+Green+Blue) = 86+21+67=174 (23% of max value = 765). Red value is 86 (33.98% from 255 or 49.43% from 174); Green value is 21 (8.59% from 255 or 12.07% from 174); Blue value is 67 (26.56% from 255 or 38.51% from 174); Max value from RGB is 86 - color contains mainly: red. Hex color #561543 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #561543 is #A9EABC. Grayscale: #2D2D2D. Windows color (decimal): -11135677 or 4396374. OLE color: 4396374.
HSL color Cylindrical-coordinate representation of color #561543: hue angle of 317.54º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #561543 is Cyan = 0, Magento = 0.76, Yellow = 0.22 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 21 | 67 | - |
| CMYK | 0 | 0.76 | 0.22 | 0.66 |
| HSL | 317.54º | 0.61% | 0.21% | - |
| HSV(B) | 317.54º | 0.76% | 0.34% | - |
| XYZ | 5.12 | 2.92 | 5.6 | - |
| YUV | 45.68 | 140.03 | 156.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 21 | 67 | 0 | 0.76 | 0.22 | 0.66 | 317.54 | 0.61 | 0.21 |
| Hex | 56 | 15 | 43 | 0 | 4C | 16 | 42 | 13E | 3D | 15 |
| Octal | 126 | 25 | 103 | 0 | 114 | 26 | 102 | 476 | 75 | 25 |
| Binary | 1010110 | 10101 | 1000011 | 0 | 1001100 | 10110 | 1000010 | 100111110 | 111101 | 10101 |
Color Harmonies of #561543
Complementary color
Monochromatic Colors of #561543
Black with #561543
Text Example
Text Example
White with #561543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561543; }
p { color: rgb(86,21,67); }
H1.HeaderClassName
{
color: #561543;
}
.AnyTagClassName
{
color: #561543;
}
</style>
background-color css
<style>
a { background-color: #561543; }
a { background-color: rgb(86,21,67); }
div.DivClassName
{
background-color: #561543;
}
.BgClassName
{
background-color: #561543;
}
</style>
border-color css
<style>
span { border-color: #561543; }
span { border-color: rgb(86,21,67); }
td.TdClassName
{
border-color: #561543;
}
.TagClassName
{
border-color: #561543;
}
</style>