Shades of Tyrian Purple #57143C
Tints of Tyrian Purple #57143C
RGB
CMYK
RGB Variations
Color information
#57143C (or 0x57143C) is known color: Tyrian Purple. HEX triplet: 57, 14 and 3C. RGB value is (87,20,60). Sum of RGB (Red+Green+Blue) = 87+20+60=167 (22% of max value = 765). Red value is 87 (34.38% from 255 or 52.10% from 167); Green value is 20 (8.20% from 255 or 11.98% from 167); Blue value is 60 (23.83% from 255 or 35.93% from 167); Max value from RGB is 87 - color contains mainly: red. Hex color #57143C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57143C is #A8EBC3. Grayscale: #2C2C2C. Windows color (decimal): -11070404 or 3937367. OLE color: 3937367.
HSL color Cylindrical-coordinate representation of color #57143C: hue angle of 324.18º 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 #57143C is Cyan = 0, Magento = 0.77, Yellow = 0.31 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 20 | 60 | - |
| CMYK | 0 | 0.77 | 0.31 | 0.66 |
| HSL | 324.18º | 0.63% | 0.21% | - |
| HSV(B) | 324.18º | 0.77% | 0.34% | - |
| XYZ | 5 | 2.85 | 4.56 | - |
| YUV | 44.59 | 136.7 | 158.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 20 | 60 | 0 | 0.77 | 0.31 | 0.66 | 324.18 | 0.63 | 0.21 |
| Hex | 57 | 14 | 3C | 0 | 4D | 1F | 42 | 144 | 3F | 15 |
| Octal | 127 | 24 | 74 | 0 | 115 | 37 | 102 | 504 | 77 | 25 |
| Binary | 1010111 | 10100 | 111100 | 0 | 1001101 | 11111 | 1000010 | 101000100 | 111111 | 10101 |
Color Harmonies of #57143C
Complementary color
Monochromatic Colors of #57143C
Black with #57143C
Text Example
Text Example
White with #57143C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57143C; }
p { color: rgb(87,20,60); }
H1.HeaderClassName
{
color: #57143C;
}
.AnyTagClassName
{
color: #57143C;
}
</style>
background-color css
<style>
a { background-color: #57143C; }
a { background-color: rgb(87,20,60); }
div.DivClassName
{
background-color: #57143C;
}
.BgClassName
{
background-color: #57143C;
}
</style>
border-color css
<style>
span { border-color: #57143C; }
span { border-color: rgb(87,20,60); }
td.TdClassName
{
border-color: #57143C;
}
.TagClassName
{
border-color: #57143C;
}
</style>