Shades of Tyrian Purple #550549
Tints of Tyrian Purple #550549
RGB
CMYK
RGB Variations
Color information
#550549 (or 0x550549) is known color: Tyrian Purple. HEX triplet: 55, 05 and 49. RGB value is (85,5,73). Sum of RGB (Red+Green+Blue) = 85+5+73=163 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.15% from 163); Green value is 5 (2.34% from 255 or 3.07% from 163); Blue value is 73 (28.91% from 255 or 44.79% from 163); Max value from RGB is 85 - color contains mainly: red. Hex color #550549 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550549 is #AAFAB6. Grayscale: #242424. Windows color (decimal): -11205303 or 4785493. OLE color: 4785493.
HSL color Cylindrical-coordinate representation of color #550549: hue angle of 309º 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 #550549 is Cyan = 0, Magento = 0.94, Yellow = 0.14 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 5 | 73 | - |
| CMYK | 0 | 0.94 | 0.14 | 0.67 |
| HSL | 309º | 0.89% | 0.18% | - |
| HSV(B) | 309º | 0.94% | 0.33% | - |
| XYZ | 5 | 2.52 | 6.53 | - |
| YUV | 36.67 | 148.5 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 5 | 73 | 0 | 0.94 | 0.14 | 0.67 | 309 | 0.89 | 0.18 |
| Hex | 55 | 5 | 49 | 0 | 5E | E | 43 | 135 | 59 | 12 |
| Octal | 125 | 5 | 111 | 0 | 136 | 16 | 103 | 465 | 131 | 22 |
| Binary | 1010101 | 101 | 1001001 | 0 | 1011110 | 1110 | 1000011 | 100110101 | 1011001 | 10010 |
Color Harmonies of #550549
Complementary color
Monochromatic Colors of #550549
Black with #550549
Text Example
Text Example
White with #550549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550549; }
p { color: rgb(85,5,73); }
H1.HeaderClassName
{
color: #550549;
}
.AnyTagClassName
{
color: #550549;
}
</style>
background-color css
<style>
a { background-color: #550549; }
a { background-color: rgb(85,5,73); }
div.DivClassName
{
background-color: #550549;
}
.BgClassName
{
background-color: #550549;
}
</style>
border-color css
<style>
span { border-color: #550549; }
span { border-color: rgb(85,5,73); }
td.TdClassName
{
border-color: #550549;
}
.TagClassName
{
border-color: #550549;
}
</style>