Shades of Tyrian Purple #550249
Tints of Tyrian Purple #550249
RGB
CMYK
RGB Variations
Color information
#550249 (or 0x550249) is known color: Tyrian Purple. HEX triplet: 55, 02 and 49. RGB value is (85,2,73). Sum of RGB (Red+Green+Blue) = 85+2+73=160 (21% of max value = 765). Red value is 85 (33.59% from 255 or 53.12% from 160); Green value is 2 (1.17% from 255 or 1.25% from 160); Blue value is 73 (28.91% from 255 or 45.62% from 160); Max value from RGB is 85 - color contains mainly: red. Hex color #550249 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550249 is #AAFDB6. Grayscale: #222222. Windows color (decimal): -11206071 or 4784725. OLE color: 4784725.
HSL color Cylindrical-coordinate representation of color #550249: hue angle of 308.67º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #550249 is Cyan = 0, Magento = 0.98, Yellow = 0.14 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 2 | 73 | - |
| CMYK | 0 | 0.98 | 0.14 | 0.67 |
| HSL | 308.67º | 0.95% | 0.17% | - |
| HSV(B) | 308.67º | 0.98% | 0.33% | - |
| XYZ | 4.97 | 2.46 | 6.52 | - |
| YUV | 34.91 | 149.5 | 163.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 2 | 73 | 0 | 0.98 | 0.14 | 0.67 | 308.67 | 0.95 | 0.17 |
| Hex | 55 | 2 | 49 | 0 | 62 | E | 43 | 135 | 5F | 11 |
| Octal | 125 | 2 | 111 | 0 | 142 | 16 | 103 | 465 | 137 | 21 |
| Binary | 1010101 | 10 | 1001001 | 0 | 1100010 | 1110 | 1000011 | 100110101 | 1011111 | 10001 |
Color Harmonies of #550249
Complementary color
Monochromatic Colors of #550249
Black with #550249
Text Example
Text Example
White with #550249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550249; }
p { color: rgb(85,2,73); }
H1.HeaderClassName
{
color: #550249;
}
.AnyTagClassName
{
color: #550249;
}
</style>
background-color css
<style>
a { background-color: #550249; }
a { background-color: rgb(85,2,73); }
div.DivClassName
{
background-color: #550249;
}
.BgClassName
{
background-color: #550249;
}
</style>
border-color css
<style>
span { border-color: #550249; }
span { border-color: rgb(85,2,73); }
td.TdClassName
{
border-color: #550249;
}
.TagClassName
{
border-color: #550249;
}
</style>