Shades of Tyrian Purple #55054D
Tints of Tyrian Purple #55054D
RGB
CMYK
RGB Variations
Color information
#55054D (or 0x55054D) is known color: Tyrian Purple. HEX triplet: 55, 05 and 4D. RGB value is (85,5,77). Sum of RGB (Red+Green+Blue) = 85+5+77=167 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.90% from 167); Green value is 5 (2.34% from 255 or 2.99% from 167); Blue value is 77 (30.47% from 255 or 46.11% from 167); Max value from RGB is 85 - color contains mainly: red. Hex color #55054D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55054D is #AAFAB2. Grayscale: #242424. Windows color (decimal): -11205299 or 5047637. OLE color: 5047637.
HSL color Cylindrical-coordinate representation of color #55054D: hue angle of 306º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #55054D is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 5 | 77 | - |
| CMYK | 0 | 0.94 | 0.09 | 0.67 |
| HSL | 306º | 0.89% | 0.18% | - |
| HSV(B) | 306º | 0.94% | 0.33% | - |
| XYZ | 5.14 | 2.58 | 7.25 | - |
| YUV | 37.13 | 150.5 | 162.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 5 | 77 | 0 | 0.94 | 0.09 | 0.67 | 306 | 0.89 | 0.18 |
| Hex | 55 | 5 | 4D | 0 | 5E | 9 | 43 | 132 | 59 | 12 |
| Octal | 125 | 5 | 115 | 0 | 136 | 11 | 103 | 462 | 131 | 22 |
| Binary | 1010101 | 101 | 1001101 | 0 | 1011110 | 1001 | 1000011 | 100110010 | 1011001 | 10010 |
Color Harmonies of #55054D
Complementary color
Monochromatic Colors of #55054D
Black with #55054D
Text Example
Text Example
White with #55054D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55054D; }
p { color: rgb(85,5,77); }
H1.HeaderClassName
{
color: #55054D;
}
.AnyTagClassName
{
color: #55054D;
}
</style>
background-color css
<style>
a { background-color: #55054D; }
a { background-color: rgb(85,5,77); }
div.DivClassName
{
background-color: #55054D;
}
.BgClassName
{
background-color: #55054D;
}
</style>
border-color css
<style>
span { border-color: #55054D; }
span { border-color: rgb(85,5,77); }
td.TdClassName
{
border-color: #55054D;
}
.TagClassName
{
border-color: #55054D;
}
</style>