Shades of Tyrian Purple #57114B
Tints of Tyrian Purple #57114B
RGB
CMYK
RGB Variations
Color information
#57114B (or 0x57114B) is known color: Tyrian Purple. HEX triplet: 57, 11 and 4B. RGB value is (87,17,75). Sum of RGB (Red+Green+Blue) = 87+17+75=179 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.60% from 179); Green value is 17 (7.03% from 255 or 9.50% from 179); Blue value is 75 (29.69% from 255 or 41.90% from 179); Max value from RGB is 87 - color contains mainly: red. Hex color #57114B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57114B is #A8EEB4. Grayscale: #2C2C2C. Windows color (decimal): -11071157 or 4919639. OLE color: 4919639.
HSL color Cylindrical-coordinate representation of color #57114B: hue angle of 310.29º 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 #57114B is Cyan = 0, Magento = 0.80, Yellow = 0.14 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 17 | 75 | - |
| CMYK | 0 | 0.80 | 0.14 | 0.66 |
| HSL | 310.29º | 0.67% | 0.2% | - |
| HSV(B) | 310.29º | 0.8% | 0.34% | - |
| XYZ | 5.4 | 2.94 | 6.94 | - |
| YUV | 44.54 | 145.19 | 158.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 17 | 75 | 0 | 0.80 | 0.14 | 0.66 | 310.29 | 0.67 | 0.2 |
| Hex | 57 | 11 | 4B | 0 | 50 | E | 42 | 136 | 43 | 14 |
| Octal | 127 | 21 | 113 | 0 | 120 | 16 | 102 | 466 | 103 | 24 |
| Binary | 1010111 | 10001 | 1001011 | 0 | 1010000 | 1110 | 1000010 | 100110110 | 1000011 | 10100 |
Color Harmonies of #57114B
Complementary color
Monochromatic Colors of #57114B
Black with #57114B
Text Example
Text Example
White with #57114B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57114B; }
p { color: rgb(87,17,75); }
H1.HeaderClassName
{
color: #57114B;
}
.AnyTagClassName
{
color: #57114B;
}
</style>
background-color css
<style>
a { background-color: #57114B; }
a { background-color: rgb(87,17,75); }
div.DivClassName
{
background-color: #57114B;
}
.BgClassName
{
background-color: #57114B;
}
</style>
border-color css
<style>
span { border-color: #57114B; }
span { border-color: rgb(87,17,75); }
td.TdClassName
{
border-color: #57114B;
}
.TagClassName
{
border-color: #57114B;
}
</style>