Shades of Tyrian Purple #550150
Tints of Tyrian Purple #550150
RGB
CMYK
RGB Variations
Color information
#550150 (or 0x550150) is known color: Tyrian Purple. HEX triplet: 55, 01 and 50. RGB value is (85,1,80). Sum of RGB (Red+Green+Blue) = 85+1+80=166 (21% of max value = 765). Red value is 85 (33.59% from 255 or 51.20% from 166); Green value is 1 (0.78% from 255 or 0.60% from 166); Blue value is 80 (31.64% from 255 or 48.19% from 166); Max value from RGB is 85 - color contains mainly: red. Hex color #550150 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550150 is #AAFEAF. Grayscale: #222222. Windows color (decimal): -11206320 or 5243221. OLE color: 5243221.
HSL color Cylindrical-coordinate representation of color #550150: hue angle of 303.57º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #550150 is Cyan = 0, Magento = 0.99, Yellow = 0.06 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 1 | 80 | - |
| CMYK | 0 | 0.99 | 0.06 | 0.67 |
| HSL | 303.57º | 0.98% | 0.17% | - |
| HSV(B) | 303.57º | 0.99% | 0.33% | - |
| XYZ | 5.21 | 2.53 | 7.8 | - |
| YUV | 35.12 | 153.33 | 163.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 1 | 80 | 0 | 0.99 | 0.06 | 0.67 | 303.57 | 0.98 | 0.17 |
| Hex | 55 | 1 | 50 | 0 | 63 | 6 | 43 | 130 | 62 | 11 |
| Octal | 125 | 1 | 120 | 0 | 143 | 6 | 103 | 460 | 142 | 21 |
| Binary | 1010101 | 1 | 1010000 | 0 | 1100011 | 110 | 1000011 | 100110000 | 1100010 | 10001 |
Color Harmonies of #550150
Complementary color
Monochromatic Colors of #550150
Black with #550150
Text Example
Text Example
White with #550150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550150; }
p { color: rgb(85,1,80); }
H1.HeaderClassName
{
color: #550150;
}
.AnyTagClassName
{
color: #550150;
}
</style>
background-color css
<style>
a { background-color: #550150; }
a { background-color: rgb(85,1,80); }
div.DivClassName
{
background-color: #550150;
}
.BgClassName
{
background-color: #550150;
}
</style>
border-color css
<style>
span { border-color: #550150; }
span { border-color: rgb(85,1,80); }
td.TdClassName
{
border-color: #550150;
}
.TagClassName
{
border-color: #550150;
}
</style>