Shades of Tyrian Purple #550949
Tints of Tyrian Purple #550949
RGB
CMYK
RGB Variations
Color information
#550949 (or 0x550949) is known color: Tyrian Purple. HEX triplet: 55, 09 and 49. RGB value is (85,9,73). Sum of RGB (Red+Green+Blue) = 85+9+73=167 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.90% from 167); Green value is 9 (3.91% from 255 or 5.39% from 167); Blue value is 73 (28.91% from 255 or 43.71% from 167); Max value from RGB is 85 - color contains mainly: red. Hex color #550949 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550949 is #AAF6B6. Grayscale: #262626. Windows color (decimal): -11204279 or 4786517. OLE color: 4786517.
HSL color Cylindrical-coordinate representation of color #550949: hue angle of 309.47º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #550949 is Cyan = 0, Magento = 0.89, Yellow = 0.14 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 9 | 73 | - |
| CMYK | 0 | 0.89 | 0.14 | 0.67 |
| HSL | 309.47º | 0.81% | 0.18% | - |
| HSV(B) | 309.47º | 0.89% | 0.33% | - |
| XYZ | 5.05 | 2.61 | 6.54 | - |
| YUV | 39.02 | 147.18 | 160.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 9 | 73 | 0 | 0.89 | 0.14 | 0.67 | 309.47 | 0.81 | 0.18 |
| Hex | 55 | 9 | 49 | 0 | 59 | E | 43 | 135 | 51 | 12 |
| Octal | 125 | 11 | 111 | 0 | 131 | 16 | 103 | 465 | 121 | 22 |
| Binary | 1010101 | 1001 | 1001001 | 0 | 1011001 | 1110 | 1000011 | 100110101 | 1010001 | 10010 |
Color Harmonies of #550949
Complementary color
Monochromatic Colors of #550949
Black with #550949
Text Example
Text Example
White with #550949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550949; }
p { color: rgb(85,9,73); }
H1.HeaderClassName
{
color: #550949;
}
.AnyTagClassName
{
color: #550949;
}
</style>
background-color css
<style>
a { background-color: #550949; }
a { background-color: rgb(85,9,73); }
div.DivClassName
{
background-color: #550949;
}
.BgClassName
{
background-color: #550949;
}
</style>
border-color css
<style>
span { border-color: #550949; }
span { border-color: rgb(85,9,73); }
td.TdClassName
{
border-color: #550949;
}
.TagClassName
{
border-color: #550949;
}
</style>