Shades of Tyrian Purple #57113A
Tints of Tyrian Purple #57113A
RGB
CMYK
RGB Variations
Color information
#57113A (or 0x57113A) is known color: Tyrian Purple. HEX triplet: 57, 11 and 3A. RGB value is (87,17,58). Sum of RGB (Red+Green+Blue) = 87+17+58=162 (21% of max value = 765). Red value is 87 (34.38% from 255 or 53.70% from 162); Green value is 17 (7.03% from 255 or 10.49% from 162); Blue value is 58 (23.05% from 255 or 35.80% from 162); Max value from RGB is 87 - color contains mainly: red. Hex color #57113A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57113A is #A8EEC5. Grayscale: #2A2A2A. Windows color (decimal): -11071174 or 3805527. OLE color: 3805527.
HSL color Cylindrical-coordinate representation of color #57113A: hue angle of 324.86º 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 #57113A is Cyan = 0, Magento = 0.80, Yellow = 0.33 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 17 | 58 | - |
| CMYK | 0 | 0.80 | 0.33 | 0.66 |
| HSL | 324.86º | 0.67% | 0.2% | - |
| HSV(B) | 324.86º | 0.8% | 0.34% | - |
| XYZ | 4.89 | 2.73 | 4.27 | - |
| YUV | 42.6 | 136.69 | 159.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 17 | 58 | 0 | 0.80 | 0.33 | 0.66 | 324.86 | 0.67 | 0.2 |
| Hex | 57 | 11 | 3A | 0 | 50 | 21 | 42 | 145 | 43 | 14 |
| Octal | 127 | 21 | 72 | 0 | 120 | 41 | 102 | 505 | 103 | 24 |
| Binary | 1010111 | 10001 | 111010 | 0 | 1010000 | 100001 | 1000010 | 101000101 | 1000011 | 10100 |
Color Harmonies of #57113A
Complementary color
Monochromatic Colors of #57113A
Black with #57113A
Text Example
Text Example
White with #57113A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57113A; }
p { color: rgb(87,17,58); }
H1.HeaderClassName
{
color: #57113A;
}
.AnyTagClassName
{
color: #57113A;
}
</style>
background-color css
<style>
a { background-color: #57113A; }
a { background-color: rgb(87,17,58); }
div.DivClassName
{
background-color: #57113A;
}
.BgClassName
{
background-color: #57113A;
}
</style>
border-color css
<style>
span { border-color: #57113A; }
span { border-color: rgb(87,17,58); }
td.TdClassName
{
border-color: #57113A;
}
.TagClassName
{
border-color: #57113A;
}
</style>