Shades of Tyrian Purple #550943
Tints of Tyrian Purple #550943
RGB
CMYK
RGB Variations
Color information
#550943 (or 0x550943) is known color: Tyrian Purple. HEX triplet: 55, 09 and 43. RGB value is (85,9,67). Sum of RGB (Red+Green+Blue) = 85+9+67=161 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.80% from 161); Green value is 9 (3.91% from 255 or 5.59% from 161); Blue value is 67 (26.56% from 255 or 41.61% from 161); Max value from RGB is 85 - color contains mainly: red. Hex color #550943 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550943 is #AAF6BC. Grayscale: #262626. Windows color (decimal): -11204285 or 4393301. OLE color: 4393301.
HSL color Cylindrical-coordinate representation of color #550943: hue angle of 314.21º 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 #550943 is Cyan = 0, Magento = 0.89, Yellow = 0.21 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 9 | 67 | - |
| CMYK | 0 | 0.89 | 0.21 | 0.67 |
| HSL | 314.21º | 0.81% | 0.18% | - |
| HSV(B) | 314.21º | 0.89% | 0.33% | - |
| XYZ | 4.86 | 2.53 | 5.54 | - |
| YUV | 38.34 | 144.18 | 161.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 9 | 67 | 0 | 0.89 | 0.21 | 0.67 | 314.21 | 0.81 | 0.18 |
| Hex | 55 | 9 | 43 | 0 | 59 | 15 | 43 | 13A | 51 | 12 |
| Octal | 125 | 11 | 103 | 0 | 131 | 25 | 103 | 472 | 121 | 22 |
| Binary | 1010101 | 1001 | 1000011 | 0 | 1011001 | 10101 | 1000011 | 100111010 | 1010001 | 10010 |
Color Harmonies of #550943
Complementary color
Monochromatic Colors of #550943
Black with #550943
Text Example
Text Example
White with #550943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550943; }
p { color: rgb(85,9,67); }
H1.HeaderClassName
{
color: #550943;
}
.AnyTagClassName
{
color: #550943;
}
</style>
background-color css
<style>
a { background-color: #550943; }
a { background-color: rgb(85,9,67); }
div.DivClassName
{
background-color: #550943;
}
.BgClassName
{
background-color: #550943;
}
</style>
border-color css
<style>
span { border-color: #550943; }
span { border-color: rgb(85,9,67); }
td.TdClassName
{
border-color: #550943;
}
.TagClassName
{
border-color: #550943;
}
</style>