Shades of Tyrian Purple #57114C
Tints of Tyrian Purple #57114C
RGB
CMYK
RGB Variations
Color information
#57114C (or 0x57114C) is known color: Tyrian Purple. HEX triplet: 57, 11 and 4C. RGB value is (87,17,76). Sum of RGB (Red+Green+Blue) = 87+17+76=180 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.33% from 180); Green value is 17 (7.03% from 255 or 9.44% from 180); Blue value is 76 (30.08% from 255 or 42.22% from 180); Max value from RGB is 87 - color contains mainly: red. Hex color #57114C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57114C is #A8EEB3. Grayscale: #2C2C2C. Windows color (decimal): -11071156 or 4985175. OLE color: 4985175.
HSL color Cylindrical-coordinate representation of color #57114C: hue angle of 309.43º 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 #57114C is Cyan = 0, Magento = 0.80, Yellow = 0.13 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 17 | 76 | - |
| CMYK | 0 | 0.80 | 0.13 | 0.66 |
| HSL | 309.43º | 0.67% | 0.2% | - |
| HSV(B) | 309.43º | 0.8% | 0.34% | - |
| XYZ | 5.44 | 2.95 | 7.12 | - |
| YUV | 44.66 | 145.69 | 158.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 17 | 76 | 0 | 0.80 | 0.13 | 0.66 | 309.43 | 0.67 | 0.2 |
| Hex | 57 | 11 | 4C | 0 | 50 | D | 42 | 135 | 43 | 14 |
| Octal | 127 | 21 | 114 | 0 | 120 | 15 | 102 | 465 | 103 | 24 |
| Binary | 1010111 | 10001 | 1001100 | 0 | 1010000 | 1101 | 1000010 | 100110101 | 1000011 | 10100 |
Color Harmonies of #57114C
Complementary color
Monochromatic Colors of #57114C
Black with #57114C
Text Example
Text Example
White with #57114C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57114C; }
p { color: rgb(87,17,76); }
H1.HeaderClassName
{
color: #57114C;
}
.AnyTagClassName
{
color: #57114C;
}
</style>
background-color css
<style>
a { background-color: #57114C; }
a { background-color: rgb(87,17,76); }
div.DivClassName
{
background-color: #57114C;
}
.BgClassName
{
background-color: #57114C;
}
</style>
border-color css
<style>
span { border-color: #57114C; }
span { border-color: rgb(87,17,76); }
td.TdClassName
{
border-color: #57114C;
}
.TagClassName
{
border-color: #57114C;
}
</style>