Shades of Tyrian Purple #57014E
Tints of Tyrian Purple #57014E
RGB
CMYK
RGB Variations
Color information
#57014E (or 0x57014E) is known color: Tyrian Purple. HEX triplet: 57, 01 and 4E. RGB value is (87,1,78). Sum of RGB (Red+Green+Blue) = 87+1+78=166 (21% of max value = 765). Red value is 87 (34.38% from 255 or 52.41% from 166); Green value is 1 (0.78% from 255 or 0.60% from 166); Blue value is 78 (30.86% from 255 or 46.99% from 166); Max value from RGB is 87 - color contains mainly: red. Hex color #57014E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57014E is #A8FEB1. Grayscale: #232323. Windows color (decimal): -11075250 or 5112151. OLE color: 5112151.
HSL color Cylindrical-coordinate representation of color #57014E: hue angle of 306.28º 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 #57014E is Cyan = 0, Magento = 0.99, Yellow = 0.10 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 1 | 78 | - |
| CMYK | 0 | 0.99 | 0.10 | 0.66 |
| HSL | 306.28º | 0.98% | 0.17% | - |
| HSV(B) | 306.28º | 0.99% | 0.34% | - |
| XYZ | 5.32 | 2.6 | 7.43 | - |
| YUV | 35.49 | 151.99 | 164.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 1 | 78 | 0 | 0.99 | 0.10 | 0.66 | 306.28 | 0.98 | 0.17 |
| Hex | 57 | 1 | 4E | 0 | 63 | A | 42 | 132 | 62 | 11 |
| Octal | 127 | 1 | 116 | 0 | 143 | 12 | 102 | 462 | 142 | 21 |
| Binary | 1010111 | 1 | 1001110 | 0 | 1100011 | 1010 | 1000010 | 100110010 | 1100010 | 10001 |
Color Harmonies of #57014E
Complementary color
Monochromatic Colors of #57014E
Black with #57014E
Text Example
Text Example
White with #57014E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57014E; }
p { color: rgb(87,1,78); }
H1.HeaderClassName
{
color: #57014E;
}
.AnyTagClassName
{
color: #57014E;
}
</style>
background-color css
<style>
a { background-color: #57014E; }
a { background-color: rgb(87,1,78); }
div.DivClassName
{
background-color: #57014E;
}
.BgClassName
{
background-color: #57014E;
}
</style>
border-color css
<style>
span { border-color: #57014E; }
span { border-color: rgb(87,1,78); }
td.TdClassName
{
border-color: #57014E;
}
.TagClassName
{
border-color: #57014E;
}
</style>