Shades of Tyrian Purple #550128
Tints of Tyrian Purple #550128
RGB
CMYK
RGB Variations
Color information
#550128 (or 0x550128) is known color: Tyrian Purple. HEX triplet: 55, 01 and 28. RGB value is (85,1,40). Sum of RGB (Red+Green+Blue) = 85+1+40=126 (16% of max value = 765). Red value is 85 (33.59% from 255 or 67.46% from 126); Green value is 1 (0.78% from 255 or 0.79% from 126); Blue value is 40 (16.02% from 255 or 31.75% from 126); Max value from RGB is 85 - color contains mainly: red. Hex color #550128 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550128 is #AAFED7. Grayscale: #1E1E1E. Windows color (decimal): -11206360 or 2621781. OLE color: 2621781.
HSL color Cylindrical-coordinate representation of color #550128: hue angle of 332.14º 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 #550128 is Cyan = 0, Magento = 0.99, Yellow = 0.53 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 1 | 40 | - |
| CMYK | 0 | 0.99 | 0.53 | 0.67 |
| HSL | 332.14º | 0.98% | 0.17% | - |
| HSV(B) | 332.14º | 0.99% | 0.33% | - |
| XYZ | 4.14 | 2.11 | 2.2 | - |
| YUV | 30.56 | 133.33 | 166.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 1 | 40 | 0 | 0.99 | 0.53 | 0.67 | 332.14 | 0.98 | 0.17 |
| Hex | 55 | 1 | 28 | 0 | 63 | 35 | 43 | 14C | 62 | 11 |
| Octal | 125 | 1 | 50 | 0 | 143 | 65 | 103 | 514 | 142 | 21 |
| Binary | 1010101 | 1 | 101000 | 0 | 1100011 | 110101 | 1000011 | 101001100 | 1100010 | 10001 |
Color Harmonies of #550128
Complementary color
Monochromatic Colors of #550128
Black with #550128
Text Example
Text Example
White with #550128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550128; }
p { color: rgb(85,1,40); }
H1.HeaderClassName
{
color: #550128;
}
.AnyTagClassName
{
color: #550128;
}
</style>
background-color css
<style>
a { background-color: #550128; }
a { background-color: rgb(85,1,40); }
div.DivClassName
{
background-color: #550128;
}
.BgClassName
{
background-color: #550128;
}
</style>
border-color css
<style>
span { border-color: #550128; }
span { border-color: rgb(85,1,40); }
td.TdClassName
{
border-color: #550128;
}
.TagClassName
{
border-color: #550128;
}
</style>