Shades of Tyrian Purple #550749
Tints of Tyrian Purple #550749
RGB
CMYK
RGB Variations
Color information
#550749 (or 0x550749) is known color: Tyrian Purple. HEX triplet: 55, 07 and 49. RGB value is (85,7,73). Sum of RGB (Red+Green+Blue) = 85+7+73=165 (21% of max value = 765). Red value is 85 (33.59% from 255 or 51.52% from 165); Green value is 7 (3.12% from 255 or 4.24% from 165); Blue value is 73 (28.91% from 255 or 44.24% from 165); Max value from RGB is 85 - color contains mainly: red. Hex color #550749 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550749 is #AAF8B6. Grayscale: #252525. Windows color (decimal): -11204791 or 4786005. OLE color: 4786005.
HSL color Cylindrical-coordinate representation of color #550749: hue angle of 309.23º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #550749 is Cyan = 0, Magento = 0.92, Yellow = 0.14 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 7 | 73 | - |
| CMYK | 0 | 0.92 | 0.14 | 0.67 |
| HSL | 309.23º | 0.85% | 0.18% | - |
| HSV(B) | 309.23º | 0.92% | 0.33% | - |
| XYZ | 5.02 | 2.56 | 6.53 | - |
| YUV | 37.85 | 147.84 | 161.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 7 | 73 | 0 | 0.92 | 0.14 | 0.67 | 309.23 | 0.85 | 0.18 |
| Hex | 55 | 7 | 49 | 0 | 5C | E | 43 | 135 | 55 | 12 |
| Octal | 125 | 7 | 111 | 0 | 134 | 16 | 103 | 465 | 125 | 22 |
| Binary | 1010101 | 111 | 1001001 | 0 | 1011100 | 1110 | 1000011 | 100110101 | 1010101 | 10010 |
Color Harmonies of #550749
Complementary color
Monochromatic Colors of #550749
Black with #550749
Text Example
Text Example
White with #550749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550749; }
p { color: rgb(85,7,73); }
H1.HeaderClassName
{
color: #550749;
}
.AnyTagClassName
{
color: #550749;
}
</style>
background-color css
<style>
a { background-color: #550749; }
a { background-color: rgb(85,7,73); }
div.DivClassName
{
background-color: #550749;
}
.BgClassName
{
background-color: #550749;
}
</style>
border-color css
<style>
span { border-color: #550749; }
span { border-color: rgb(85,7,73); }
td.TdClassName
{
border-color: #550749;
}
.TagClassName
{
border-color: #550749;
}
</style>