Shades of Tyrian Purple #550240
Tints of Tyrian Purple #550240
RGB
CMYK
RGB Variations
Color information
#550240 (or 0x550240) is known color: Tyrian Purple. HEX triplet: 55, 02 and 40. RGB value is (85,2,64). Sum of RGB (Red+Green+Blue) = 85+2+64=151 (20% of max value = 765). Red value is 85 (33.59% from 255 or 56.29% from 151); Green value is 2 (1.17% from 255 or 1.32% from 151); Blue value is 64 (25.39% from 255 or 42.38% from 151); Max value from RGB is 85 - color contains mainly: red. Hex color #550240 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550240 is #AAFDBF. Grayscale: #212121. Windows color (decimal): -11206080 or 4194901. OLE color: 4194901.
HSL color Cylindrical-coordinate representation of color #550240: hue angle of 315.18º 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 #550240 is Cyan = 0, Magento = 0.98, Yellow = 0.25 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 2 | 64 | - |
| CMYK | 0 | 0.98 | 0.25 | 0.67 |
| HSL | 315.18º | 0.95% | 0.17% | - |
| HSV(B) | 315.18º | 0.98% | 0.33% | - |
| XYZ | 4.69 | 2.34 | 5.06 | - |
| YUV | 33.89 | 145 | 164.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 2 | 64 | 0 | 0.98 | 0.25 | 0.67 | 315.18 | 0.95 | 0.17 |
| Hex | 55 | 2 | 40 | 0 | 62 | 19 | 43 | 13B | 5F | 11 |
| Octal | 125 | 2 | 100 | 0 | 142 | 31 | 103 | 473 | 137 | 21 |
| Binary | 1010101 | 10 | 1000000 | 0 | 1100010 | 11001 | 1000011 | 100111011 | 1011111 | 10001 |
Color Harmonies of #550240
Complementary color
Monochromatic Colors of #550240
Black with #550240
Text Example
Text Example
White with #550240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550240; }
p { color: rgb(85,2,64); }
H1.HeaderClassName
{
color: #550240;
}
.AnyTagClassName
{
color: #550240;
}
</style>
background-color css
<style>
a { background-color: #550240; }
a { background-color: rgb(85,2,64); }
div.DivClassName
{
background-color: #550240;
}
.BgClassName
{
background-color: #550240;
}
</style>
border-color css
<style>
span { border-color: #550240; }
span { border-color: rgb(85,2,64); }
td.TdClassName
{
border-color: #550240;
}
.TagClassName
{
border-color: #550240;
}
</style>