Shades of Palatinate Purple #55114F
Tints of Palatinate Purple #55114F
RGB
CMYK
RGB Variations
Color information
#55114F (or 0x55114F) is known color: Palatinate Purple. HEX triplet: 55, 11 and 4F. RGB value is (85,17,79). Sum of RGB (Red+Green+Blue) = 85+17+79=181 (23% of max value = 765). Red value is 85 (33.59% from 255 or 46.96% from 181); Green value is 17 (7.03% from 255 or 9.39% from 181); Blue value is 79 (31.25% from 255 or 43.65% from 181); Max value from RGB is 85 - color contains mainly: red. Hex color #55114F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55114F is #AAEEB0. Grayscale: #2C2C2C. Windows color (decimal): -11202225 or 5181781. OLE color: 5181781.
HSL color Cylindrical-coordinate representation of color #55114F: hue angle of 305.29º 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 #55114F is Cyan = 0, Magento = 0.80, Yellow = 0.07 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 17 | 79 | - |
| CMYK | 0 | 0.80 | 0.07 | 0.67 |
| HSL | 305.29º | 0.67% | 0.2% | - |
| HSV(B) | 305.29º | 0.8% | 0.33% | - |
| XYZ | 5.36 | 2.9 | 7.67 | - |
| YUV | 44.4 | 147.53 | 156.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 17 | 79 | 0 | 0.80 | 0.07 | 0.67 | 305.29 | 0.67 | 0.2 |
| Hex | 55 | 11 | 4F | 0 | 50 | 7 | 43 | 131 | 43 | 14 |
| Octal | 125 | 21 | 117 | 0 | 120 | 7 | 103 | 461 | 103 | 24 |
| Binary | 1010101 | 10001 | 1001111 | 0 | 1010000 | 111 | 1000011 | 100110001 | 1000011 | 10100 |
Color Harmonies of #55114F
Complementary color
Monochromatic Colors of #55114F
Black with #55114F
Text Example
Text Example
White with #55114F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55114F; }
p { color: rgb(85,17,79); }
H1.HeaderClassName
{
color: #55114F;
}
.AnyTagClassName
{
color: #55114F;
}
</style>
background-color css
<style>
a { background-color: #55114F; }
a { background-color: rgb(85,17,79); }
div.DivClassName
{
background-color: #55114F;
}
.BgClassName
{
background-color: #55114F;
}
</style>
border-color css
<style>
span { border-color: #55114F; }
span { border-color: rgb(85,17,79); }
td.TdClassName
{
border-color: #55114F;
}
.TagClassName
{
border-color: #55114F;
}
</style>