Shades of Tyrian Purple #551141
Tints of Tyrian Purple #551141
RGB
CMYK
RGB Variations
Color information
#551141 (or 0x551141) is known color: Tyrian Purple. HEX triplet: 55, 11 and 41. RGB value is (85,17,65). Sum of RGB (Red+Green+Blue) = 85+17+65=167 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.90% from 167); Green value is 17 (7.03% from 255 or 10.18% from 167); Blue value is 65 (25.78% from 255 or 38.92% from 167); Max value from RGB is 85 - color contains mainly: red. Hex color #551141 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551141 is #AAEEBE. Grayscale: #2A2A2A. Windows color (decimal): -11202239 or 4264277. OLE color: 4264277.
HSL color Cylindrical-coordinate representation of color #551141: hue angle of 317.65º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #551141 is Cyan = 0, Magento = 0.80, Yellow = 0.24 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 17 | 65 | - |
| CMYK | 0 | 0.80 | 0.24 | 0.67 |
| HSL | 317.65º | 0.67% | 0.2% | - |
| HSV(B) | 317.65º | 0.8% | 0.33% | - |
| XYZ | 4.9 | 2.71 | 5.27 | - |
| YUV | 42.8 | 140.53 | 158.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 17 | 65 | 0 | 0.80 | 0.24 | 0.67 | 317.65 | 0.67 | 0.2 |
| Hex | 55 | 11 | 41 | 0 | 50 | 18 | 43 | 13E | 43 | 14 |
| Octal | 125 | 21 | 101 | 0 | 120 | 30 | 103 | 476 | 103 | 24 |
| Binary | 1010101 | 10001 | 1000001 | 0 | 1010000 | 11000 | 1000011 | 100111110 | 1000011 | 10100 |
Color Harmonies of #551141
Complementary color
Monochromatic Colors of #551141
Black with #551141
Text Example
Text Example
White with #551141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551141; }
p { color: rgb(85,17,65); }
H1.HeaderClassName
{
color: #551141;
}
.AnyTagClassName
{
color: #551141;
}
</style>
background-color css
<style>
a { background-color: #551141; }
a { background-color: rgb(85,17,65); }
div.DivClassName
{
background-color: #551141;
}
.BgClassName
{
background-color: #551141;
}
</style>
border-color css
<style>
span { border-color: #551141; }
span { border-color: rgb(85,17,65); }
td.TdClassName
{
border-color: #551141;
}
.TagClassName
{
border-color: #551141;
}
</style>