Shades of Tyrian Purple #550945
Tints of Tyrian Purple #550945
RGB
CMYK
RGB Variations
Color information
#550945 (or 0x550945) is known color: Tyrian Purple. HEX triplet: 55, 09 and 45. RGB value is (85,9,69). Sum of RGB (Red+Green+Blue) = 85+9+69=163 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.15% from 163); Green value is 9 (3.91% from 255 or 5.52% from 163); Blue value is 69 (27.34% from 255 or 42.33% from 163); Max value from RGB is 85 - color contains mainly: red. Hex color #550945 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550945 is #AAF6BA. Grayscale: #262626. Windows color (decimal): -11204283 or 4524373. OLE color: 4524373.
HSL color Cylindrical-coordinate representation of color #550945: hue angle of 312.63º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #550945 is Cyan = 0, Magento = 0.89, Yellow = 0.19 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 9 | 69 | - |
| CMYK | 0 | 0.89 | 0.19 | 0.67 |
| HSL | 312.63º | 0.81% | 0.18% | - |
| HSV(B) | 312.63º | 0.89% | 0.33% | - |
| XYZ | 4.92 | 2.56 | 5.86 | - |
| YUV | 38.56 | 145.18 | 161.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 9 | 69 | 0 | 0.89 | 0.19 | 0.67 | 312.63 | 0.81 | 0.18 |
| Hex | 55 | 9 | 45 | 0 | 59 | 13 | 43 | 139 | 51 | 12 |
| Octal | 125 | 11 | 105 | 0 | 131 | 23 | 103 | 471 | 121 | 22 |
| Binary | 1010101 | 1001 | 1000101 | 0 | 1011001 | 10011 | 1000011 | 100111001 | 1010001 | 10010 |
Color Harmonies of #550945
Complementary color
Monochromatic Colors of #550945
Black with #550945
Text Example
Text Example
White with #550945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550945; }
p { color: rgb(85,9,69); }
H1.HeaderClassName
{
color: #550945;
}
.AnyTagClassName
{
color: #550945;
}
</style>
background-color css
<style>
a { background-color: #550945; }
a { background-color: rgb(85,9,69); }
div.DivClassName
{
background-color: #550945;
}
.BgClassName
{
background-color: #550945;
}
</style>
border-color css
<style>
span { border-color: #550945; }
span { border-color: rgb(85,9,69); }
td.TdClassName
{
border-color: #550945;
}
.TagClassName
{
border-color: #550945;
}
</style>