Shades of Tyrian Purple #551148
Tints of Tyrian Purple #551148
RGB
CMYK
RGB Variations
Color information
#551148 (or 0x551148) is known color: Tyrian Purple. HEX triplet: 55, 11 and 48. RGB value is (85,17,72). Sum of RGB (Red+Green+Blue) = 85+17+72=174 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.85% from 174); Green value is 17 (7.03% from 255 or 9.77% from 174); Blue value is 72 (28.52% from 255 or 41.38% from 174); Max value from RGB is 85 - color contains mainly: red. Hex color #551148 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551148 is #AAEEB7. Grayscale: #2B2B2B. Windows color (decimal): -11202232 or 4723029. OLE color: 4723029.
HSL color Cylindrical-coordinate representation of color #551148: hue angle of 311.47º 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 #551148 is Cyan = 0, Magento = 0.80, Yellow = 0.15 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 17 | 72 | - |
| CMYK | 0 | 0.80 | 0.15 | 0.67 |
| HSL | 311.47º | 0.67% | 0.2% | - |
| HSV(B) | 311.47º | 0.8% | 0.33% | - |
| XYZ | 5.12 | 2.8 | 6.4 | - |
| YUV | 43.6 | 144.03 | 157.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 17 | 72 | 0 | 0.80 | 0.15 | 0.67 | 311.47 | 0.67 | 0.2 |
| Hex | 55 | 11 | 48 | 0 | 50 | F | 43 | 137 | 43 | 14 |
| Octal | 125 | 21 | 110 | 0 | 120 | 17 | 103 | 467 | 103 | 24 |
| Binary | 1010101 | 10001 | 1001000 | 0 | 1010000 | 1111 | 1000011 | 100110111 | 1000011 | 10100 |
Color Harmonies of #551148
Complementary color
Monochromatic Colors of #551148
Black with #551148
Text Example
Text Example
White with #551148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551148; }
p { color: rgb(85,17,72); }
H1.HeaderClassName
{
color: #551148;
}
.AnyTagClassName
{
color: #551148;
}
</style>
background-color css
<style>
a { background-color: #551148; }
a { background-color: rgb(85,17,72); }
div.DivClassName
{
background-color: #551148;
}
.BgClassName
{
background-color: #551148;
}
</style>
border-color css
<style>
span { border-color: #551148; }
span { border-color: rgb(85,17,72); }
td.TdClassName
{
border-color: #551148;
}
.TagClassName
{
border-color: #551148;
}
</style>