Shades of Tyrian Purple #55054E
Tints of Tyrian Purple #55054E
RGB
CMYK
RGB Variations
Color information
#55054E (or 0x55054E) is known color: Tyrian Purple. HEX triplet: 55, 05 and 4E. RGB value is (85,5,78). Sum of RGB (Red+Green+Blue) = 85+5+78=168 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.60% from 168); Green value is 5 (2.34% from 255 or 2.98% from 168); Blue value is 78 (30.86% from 255 or 46.43% from 168); Max value from RGB is 85 - color contains mainly: red. Hex color #55054E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55054E is #AAFAB1. Grayscale: #252525. Windows color (decimal): -11205298 or 5113173. OLE color: 5113173.
HSL color Cylindrical-coordinate representation of color #55054E: hue angle of 305.25º 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 #55054E is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 5 | 78 | - |
| CMYK | 0 | 0.94 | 0.08 | 0.67 |
| HSL | 305.25º | 0.89% | 0.18% | - |
| HSV(B) | 305.25º | 0.94% | 0.33% | - |
| XYZ | 5.18 | 2.59 | 7.43 | - |
| YUV | 37.24 | 151 | 162.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 5 | 78 | 0 | 0.94 | 0.08 | 0.67 | 305.25 | 0.89 | 0.18 |
| Hex | 55 | 5 | 4E | 0 | 5E | 8 | 43 | 131 | 59 | 12 |
| Octal | 125 | 5 | 116 | 0 | 136 | 10 | 103 | 461 | 131 | 22 |
| Binary | 1010101 | 101 | 1001110 | 0 | 1011110 | 1000 | 1000011 | 100110001 | 1011001 | 10010 |
Color Harmonies of #55054E
Complementary color
Monochromatic Colors of #55054E
Black with #55054E
Text Example
Text Example
White with #55054E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55054E; }
p { color: rgb(85,5,78); }
H1.HeaderClassName
{
color: #55054E;
}
.AnyTagClassName
{
color: #55054E;
}
</style>
background-color css
<style>
a { background-color: #55054E; }
a { background-color: rgb(85,5,78); }
div.DivClassName
{
background-color: #55054E;
}
.BgClassName
{
background-color: #55054E;
}
</style>
border-color css
<style>
span { border-color: #55054E; }
span { border-color: rgb(85,5,78); }
td.TdClassName
{
border-color: #55054E;
}
.TagClassName
{
border-color: #55054E;
}
</style>