Shades of Tyrian Purple #57113D
Tints of Tyrian Purple #57113D
RGB
CMYK
RGB Variations
Color information
#57113D (or 0x57113D) is known color: Tyrian Purple. HEX triplet: 57, 11 and 3D. RGB value is (87,17,61). Sum of RGB (Red+Green+Blue) = 87+17+61=165 (21% of max value = 765). Red value is 87 (34.38% from 255 or 52.73% from 165); Green value is 17 (7.03% from 255 or 10.30% from 165); Blue value is 61 (24.22% from 255 or 36.97% from 165); Max value from RGB is 87 - color contains mainly: red. Hex color #57113D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57113D is #A8EEC2. Grayscale: #2A2A2A. Windows color (decimal): -11071171 or 4002135. OLE color: 4002135.
HSL color Cylindrical-coordinate representation of color #57113D: hue angle of 322.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 #57113D is Cyan = 0, Magento = 0.80, Yellow = 0.30 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 17 | 61 | - |
| CMYK | 0 | 0.80 | 0.30 | 0.66 |
| HSL | 322.29º | 0.67% | 0.2% | - |
| HSV(B) | 322.29º | 0.8% | 0.34% | - |
| XYZ | 4.97 | 2.76 | 4.69 | - |
| YUV | 42.95 | 138.19 | 159.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 17 | 61 | 0 | 0.80 | 0.30 | 0.66 | 322.29 | 0.67 | 0.2 |
| Hex | 57 | 11 | 3D | 0 | 50 | 1E | 42 | 142 | 43 | 14 |
| Octal | 127 | 21 | 75 | 0 | 120 | 36 | 102 | 502 | 103 | 24 |
| Binary | 1010111 | 10001 | 111101 | 0 | 1010000 | 11110 | 1000010 | 101000010 | 1000011 | 10100 |
Color Harmonies of #57113D
Complementary color
Monochromatic Colors of #57113D
Black with #57113D
Text Example
Text Example
White with #57113D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57113D; }
p { color: rgb(87,17,61); }
H1.HeaderClassName
{
color: #57113D;
}
.AnyTagClassName
{
color: #57113D;
}
</style>
background-color css
<style>
a { background-color: #57113D; }
a { background-color: rgb(87,17,61); }
div.DivClassName
{
background-color: #57113D;
}
.BgClassName
{
background-color: #57113D;
}
</style>
border-color css
<style>
span { border-color: #57113D; }
span { border-color: rgb(87,17,61); }
td.TdClassName
{
border-color: #57113D;
}
.TagClassName
{
border-color: #57113D;
}
</style>