Shades of Tyrian Purple #551149
Tints of Tyrian Purple #551149
RGB
CMYK
RGB Variations
Color information
#551149 (or 0x551149) is known color: Tyrian Purple. HEX triplet: 55, 11 and 49. RGB value is (85,17,73). Sum of RGB (Red+Green+Blue) = 85+17+73=175 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.57% from 175); Green value is 17 (7.03% from 255 or 9.71% from 175); Blue value is 73 (28.91% from 255 or 41.71% from 175); Max value from RGB is 85 - color contains mainly: red. Hex color #551149 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551149 is #AAEEB6. Grayscale: #2B2B2B. Windows color (decimal): -11202231 or 4788565. OLE color: 4788565.
HSL color Cylindrical-coordinate representation of color #551149: hue angle of 310.59º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #551149 is Cyan = 0, Magento = 0.80, Yellow = 0.14 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 17 | 73 | - |
| CMYK | 0 | 0.80 | 0.14 | 0.67 |
| HSL | 310.59º | 0.67% | 0.2% | - |
| HSV(B) | 310.59º | 0.8% | 0.33% | - |
| XYZ | 5.15 | 2.81 | 6.57 | - |
| YUV | 43.72 | 144.53 | 157.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 17 | 73 | 0 | 0.80 | 0.14 | 0.67 | 310.59 | 0.67 | 0.2 |
| Hex | 55 | 11 | 49 | 0 | 50 | E | 43 | 137 | 43 | 14 |
| Octal | 125 | 21 | 111 | 0 | 120 | 16 | 103 | 467 | 103 | 24 |
| Binary | 1010101 | 10001 | 1001001 | 0 | 1010000 | 1110 | 1000011 | 100110111 | 1000011 | 10100 |
Color Harmonies of #551149
Complementary color
Monochromatic Colors of #551149
Black with #551149
Text Example
Text Example
White with #551149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551149; }
p { color: rgb(85,17,73); }
H1.HeaderClassName
{
color: #551149;
}
.AnyTagClassName
{
color: #551149;
}
</style>
background-color css
<style>
a { background-color: #551149; }
a { background-color: rgb(85,17,73); }
div.DivClassName
{
background-color: #551149;
}
.BgClassName
{
background-color: #551149;
}
</style>
border-color css
<style>
span { border-color: #551149; }
span { border-color: rgb(85,17,73); }
td.TdClassName
{
border-color: #551149;
}
.TagClassName
{
border-color: #551149;
}
</style>