Shades of Tyrian Purple #550040
Tints of Tyrian Purple #550040
RGB
CMYK
RGB Variations
Color information
#550040 (or 0x550040) is known color: Tyrian Purple. HEX triplet: 55, 00 and 40. RGB value is (85,0,64). Sum of RGB (Red+Green+Blue) = 85+0+64=149 (19% of max value = 765). Red value is 85 (33.59% from 255 or 57.05% from 149); Green value is 0 (0.39% from 255 or 0% from 149); Blue value is 64 (25.39% from 255 or 42.95% from 149); Max value from RGB is 85 - color contains mainly: red. Hex color #550040 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550040 is #AAFFBF. Grayscale: #202020. Windows color (decimal): -11206592 or 4194389. OLE color: 4194389.
HSL color Cylindrical-coordinate representation of color #550040: hue angle of 314.82º 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 #550040 is Cyan = 0, Magento = 1, Yellow = 0.25 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 0 | 64 | - |
| CMYK | 0 | 1 | 0.25 | 0.67 |
| HSL | 314.82º | 1% | 0.17% | - |
| HSV(B) | 314.82º | 1% | 0.33% | - |
| XYZ | 4.67 | 2.3 | 5.05 | - |
| YUV | 32.71 | 145.66 | 165.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 0 | 64 | 0 | 1 | 0.25 | 0.67 | 314.82 | 1 | 0.17 |
| Hex | 55 | 0 | 40 | 0 | 64 | 19 | 43 | 13B | 64 | 11 |
| Octal | 125 | 0 | 100 | 0 | 144 | 31 | 103 | 473 | 144 | 21 |
| Binary | 1010101 | 0 | 1000000 | 0 | 1100100 | 11001 | 1000011 | 100111011 | 1100100 | 10001 |
Color Harmonies of #550040
Complementary color
Monochromatic Colors of #550040
Black with #550040
Text Example
Text Example
White with #550040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550040; }
p { color: rgb(85,0,64); }
H1.HeaderClassName
{
color: #550040;
}
.AnyTagClassName
{
color: #550040;
}
</style>
background-color css
<style>
a { background-color: #550040; }
a { background-color: rgb(85,0,64); }
div.DivClassName
{
background-color: #550040;
}
.BgClassName
{
background-color: #550040;
}
</style>
border-color css
<style>
span { border-color: #550040; }
span { border-color: rgb(85,0,64); }
td.TdClassName
{
border-color: #550040;
}
.TagClassName
{
border-color: #550040;
}
</style>