Shades of Tyrian Purple #550047
Tints of Tyrian Purple #550047
RGB
CMYK
RGB Variations
Color information
#550047 (or 0x550047) is known color: Tyrian Purple. HEX triplet: 55, 00 and 47. RGB value is (85,0,71). Sum of RGB (Red+Green+Blue) = 85+0+71=156 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.49% from 156); Green value is 0 (0.39% from 255 or 0% from 156); Blue value is 71 (28.12% from 255 or 45.51% from 156); Max value from RGB is 85 - color contains mainly: red. Hex color #550047 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550047 is #AAFFB8. Grayscale: #212121. Windows color (decimal): -11206585 or 4653141. OLE color: 4653141.
HSL color Cylindrical-coordinate representation of color #550047: hue angle of 309.88º 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 #550047 is Cyan = 0, Magento = 1, Yellow = 0.16 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 0 | 71 | - |
| CMYK | 0 | 1 | 0.16 | 0.67 |
| HSL | 309.88º | 1% | 0.17% | - |
| HSV(B) | 309.88º | 1% | 0.33% | - |
| XYZ | 4.88 | 2.39 | 6.16 | - |
| YUV | 33.51 | 149.16 | 164.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 0 | 71 | 0 | 1 | 0.16 | 0.67 | 309.88 | 1 | 0.17 |
| Hex | 55 | 0 | 47 | 0 | 64 | 10 | 43 | 136 | 64 | 11 |
| Octal | 125 | 0 | 107 | 0 | 144 | 20 | 103 | 466 | 144 | 21 |
| Binary | 1010101 | 0 | 1000111 | 0 | 1100100 | 10000 | 1000011 | 100110110 | 1100100 | 10001 |
Color Harmonies of #550047
Complementary color
Monochromatic Colors of #550047
Black with #550047
Text Example
Text Example
White with #550047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550047; }
p { color: rgb(85,0,71); }
H1.HeaderClassName
{
color: #550047;
}
.AnyTagClassName
{
color: #550047;
}
</style>
background-color css
<style>
a { background-color: #550047; }
a { background-color: rgb(85,0,71); }
div.DivClassName
{
background-color: #550047;
}
.BgClassName
{
background-color: #550047;
}
</style>
border-color css
<style>
span { border-color: #550047; }
span { border-color: rgb(85,0,71); }
td.TdClassName
{
border-color: #550047;
}
.TagClassName
{
border-color: #550047;
}
</style>