Shades of Tyrian Purple #551142
Tints of Tyrian Purple #551142
RGB
CMYK
RGB Variations
Color information
#551142 (or 0x551142) is known color: Tyrian Purple. HEX triplet: 55, 11 and 42. RGB value is (85,17,66). Sum of RGB (Red+Green+Blue) = 85+17+66=168 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.60% from 168); Green value is 17 (7.03% from 255 or 10.12% from 168); Blue value is 66 (26.17% from 255 or 39.29% from 168); Max value from RGB is 85 - color contains mainly: red. Hex color #551142 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551142 is #AAEEBD. Grayscale: #2A2A2A. Windows color (decimal): -11202238 or 4329813. OLE color: 4329813.
HSL color Cylindrical-coordinate representation of color #551142: hue angle of 316.76º 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 #551142 is Cyan = 0, Magento = 0.80, Yellow = 0.22 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 17 | 66 | - |
| CMYK | 0 | 0.80 | 0.22 | 0.67 |
| HSL | 316.76º | 0.67% | 0.2% | - |
| HSV(B) | 316.76º | 0.8% | 0.33% | - |
| XYZ | 4.93 | 2.73 | 5.42 | - |
| YUV | 42.92 | 141.03 | 158.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 17 | 66 | 0 | 0.80 | 0.22 | 0.67 | 316.76 | 0.67 | 0.2 |
| Hex | 55 | 11 | 42 | 0 | 50 | 16 | 43 | 13D | 43 | 14 |
| Octal | 125 | 21 | 102 | 0 | 120 | 26 | 103 | 475 | 103 | 24 |
| Binary | 1010101 | 10001 | 1000010 | 0 | 1010000 | 10110 | 1000011 | 100111101 | 1000011 | 10100 |
Color Harmonies of #551142
Complementary color
Monochromatic Colors of #551142
Black with #551142
Text Example
Text Example
White with #551142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551142; }
p { color: rgb(85,17,66); }
H1.HeaderClassName
{
color: #551142;
}
.AnyTagClassName
{
color: #551142;
}
</style>
background-color css
<style>
a { background-color: #551142; }
a { background-color: rgb(85,17,66); }
div.DivClassName
{
background-color: #551142;
}
.BgClassName
{
background-color: #551142;
}
</style>
border-color css
<style>
span { border-color: #551142; }
span { border-color: rgb(85,17,66); }
td.TdClassName
{
border-color: #551142;
}
.TagClassName
{
border-color: #551142;
}
</style>