Shades of Tyrian Purple #571143
Tints of Tyrian Purple #571143
RGB
CMYK
RGB Variations
Color information
#571143 (or 0x571143) is known color: Tyrian Purple. HEX triplet: 57, 11 and 43. RGB value is (87,17,67). Sum of RGB (Red+Green+Blue) = 87+17+67=171 (22% of max value = 765). Red value is 87 (34.38% from 255 or 50.88% from 171); Green value is 17 (7.03% from 255 or 9.94% from 171); Blue value is 67 (26.56% from 255 or 39.18% from 171); Max value from RGB is 87 - color contains mainly: red. Hex color #571143 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571143 is #A8EEBC. Grayscale: #2B2B2B. Windows color (decimal): -11071165 or 4395351. OLE color: 4395351.
HSL color Cylindrical-coordinate representation of color #571143: hue angle of 317.14º 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 #571143 is Cyan = 0, Magento = 0.80, Yellow = 0.23 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 17 | 67 | - |
| CMYK | 0 | 0.80 | 0.23 | 0.66 |
| HSL | 317.14º | 0.67% | 0.2% | - |
| HSV(B) | 317.14º | 0.8% | 0.34% | - |
| XYZ | 5.14 | 2.83 | 5.59 | - |
| YUV | 43.63 | 141.19 | 158.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 17 | 67 | 0 | 0.80 | 0.23 | 0.66 | 317.14 | 0.67 | 0.2 |
| Hex | 57 | 11 | 43 | 0 | 50 | 17 | 42 | 13D | 43 | 14 |
| Octal | 127 | 21 | 103 | 0 | 120 | 27 | 102 | 475 | 103 | 24 |
| Binary | 1010111 | 10001 | 1000011 | 0 | 1010000 | 10111 | 1000010 | 100111101 | 1000011 | 10100 |
Color Harmonies of #571143
Complementary color
Monochromatic Colors of #571143
Black with #571143
Text Example
Text Example
White with #571143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #571143; }
p { color: rgb(87,17,67); }
H1.HeaderClassName
{
color: #571143;
}
.AnyTagClassName
{
color: #571143;
}
</style>
background-color css
<style>
a { background-color: #571143; }
a { background-color: rgb(87,17,67); }
div.DivClassName
{
background-color: #571143;
}
.BgClassName
{
background-color: #571143;
}
</style>
border-color css
<style>
span { border-color: #571143; }
span { border-color: rgb(87,17,67); }
td.TdClassName
{
border-color: #571143;
}
.TagClassName
{
border-color: #571143;
}
</style>