Shades of Tyrian Purple #550048
Tints of Tyrian Purple #550048
RGB
CMYK
RGB Variations
Color information
#550048 (or 0x550048) is known color: Tyrian Purple. HEX triplet: 55, 00 and 48. RGB value is (85,0,72). Sum of RGB (Red+Green+Blue) = 85+0+72=157 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.14% from 157); Green value is 0 (0.39% from 255 or 0% from 157); Blue value is 72 (28.52% from 255 or 45.86% from 157); Max value from RGB is 85 - color contains mainly: red. Hex color #550048 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550048 is #AAFFB7. Grayscale: #212121. Windows color (decimal): -11206584 or 4718677. OLE color: 4718677.
HSL color Cylindrical-coordinate representation of color #550048: hue angle of 309.18º 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 #550048 is Cyan = 0, Magento = 1, Yellow = 0.15 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 0 | 72 | - |
| CMYK | 0 | 1 | 0.15 | 0.67 |
| HSL | 309.18º | 1% | 0.17% | - |
| HSV(B) | 309.18º | 1% | 0.33% | - |
| XYZ | 4.92 | 2.4 | 6.33 | - |
| YUV | 33.62 | 149.66 | 164.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 0 | 72 | 0 | 1 | 0.15 | 0.67 | 309.18 | 1 | 0.17 |
| Hex | 55 | 0 | 48 | 0 | 64 | F | 43 | 135 | 64 | 11 |
| Octal | 125 | 0 | 110 | 0 | 144 | 17 | 103 | 465 | 144 | 21 |
| Binary | 1010101 | 0 | 1001000 | 0 | 1100100 | 1111 | 1000011 | 100110101 | 1100100 | 10001 |
Color Harmonies of #550048
Complementary color
Monochromatic Colors of #550048
Black with #550048
Text Example
Text Example
White with #550048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550048; }
p { color: rgb(85,0,72); }
H1.HeaderClassName
{
color: #550048;
}
.AnyTagClassName
{
color: #550048;
}
</style>
background-color css
<style>
a { background-color: #550048; }
a { background-color: rgb(85,0,72); }
div.DivClassName
{
background-color: #550048;
}
.BgClassName
{
background-color: #550048;
}
</style>
border-color css
<style>
span { border-color: #550048; }
span { border-color: rgb(85,0,72); }
td.TdClassName
{
border-color: #550048;
}
.TagClassName
{
border-color: #550048;
}
</style>