Shades of Tyrian Purple #550054
Tints of Tyrian Purple #550054
RGB
CMYK
RGB Variations
Color information
#550054 (or 0x550054) is known color: Tyrian Purple. HEX triplet: 55, 00 and 54. RGB value is (85,0,84). Sum of RGB (Red+Green+Blue) = 85+0+84=169 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.30% from 169); Green value is 0 (0.39% from 255 or 0% from 169); Blue value is 84 (33.20% from 255 or 49.70% from 169); Max value from RGB is 85 - color contains mainly: red. Hex color #550054 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550054 is #AAFFAB. Grayscale: #222222. Windows color (decimal): -11206572 or 5505109. OLE color: 5505109.
HSL color Cylindrical-coordinate representation of color #550054: hue angle of 300.71º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #550054 is Cyan = 0, Magento = 1, Yellow = 0.01 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 0 | 84 | - |
| CMYK | 0 | 1 | 0.01 | 0.67 |
| HSL | 300.71º | 1% | 0.17% | - |
| HSV(B) | 300.71º | 1% | 0.33% | - |
| XYZ | 5.35 | 2.57 | 8.6 | - |
| YUV | 34.99 | 155.66 | 163.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 0 | 84 | 0 | 1 | 0.01 | 0.67 | 300.71 | 1 | 0.17 |
| Hex | 55 | 0 | 54 | 0 | 64 | 1 | 43 | 12D | 64 | 11 |
| Octal | 125 | 0 | 124 | 0 | 144 | 1 | 103 | 455 | 144 | 21 |
| Binary | 1010101 | 0 | 1010100 | 0 | 1100100 | 1 | 1000011 | 100101101 | 1100100 | 10001 |
Color Harmonies of #550054
Complementary color
Monochromatic Colors of #550054
Black with #550054
Text Example
Text Example
White with #550054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550054; }
p { color: rgb(85,0,84); }
H1.HeaderClassName
{
color: #550054;
}
.AnyTagClassName
{
color: #550054;
}
</style>
background-color css
<style>
a { background-color: #550054; }
a { background-color: rgb(85,0,84); }
div.DivClassName
{
background-color: #550054;
}
.BgClassName
{
background-color: #550054;
}
</style>
border-color css
<style>
span { border-color: #550054; }
span { border-color: rgb(85,0,84); }
td.TdClassName
{
border-color: #550054;
}
.TagClassName
{
border-color: #550054;
}
</style>