Shades of Palatinate Purple #551351
Tints of Palatinate Purple #551351
RGB
CMYK
RGB Variations
Color information
#551351 (or 0x551351) is known color: Palatinate Purple. HEX triplet: 55, 13 and 51. RGB value is (85,19,81). Sum of RGB (Red+Green+Blue) = 85+19+81=185 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.95% from 185); Green value is 19 (7.81% from 255 or 10.27% from 185); Blue value is 81 (32.03% from 255 or 43.78% from 185); Max value from RGB is 85 - color contains mainly: red. Hex color #551351 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551351 is #AAECAE. Grayscale: #2D2D2D. Windows color (decimal): -11201711 or 5313365. OLE color: 5313365.
HSL color Cylindrical-coordinate representation of color #551351: hue angle of 303.64º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #551351 is Cyan = 0, Magento = 0.78, Yellow = 0.05 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 19 | 81 | - |
| CMYK | 0 | 0.78 | 0.05 | 0.67 |
| HSL | 303.64º | 0.63% | 0.2% | - |
| HSV(B) | 303.64º | 0.78% | 0.33% | - |
| XYZ | 5.46 | 2.99 | 8.07 | - |
| YUV | 45.8 | 147.87 | 155.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 19 | 81 | 0 | 0.78 | 0.05 | 0.67 | 303.64 | 0.63 | 0.2 |
| Hex | 55 | 13 | 51 | 0 | 4E | 5 | 43 | 130 | 3F | 14 |
| Octal | 125 | 23 | 121 | 0 | 116 | 5 | 103 | 460 | 77 | 24 |
| Binary | 1010101 | 10011 | 1010001 | 0 | 1001110 | 101 | 1000011 | 100110000 | 111111 | 10100 |
Color Harmonies of #551351
Complementary color
Monochromatic Colors of #551351
Black with #551351
Text Example
Text Example
White with #551351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551351; }
p { color: rgb(85,19,81); }
H1.HeaderClassName
{
color: #551351;
}
.AnyTagClassName
{
color: #551351;
}
</style>
background-color css
<style>
a { background-color: #551351; }
a { background-color: rgb(85,19,81); }
div.DivClassName
{
background-color: #551351;
}
.BgClassName
{
background-color: #551351;
}
</style>
border-color css
<style>
span { border-color: #551351; }
span { border-color: rgb(85,19,81); }
td.TdClassName
{
border-color: #551351;
}
.TagClassName
{
border-color: #551351;
}
</style>