Shades of Tyrian Purple #550251
Tints of Tyrian Purple #550251
RGB
CMYK
RGB Variations
Color information
#550251 (or 0x550251) is known color: Tyrian Purple. HEX triplet: 55, 02 and 51. RGB value is (85,2,81). Sum of RGB (Red+Green+Blue) = 85+2+81=168 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.60% from 168); Green value is 2 (1.17% from 255 or 1.19% from 168); Blue value is 81 (32.03% from 255 or 48.21% from 168); Max value from RGB is 85 - color contains mainly: red. Hex color #550251 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550251 is #AAFDAE. Grayscale: #232323. Windows color (decimal): -11206063 or 5309013. OLE color: 5309013.
HSL color Cylindrical-coordinate representation of color #550251: hue angle of 302.89º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #550251 is Cyan = 0, Magento = 0.98, Yellow = 0.05 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 2 | 81 | - |
| CMYK | 0 | 0.98 | 0.05 | 0.67 |
| HSL | 302.89º | 0.95% | 0.17% | - |
| HSV(B) | 302.89º | 0.98% | 0.33% | - |
| XYZ | 5.25 | 2.57 | 8 | - |
| YUV | 35.82 | 153.5 | 163.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 2 | 81 | 0 | 0.98 | 0.05 | 0.67 | 302.89 | 0.95 | 0.17 |
| Hex | 55 | 2 | 51 | 0 | 62 | 5 | 43 | 12F | 5F | 11 |
| Octal | 125 | 2 | 121 | 0 | 142 | 5 | 103 | 457 | 137 | 21 |
| Binary | 1010101 | 10 | 1010001 | 0 | 1100010 | 101 | 1000011 | 100101111 | 1011111 | 10001 |
Color Harmonies of #550251
Complementary color
Monochromatic Colors of #550251
Black with #550251
Text Example
Text Example
White with #550251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550251; }
p { color: rgb(85,2,81); }
H1.HeaderClassName
{
color: #550251;
}
.AnyTagClassName
{
color: #550251;
}
</style>
background-color css
<style>
a { background-color: #550251; }
a { background-color: rgb(85,2,81); }
div.DivClassName
{
background-color: #550251;
}
.BgClassName
{
background-color: #550251;
}
</style>
border-color css
<style>
span { border-color: #550251; }
span { border-color: rgb(85,2,81); }
td.TdClassName
{
border-color: #550251;
}
.TagClassName
{
border-color: #550251;
}
</style>