Shades of Tyrian Purple #550052
Tints of Tyrian Purple #550052
RGB
CMYK
RGB Variations
Color information
#550052 (or 0x550052) is known color: Tyrian Purple. HEX triplet: 55, 00 and 52. RGB value is (85,0,82). Sum of RGB (Red+Green+Blue) = 85+0+82=167 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.90% from 167); Green value is 0 (0.39% from 255 or 0% from 167); Blue value is 82 (32.42% from 255 or 49.10% from 167); Max value from RGB is 85 - color contains mainly: red. Hex color #550052 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550052 is #AAFFAD. Grayscale: #222222. Windows color (decimal): -11206574 or 5374037. OLE color: 5374037.
HSL color Cylindrical-coordinate representation of color #550052: hue angle of 302.12º 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 #550052 is Cyan = 0, Magento = 1, Yellow = 0.04 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 0 | 82 | - |
| CMYK | 0 | 1 | 0.04 | 0.67 |
| HSL | 302.12º | 1% | 0.17% | - |
| HSV(B) | 302.12º | 1% | 0.33% | - |
| XYZ | 5.27 | 2.54 | 8.2 | - |
| YUV | 34.76 | 154.66 | 163.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 0 | 82 | 0 | 1 | 0.04 | 0.67 | 302.12 | 1 | 0.17 |
| Hex | 55 | 0 | 52 | 0 | 64 | 4 | 43 | 12E | 64 | 11 |
| Octal | 125 | 0 | 122 | 0 | 144 | 4 | 103 | 456 | 144 | 21 |
| Binary | 1010101 | 0 | 1010010 | 0 | 1100100 | 100 | 1000011 | 100101110 | 1100100 | 10001 |
Color Harmonies of #550052
Complementary color
Monochromatic Colors of #550052
Black with #550052
Text Example
Text Example
White with #550052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550052; }
p { color: rgb(85,0,82); }
H1.HeaderClassName
{
color: #550052;
}
.AnyTagClassName
{
color: #550052;
}
</style>
background-color css
<style>
a { background-color: #550052; }
a { background-color: rgb(85,0,82); }
div.DivClassName
{
background-color: #550052;
}
.BgClassName
{
background-color: #550052;
}
</style>
border-color css
<style>
span { border-color: #550052; }
span { border-color: rgb(85,0,82); }
td.TdClassName
{
border-color: #550052;
}
.TagClassName
{
border-color: #550052;
}
</style>