Shades of Palatinate Purple #551151
Tints of Palatinate Purple #551151
RGB
CMYK
RGB Variations
Color information
#551151 (or 0x551151) is known color: Palatinate Purple. HEX triplet: 55, 11 and 51. RGB value is (85,17,81). Sum of RGB (Red+Green+Blue) = 85+17+81=183 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.45% from 183); Green value is 17 (7.03% from 255 or 9.29% from 183); Blue value is 81 (32.03% from 255 or 44.26% from 183); Max value from RGB is 85 - color contains mainly: red. Hex color #551151 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551151 is #AAEEAE. Grayscale: #2C2C2C. Windows color (decimal): -11202223 or 5312853. OLE color: 5312853.
HSL color Cylindrical-coordinate representation of color #551151: hue angle of 303.53º 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 #551151 is Cyan = 0, Magento = 0.80, Yellow = 0.05 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 17 | 81 | - |
| CMYK | 0 | 0.80 | 0.05 | 0.67 |
| HSL | 303.53º | 0.67% | 0.2% | - |
| HSV(B) | 303.53º | 0.8% | 0.33% | - |
| XYZ | 5.43 | 2.93 | 8.06 | - |
| YUV | 44.63 | 148.53 | 156.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 17 | 81 | 0 | 0.80 | 0.05 | 0.67 | 303.53 | 0.67 | 0.2 |
| Hex | 55 | 11 | 51 | 0 | 50 | 5 | 43 | 130 | 43 | 14 |
| Octal | 125 | 21 | 121 | 0 | 120 | 5 | 103 | 460 | 103 | 24 |
| Binary | 1010101 | 10001 | 1010001 | 0 | 1010000 | 101 | 1000011 | 100110000 | 1000011 | 10100 |
Color Harmonies of #551151
Complementary color
Monochromatic Colors of #551151
Black with #551151
Text Example
Text Example
White with #551151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551151; }
p { color: rgb(85,17,81); }
H1.HeaderClassName
{
color: #551151;
}
.AnyTagClassName
{
color: #551151;
}
</style>
background-color css
<style>
a { background-color: #551151; }
a { background-color: rgb(85,17,81); }
div.DivClassName
{
background-color: #551151;
}
.BgClassName
{
background-color: #551151;
}
</style>
border-color css
<style>
span { border-color: #551151; }
span { border-color: rgb(85,17,81); }
td.TdClassName
{
border-color: #551151;
}
.TagClassName
{
border-color: #551151;
}
</style>