Shades of Tyrian Purple #57054D
Tints of Tyrian Purple #57054D
RGB
CMYK
RGB Variations
Color information
#57054D (or 0x57054D) is known color: Tyrian Purple. HEX triplet: 57, 05 and 4D. RGB value is (87,5,77). Sum of RGB (Red+Green+Blue) = 87+5+77=169 (22% of max value = 765). Red value is 87 (34.38% from 255 or 51.48% from 169); Green value is 5 (2.34% from 255 or 2.96% from 169); Blue value is 77 (30.47% from 255 or 45.56% from 169); Max value from RGB is 87 - color contains mainly: red. Hex color #57054D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57054D is #A8FAB2. Grayscale: #252525. Windows color (decimal): -11074227 or 5047639. OLE color: 5047639.
HSL color Cylindrical-coordinate representation of color #57054D: hue angle of 307.32º 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 #57054D is Cyan = 0, Magento = 0.94, Yellow = 0.11 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 5 | 77 | - |
| CMYK | 0 | 0.94 | 0.11 | 0.66 |
| HSL | 307.32º | 0.89% | 0.18% | - |
| HSV(B) | 307.32º | 0.94% | 0.34% | - |
| XYZ | 5.32 | 2.67 | 7.26 | - |
| YUV | 37.73 | 150.17 | 163.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 5 | 77 | 0 | 0.94 | 0.11 | 0.66 | 307.32 | 0.89 | 0.18 |
| Hex | 57 | 5 | 4D | 0 | 5E | B | 42 | 133 | 59 | 12 |
| Octal | 127 | 5 | 115 | 0 | 136 | 13 | 102 | 463 | 131 | 22 |
| Binary | 1010111 | 101 | 1001101 | 0 | 1011110 | 1011 | 1000010 | 100110011 | 1011001 | 10010 |
Color Harmonies of #57054D
Complementary color
Monochromatic Colors of #57054D
Black with #57054D
Text Example
Text Example
White with #57054D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57054D; }
p { color: rgb(87,5,77); }
H1.HeaderClassName
{
color: #57054D;
}
.AnyTagClassName
{
color: #57054D;
}
</style>
background-color css
<style>
a { background-color: #57054D; }
a { background-color: rgb(87,5,77); }
div.DivClassName
{
background-color: #57054D;
}
.BgClassName
{
background-color: #57054D;
}
</style>
border-color css
<style>
span { border-color: #57054D; }
span { border-color: rgb(87,5,77); }
td.TdClassName
{
border-color: #57054D;
}
.TagClassName
{
border-color: #57054D;
}
</style>