Shades of Tyrian Purple #561444
Tints of Tyrian Purple #561444
RGB
CMYK
RGB Variations
Color information
#561444 (or 0x561444) is known color: Tyrian Purple. HEX triplet: 56, 14 and 44. RGB value is (86,20,68). Sum of RGB (Red+Green+Blue) = 86+20+68=174 (23% of max value = 765). Red value is 86 (33.98% from 255 or 49.43% from 174); Green value is 20 (8.20% from 255 or 11.49% from 174); Blue value is 68 (26.95% from 255 or 39.08% from 174); Max value from RGB is 86 - color contains mainly: red. Hex color #561444 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #561444 is #A9EBBB. Grayscale: #2D2D2D. Windows color (decimal): -11135932 or 4461654. OLE color: 4461654.
HSL color Cylindrical-coordinate representation of color #561444: hue angle of 316.36º 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 #561444 is Cyan = 0, Magento = 0.77, Yellow = 0.21 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 20 | 68 | - |
| CMYK | 0 | 0.77 | 0.21 | 0.66 |
| HSL | 316.36º | 0.62% | 0.21% | - |
| HSV(B) | 316.36º | 0.77% | 0.34% | - |
| XYZ | 5.13 | 2.9 | 5.76 | - |
| YUV | 45.21 | 140.87 | 157.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 20 | 68 | 0 | 0.77 | 0.21 | 0.66 | 316.36 | 0.62 | 0.21 |
| Hex | 56 | 14 | 44 | 0 | 4D | 15 | 42 | 13C | 3E | 15 |
| Octal | 126 | 24 | 104 | 0 | 115 | 25 | 102 | 474 | 76 | 25 |
| Binary | 1010110 | 10100 | 1000100 | 0 | 1001101 | 10101 | 1000010 | 100111100 | 111110 | 10101 |
Color Harmonies of #561444
Complementary color
Monochromatic Colors of #561444
Black with #561444
Text Example
Text Example
White with #561444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561444; }
p { color: rgb(86,20,68); }
H1.HeaderClassName
{
color: #561444;
}
.AnyTagClassName
{
color: #561444;
}
</style>
background-color css
<style>
a { background-color: #561444; }
a { background-color: rgb(86,20,68); }
div.DivClassName
{
background-color: #561444;
}
.BgClassName
{
background-color: #561444;
}
</style>
border-color css
<style>
span { border-color: #561444; }
span { border-color: rgb(86,20,68); }
td.TdClassName
{
border-color: #561444;
}
.TagClassName
{
border-color: #561444;
}
</style>