Shades of Tyrian Purple #57053C
Tints of Tyrian Purple #57053C
RGB
CMYK
RGB Variations
Color information
#57053C (or 0x57053C) is known color: Tyrian Purple. HEX triplet: 57, 05 and 3C. RGB value is (87,5,60). Sum of RGB (Red+Green+Blue) = 87+5+60=152 (20% of max value = 765). Red value is 87 (34.38% from 255 or 57.24% from 152); Green value is 5 (2.34% from 255 or 3.29% from 152); Blue value is 60 (23.83% from 255 or 39.47% from 152); Max value from RGB is 87 - color contains mainly: red. Hex color #57053C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57053C is #A8FAC3. Grayscale: #232323. Windows color (decimal): -11074244 or 3933527. OLE color: 3933527.
HSL color Cylindrical-coordinate representation of color #57053C: hue angle of 319.76º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #57053C is Cyan = 0, Magento = 0.94, Yellow = 0.31 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 5 | 60 | - |
| CMYK | 0 | 0.94 | 0.31 | 0.66 |
| HSL | 319.76º | 0.89% | 0.18% | - |
| HSV(B) | 319.76º | 0.94% | 0.34% | - |
| XYZ | 4.8 | 2.46 | 4.5 | - |
| YUV | 35.79 | 141.67 | 164.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 5 | 60 | 0 | 0.94 | 0.31 | 0.66 | 319.76 | 0.89 | 0.18 |
| Hex | 57 | 5 | 3C | 0 | 5E | 1F | 42 | 140 | 59 | 12 |
| Octal | 127 | 5 | 74 | 0 | 136 | 37 | 102 | 500 | 131 | 22 |
| Binary | 1010111 | 101 | 111100 | 0 | 1011110 | 11111 | 1000010 | 101000000 | 1011001 | 10010 |
Color Harmonies of #57053C
Complementary color
Monochromatic Colors of #57053C
Black with #57053C
Text Example
Text Example
White with #57053C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57053C; }
p { color: rgb(87,5,60); }
H1.HeaderClassName
{
color: #57053C;
}
.AnyTagClassName
{
color: #57053C;
}
</style>
background-color css
<style>
a { background-color: #57053C; }
a { background-color: rgb(87,5,60); }
div.DivClassName
{
background-color: #57053C;
}
.BgClassName
{
background-color: #57053C;
}
</style>
border-color css
<style>
span { border-color: #57053C; }
span { border-color: rgb(87,5,60); }
td.TdClassName
{
border-color: #57053C;
}
.TagClassName
{
border-color: #57053C;
}
</style>