Shades of Tyrian Purple #551244
Tints of Tyrian Purple #551244
RGB
CMYK
RGB Variations
Color information
#551244 (or 0x551244) is known color: Tyrian Purple. HEX triplet: 55, 12 and 44. RGB value is (85,18,68). Sum of RGB (Red+Green+Blue) = 85+18+68=171 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.71% from 171); Green value is 18 (7.42% from 255 or 10.53% from 171); Blue value is 68 (26.95% from 255 or 39.77% from 171); Max value from RGB is 85 - color contains mainly: red. Hex color #551244 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551244 is #AAEDBB. Grayscale: #2B2B2B. Windows color (decimal): -11201980 or 4461141. OLE color: 4461141.
HSL color Cylindrical-coordinate representation of color #551244: hue angle of 315.22º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #551244 is Cyan = 0, Magento = 0.79, Yellow = 0.20 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 18 | 68 | - |
| CMYK | 0 | 0.79 | 0.20 | 0.67 |
| HSL | 315.22º | 0.65% | 0.2% | - |
| HSV(B) | 315.22º | 0.79% | 0.33% | - |
| XYZ | 5.01 | 2.78 | 5.74 | - |
| YUV | 43.73 | 141.7 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 18 | 68 | 0 | 0.79 | 0.20 | 0.67 | 315.22 | 0.65 | 0.2 |
| Hex | 55 | 12 | 44 | 0 | 4F | 14 | 43 | 13B | 41 | 14 |
| Octal | 125 | 22 | 104 | 0 | 117 | 24 | 103 | 473 | 101 | 24 |
| Binary | 1010101 | 10010 | 1000100 | 0 | 1001111 | 10100 | 1000011 | 100111011 | 1000001 | 10100 |
Color Harmonies of #551244
Complementary color
Monochromatic Colors of #551244
Black with #551244
Text Example
Text Example
White with #551244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551244; }
p { color: rgb(85,18,68); }
H1.HeaderClassName
{
color: #551244;
}
.AnyTagClassName
{
color: #551244;
}
</style>
background-color css
<style>
a { background-color: #551244; }
a { background-color: rgb(85,18,68); }
div.DivClassName
{
background-color: #551244;
}
.BgClassName
{
background-color: #551244;
}
</style>
border-color css
<style>
span { border-color: #551244; }
span { border-color: rgb(85,18,68); }
td.TdClassName
{
border-color: #551244;
}
.TagClassName
{
border-color: #551244;
}
</style>