Shades of Tyrian Purple #57014C
Tints of Tyrian Purple #57014C
RGB
CMYK
RGB Variations
Color information
#57014C (or 0x57014C) is known color: Tyrian Purple. HEX triplet: 57, 01 and 4C. RGB value is (87,1,76). Sum of RGB (Red+Green+Blue) = 87+1+76=164 (21% of max value = 765). Red value is 87 (34.38% from 255 or 53.05% from 164); Green value is 1 (0.78% from 255 or 0.61% from 164); Blue value is 76 (30.08% from 255 or 46.34% from 164); Max value from RGB is 87 - color contains mainly: red. Hex color #57014C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57014C is #A8FEB3. Grayscale: #232323. Windows color (decimal): -11075252 or 4981079. OLE color: 4981079.
HSL color Cylindrical-coordinate representation of color #57014C: hue angle of 307.67º 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 #57014C is Cyan = 0, Magento = 0.99, Yellow = 0.13 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 1 | 76 | - |
| CMYK | 0 | 0.99 | 0.13 | 0.66 |
| HSL | 307.67º | 0.98% | 0.17% | - |
| HSV(B) | 307.67º | 0.99% | 0.34% | - |
| XYZ | 5.25 | 2.57 | 7.06 | - |
| YUV | 35.26 | 150.99 | 164.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 1 | 76 | 0 | 0.99 | 0.13 | 0.66 | 307.67 | 0.98 | 0.17 |
| Hex | 57 | 1 | 4C | 0 | 63 | D | 42 | 134 | 62 | 11 |
| Octal | 127 | 1 | 114 | 0 | 143 | 15 | 102 | 464 | 142 | 21 |
| Binary | 1010111 | 1 | 1001100 | 0 | 1100011 | 1101 | 1000010 | 100110100 | 1100010 | 10001 |
Color Harmonies of #57014C
Complementary color
Monochromatic Colors of #57014C
Black with #57014C
Text Example
Text Example
White with #57014C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57014C; }
p { color: rgb(87,1,76); }
H1.HeaderClassName
{
color: #57014C;
}
.AnyTagClassName
{
color: #57014C;
}
</style>
background-color css
<style>
a { background-color: #57014C; }
a { background-color: rgb(87,1,76); }
div.DivClassName
{
background-color: #57014C;
}
.BgClassName
{
background-color: #57014C;
}
</style>
border-color css
<style>
span { border-color: #57014C; }
span { border-color: rgb(87,1,76); }
td.TdClassName
{
border-color: #57014C;
}
.TagClassName
{
border-color: #57014C;
}
</style>