Shades of Tyrian Purple #550845
Tints of Tyrian Purple #550845
RGB
CMYK
RGB Variations
Color information
#550845 (or 0x550845) is known color: Tyrian Purple. HEX triplet: 55, 08 and 45. RGB value is (85,8,69). Sum of RGB (Red+Green+Blue) = 85+8+69=162 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.47% from 162); Green value is 8 (3.52% from 255 or 4.94% from 162); Blue value is 69 (27.34% from 255 or 42.59% from 162); Max value from RGB is 85 - color contains mainly: red. Hex color #550845 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550845 is #AAF7BA. Grayscale: #252525. Windows color (decimal): -11204539 or 4524117. OLE color: 4524117.
HSL color Cylindrical-coordinate representation of color #550845: hue angle of 312.47º 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 #550845 is Cyan = 0, Magento = 0.91, Yellow = 0.19 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 8 | 69 | - |
| CMYK | 0 | 0.91 | 0.19 | 0.67 |
| HSL | 312.47º | 0.83% | 0.18% | - |
| HSV(B) | 312.47º | 0.91% | 0.33% | - |
| XYZ | 4.91 | 2.53 | 5.86 | - |
| YUV | 37.98 | 145.51 | 161.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 8 | 69 | 0 | 0.91 | 0.19 | 0.67 | 312.47 | 0.83 | 0.18 |
| Hex | 55 | 8 | 45 | 0 | 5B | 13 | 43 | 138 | 53 | 12 |
| Octal | 125 | 10 | 105 | 0 | 133 | 23 | 103 | 470 | 123 | 22 |
| Binary | 1010101 | 1000 | 1000101 | 0 | 1011011 | 10011 | 1000011 | 100111000 | 1010011 | 10010 |
Color Harmonies of #550845
Complementary color
Monochromatic Colors of #550845
Black with #550845
Text Example
Text Example
White with #550845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550845; }
p { color: rgb(85,8,69); }
H1.HeaderClassName
{
color: #550845;
}
.AnyTagClassName
{
color: #550845;
}
</style>
background-color css
<style>
a { background-color: #550845; }
a { background-color: rgb(85,8,69); }
div.DivClassName
{
background-color: #550845;
}
.BgClassName
{
background-color: #550845;
}
</style>
border-color css
<style>
span { border-color: #550845; }
span { border-color: rgb(85,8,69); }
td.TdClassName
{
border-color: #550845;
}
.TagClassName
{
border-color: #550845;
}
</style>