Shades of Tyrian Purple #550153
Tints of Tyrian Purple #550153
RGB
CMYK
RGB Variations
Color information
#550153 (or 0x550153) is known color: Tyrian Purple. HEX triplet: 55, 01 and 53. RGB value is (85,1,83). Sum of RGB (Red+Green+Blue) = 85+1+83=169 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.30% from 169); Green value is 1 (0.78% from 255 or 0.59% from 169); Blue value is 83 (32.81% from 255 or 49.11% from 169); Max value from RGB is 85 - color contains mainly: red. Hex color #550153 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550153 is #AAFEAC. Grayscale: #232323. Windows color (decimal): -11206317 or 5439829. OLE color: 5439829.
HSL color Cylindrical-coordinate representation of color #550153: hue angle of 301.43º 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 #550153 is Cyan = 0, Magento = 0.99, Yellow = 0.02 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 1 | 83 | - |
| CMYK | 0 | 0.99 | 0.02 | 0.67 |
| HSL | 301.43º | 0.98% | 0.17% | - |
| HSV(B) | 301.43º | 0.99% | 0.33% | - |
| XYZ | 5.32 | 2.58 | 8.4 | - |
| YUV | 35.46 | 154.83 | 163.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 1 | 83 | 0 | 0.99 | 0.02 | 0.67 | 301.43 | 0.98 | 0.17 |
| Hex | 55 | 1 | 53 | 0 | 63 | 2 | 43 | 12D | 62 | 11 |
| Octal | 125 | 1 | 123 | 0 | 143 | 2 | 103 | 455 | 142 | 21 |
| Binary | 1010101 | 1 | 1010011 | 0 | 1100011 | 10 | 1000011 | 100101101 | 1100010 | 10001 |
Color Harmonies of #550153
Complementary color
Monochromatic Colors of #550153
Black with #550153
Text Example
Text Example
White with #550153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550153; }
p { color: rgb(85,1,83); }
H1.HeaderClassName
{
color: #550153;
}
.AnyTagClassName
{
color: #550153;
}
</style>
background-color css
<style>
a { background-color: #550153; }
a { background-color: rgb(85,1,83); }
div.DivClassName
{
background-color: #550153;
}
.BgClassName
{
background-color: #550153;
}
</style>
border-color css
<style>
span { border-color: #550153; }
span { border-color: rgb(85,1,83); }
td.TdClassName
{
border-color: #550153;
}
.TagClassName
{
border-color: #550153;
}
</style>