Shades of Tyrian Purple #550849
Tints of Tyrian Purple #550849
RGB
CMYK
RGB Variations
Color information
#550849 (or 0x550849) is known color: Tyrian Purple. HEX triplet: 55, 08 and 49. RGB value is (85,8,73). Sum of RGB (Red+Green+Blue) = 85+8+73=166 (21% of max value = 765). Red value is 85 (33.59% from 255 or 51.20% from 166); Green value is 8 (3.52% from 255 or 4.82% from 166); Blue value is 73 (28.91% from 255 or 43.98% from 166); Max value from RGB is 85 - color contains mainly: red. Hex color #550849 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550849 is #AAF7B6. Grayscale: #262626. Windows color (decimal): -11204535 or 4786261. OLE color: 4786261.
HSL color Cylindrical-coordinate representation of color #550849: hue angle of 309.35º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #550849 is Cyan = 0, Magento = 0.91, Yellow = 0.14 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 8 | 73 | - |
| CMYK | 0 | 0.91 | 0.14 | 0.67 |
| HSL | 309.35º | 0.83% | 0.18% | - |
| HSV(B) | 309.35º | 0.91% | 0.33% | - |
| XYZ | 5.04 | 2.59 | 6.54 | - |
| YUV | 38.43 | 147.51 | 161.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 8 | 73 | 0 | 0.91 | 0.14 | 0.67 | 309.35 | 0.83 | 0.18 |
| Hex | 55 | 8 | 49 | 0 | 5B | E | 43 | 135 | 53 | 12 |
| Octal | 125 | 10 | 111 | 0 | 133 | 16 | 103 | 465 | 123 | 22 |
| Binary | 1010101 | 1000 | 1001001 | 0 | 1011011 | 1110 | 1000011 | 100110101 | 1010011 | 10010 |
Color Harmonies of #550849
Complementary color
Monochromatic Colors of #550849
Black with #550849
Text Example
Text Example
White with #550849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550849; }
p { color: rgb(85,8,73); }
H1.HeaderClassName
{
color: #550849;
}
.AnyTagClassName
{
color: #550849;
}
</style>
background-color css
<style>
a { background-color: #550849; }
a { background-color: rgb(85,8,73); }
div.DivClassName
{
background-color: #550849;
}
.BgClassName
{
background-color: #550849;
}
</style>
border-color css
<style>
span { border-color: #550849; }
span { border-color: rgb(85,8,73); }
td.TdClassName
{
border-color: #550849;
}
.TagClassName
{
border-color: #550849;
}
</style>