Shades of Tyrian Purple #550E49
Tints of Tyrian Purple #550E49
RGB
CMYK
RGB Variations
Color information
#550E49 (or 0x550E49) is known color: Tyrian Purple. HEX triplet: 55, 0E and 49. RGB value is (85,14,73). Sum of RGB (Red+Green+Blue) = 85+14+73=172 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.42% from 172); Green value is 14 (5.86% from 255 or 8.14% from 172); Blue value is 73 (28.91% from 255 or 42.44% from 172); Max value from RGB is 85 - color contains mainly: red. Hex color #550E49 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550E49 is #AAF1B6. Grayscale: #292929. Windows color (decimal): -11202999 or 4787797. OLE color: 4787797.
HSL color Cylindrical-coordinate representation of color #550E49: hue angle of 310.14º degrees, saturation: 0.72, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #550E49 is Cyan = 0, Magento = 0.84, Yellow = 0.14 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 14 | 73 | - |
| CMYK | 0 | 0.84 | 0.14 | 0.67 |
| HSL | 310.14º | 0.72% | 0.19% | - |
| HSV(B) | 310.14º | 0.84% | 0.33% | - |
| XYZ | 5.11 | 2.73 | 6.56 | - |
| YUV | 41.96 | 145.52 | 158.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 14 | 73 | 0 | 0.84 | 0.14 | 0.67 | 310.14 | 0.72 | 0.19 |
| Hex | 55 | E | 49 | 0 | 54 | E | 43 | 136 | 48 | 13 |
| Octal | 125 | 16 | 111 | 0 | 124 | 16 | 103 | 466 | 110 | 23 |
| Binary | 1010101 | 1110 | 1001001 | 0 | 1010100 | 1110 | 1000011 | 100110110 | 1001000 | 10011 |
Color Harmonies of #550E49
Complementary color
Monochromatic Colors of #550E49
Black with #550E49
Text Example
Text Example
White with #550E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550E49; }
p { color: rgb(85,14,73); }
H1.HeaderClassName
{
color: #550E49;
}
.AnyTagClassName
{
color: #550E49;
}
</style>
background-color css
<style>
a { background-color: #550E49; }
a { background-color: rgb(85,14,73); }
div.DivClassName
{
background-color: #550E49;
}
.BgClassName
{
background-color: #550E49;
}
</style>
border-color css
<style>
span { border-color: #550E49; }
span { border-color: rgb(85,14,73); }
td.TdClassName
{
border-color: #550E49;
}
.TagClassName
{
border-color: #550E49;
}
</style>