Shades of Tyrian Purple #57013C
Tints of Tyrian Purple #57013C
RGB
CMYK
RGB Variations
Color information
#57013C (or 0x57013C) is known color: Tyrian Purple. HEX triplet: 57, 01 and 3C. RGB value is (87,1,60). Sum of RGB (Red+Green+Blue) = 87+1+60=148 (19% of max value = 765). Red value is 87 (34.38% from 255 or 58.78% from 148); Green value is 1 (0.78% from 255 or 0.68% from 148); Blue value is 60 (23.83% from 255 or 40.54% from 148); Max value from RGB is 87 - color contains mainly: red. Hex color #57013C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57013C is #A8FEC3. Grayscale: #212121. Windows color (decimal): -11075268 or 3932503. OLE color: 3932503.
HSL color Cylindrical-coordinate representation of color #57013C: hue angle of 318.84º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #57013C is Cyan = 0, Magento = 0.99, Yellow = 0.31 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 1 | 60 | - |
| CMYK | 0 | 0.99 | 0.31 | 0.66 |
| HSL | 318.84º | 0.98% | 0.17% | - |
| HSV(B) | 318.84º | 0.99% | 0.34% | - |
| XYZ | 4.76 | 2.37 | 4.48 | - |
| YUV | 33.44 | 142.99 | 166.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 1 | 60 | 0 | 0.99 | 0.31 | 0.66 | 318.84 | 0.98 | 0.17 |
| Hex | 57 | 1 | 3C | 0 | 63 | 1F | 42 | 13F | 62 | 11 |
| Octal | 127 | 1 | 74 | 0 | 143 | 37 | 102 | 477 | 142 | 21 |
| Binary | 1010111 | 1 | 111100 | 0 | 1100011 | 11111 | 1000010 | 100111111 | 1100010 | 10001 |
Color Harmonies of #57013C
Complementary color
Monochromatic Colors of #57013C
Black with #57013C
Text Example
Text Example
White with #57013C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57013C; }
p { color: rgb(87,1,60); }
H1.HeaderClassName
{
color: #57013C;
}
.AnyTagClassName
{
color: #57013C;
}
</style>
background-color css
<style>
a { background-color: #57013C; }
a { background-color: rgb(87,1,60); }
div.DivClassName
{
background-color: #57013C;
}
.BgClassName
{
background-color: #57013C;
}
</style>
border-color css
<style>
span { border-color: #57013C; }
span { border-color: rgb(87,1,60); }
td.TdClassName
{
border-color: #57013C;
}
.TagClassName
{
border-color: #57013C;
}
</style>