Shades of Tyrian Purple #57113C
Tints of Tyrian Purple #57113C
RGB
CMYK
RGB Variations
Color information
#57113C (or 0x57113C) is known color: Tyrian Purple. HEX triplet: 57, 11 and 3C. RGB value is (87,17,60). Sum of RGB (Red+Green+Blue) = 87+17+60=164 (21% of max value = 765). Red value is 87 (34.38% from 255 or 53.05% from 164); Green value is 17 (7.03% from 255 or 10.37% from 164); Blue value is 60 (23.83% from 255 or 36.59% from 164); Max value from RGB is 87 - color contains mainly: red. Hex color #57113C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57113C is #A8EEC3. Grayscale: #2A2A2A. Windows color (decimal): -11071172 or 3936599. OLE color: 3936599.
HSL color Cylindrical-coordinate representation of color #57113C: hue angle of 323.14º 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 #57113C is Cyan = 0, Magento = 0.80, Yellow = 0.31 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 17 | 60 | - |
| CMYK | 0 | 0.80 | 0.31 | 0.66 |
| HSL | 323.14º | 0.67% | 0.2% | - |
| HSV(B) | 323.14º | 0.8% | 0.34% | - |
| XYZ | 4.95 | 2.75 | 4.55 | - |
| YUV | 42.83 | 137.69 | 159.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 17 | 60 | 0 | 0.80 | 0.31 | 0.66 | 323.14 | 0.67 | 0.2 |
| Hex | 57 | 11 | 3C | 0 | 50 | 1F | 42 | 143 | 43 | 14 |
| Octal | 127 | 21 | 74 | 0 | 120 | 37 | 102 | 503 | 103 | 24 |
| Binary | 1010111 | 10001 | 111100 | 0 | 1010000 | 11111 | 1000010 | 101000011 | 1000011 | 10100 |
Color Harmonies of #57113C
Complementary color
Monochromatic Colors of #57113C
Black with #57113C
Text Example
Text Example
White with #57113C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57113C; }
p { color: rgb(87,17,60); }
H1.HeaderClassName
{
color: #57113C;
}
.AnyTagClassName
{
color: #57113C;
}
</style>
background-color css
<style>
a { background-color: #57113C; }
a { background-color: rgb(87,17,60); }
div.DivClassName
{
background-color: #57113C;
}
.BgClassName
{
background-color: #57113C;
}
</style>
border-color css
<style>
span { border-color: #57113C; }
span { border-color: rgb(87,17,60); }
td.TdClassName
{
border-color: #57113C;
}
.TagClassName
{
border-color: #57113C;
}
</style>