Shades of Tyrian Purple #571444
Tints of Tyrian Purple #571444
RGB
CMYK
RGB Variations
Color information
#571444 (or 0x571444) is known color: Tyrian Purple. HEX triplet: 57, 14 and 44. RGB value is (87,20,68). Sum of RGB (Red+Green+Blue) = 87+20+68=175 (23% of max value = 765). Red value is 87 (34.38% from 255 or 49.71% from 175); Green value is 20 (8.20% from 255 or 11.43% from 175); Blue value is 68 (26.95% from 255 or 38.86% from 175); Max value from RGB is 87 - color contains mainly: red. Hex color #571444 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571444 is #A8EBBB. Grayscale: #2D2D2D. Windows color (decimal): -11070396 or 4461655. OLE color: 4461655.
HSL color Cylindrical-coordinate representation of color #571444: hue angle of 317.01º degrees, saturation: 0.63, 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 #571444 is Cyan = 0, Magento = 0.77, Yellow = 0.22 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 20 | 68 | - |
| CMYK | 0 | 0.77 | 0.22 | 0.66 |
| HSL | 317.01º | 0.63% | 0.21% | - |
| HSV(B) | 317.01º | 0.77% | 0.34% | - |
| XYZ | 5.22 | 2.94 | 5.76 | - |
| YUV | 45.51 | 140.7 | 157.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 20 | 68 | 0 | 0.77 | 0.22 | 0.66 | 317.01 | 0.63 | 0.21 |
| Hex | 57 | 14 | 44 | 0 | 4D | 16 | 42 | 13D | 3F | 15 |
| Octal | 127 | 24 | 104 | 0 | 115 | 26 | 102 | 475 | 77 | 25 |
| Binary | 1010111 | 10100 | 1000100 | 0 | 1001101 | 10110 | 1000010 | 100111101 | 111111 | 10101 |
Color Harmonies of #571444
Complementary color
Monochromatic Colors of #571444
Black with #571444
Text Example
Text Example
White with #571444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #571444; }
p { color: rgb(87,20,68); }
H1.HeaderClassName
{
color: #571444;
}
.AnyTagClassName
{
color: #571444;
}
</style>
background-color css
<style>
a { background-color: #571444; }
a { background-color: rgb(87,20,68); }
div.DivClassName
{
background-color: #571444;
}
.BgClassName
{
background-color: #571444;
}
</style>
border-color css
<style>
span { border-color: #571444; }
span { border-color: rgb(87,20,68); }
td.TdClassName
{
border-color: #571444;
}
.TagClassName
{
border-color: #571444;
}
</style>