Shades of Tyrian Purple #55004E
Tints of Tyrian Purple #55004E
RGB
CMYK
RGB Variations
Color information
#55004E (or 0x55004E) is known color: Tyrian Purple. HEX triplet: 55, 00 and 4E. RGB value is (85,0,78). Sum of RGB (Red+Green+Blue) = 85+0+78=163 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.15% from 163); Green value is 0 (0.39% from 255 or 0% from 163); Blue value is 78 (30.86% from 255 or 47.85% from 163); Max value from RGB is 85 - color contains mainly: red. Hex color #55004E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55004E is #AAFFB1. Grayscale: #222222. Windows color (decimal): -11206578 or 5111893. OLE color: 5111893.
HSL color Cylindrical-coordinate representation of color #55004E: hue angle of 304.94º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #55004E is Cyan = 0, Magento = 1, Yellow = 0.08 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 0 | 78 | - |
| CMYK | 0 | 1 | 0.08 | 0.67 |
| HSL | 304.94º | 1% | 0.17% | - |
| HSV(B) | 304.94º | 1% | 0.33% | - |
| XYZ | 5.12 | 2.48 | 7.42 | - |
| YUV | 34.31 | 152.66 | 164.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 0 | 78 | 0 | 1 | 0.08 | 0.67 | 304.94 | 1 | 0.17 |
| Hex | 55 | 0 | 4E | 0 | 64 | 8 | 43 | 131 | 64 | 11 |
| Octal | 125 | 0 | 116 | 0 | 144 | 10 | 103 | 461 | 144 | 21 |
| Binary | 1010101 | 0 | 1001110 | 0 | 1100100 | 1000 | 1000011 | 100110001 | 1100100 | 10001 |
Color Harmonies of #55004E
Complementary color
Monochromatic Colors of #55004E
Black with #55004E
Text Example
Text Example
White with #55004E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55004E; }
p { color: rgb(85,0,78); }
H1.HeaderClassName
{
color: #55004E;
}
.AnyTagClassName
{
color: #55004E;
}
</style>
background-color css
<style>
a { background-color: #55004E; }
a { background-color: rgb(85,0,78); }
div.DivClassName
{
background-color: #55004E;
}
.BgClassName
{
background-color: #55004E;
}
</style>
border-color css
<style>
span { border-color: #55004E; }
span { border-color: rgb(85,0,78); }
td.TdClassName
{
border-color: #55004E;
}
.TagClassName
{
border-color: #55004E;
}
</style>