Shades of Palatinate Purple #55114D
Tints of Palatinate Purple #55114D
RGB
CMYK
RGB Variations
Color information
#55114D (or 0x55114D) is known color: Palatinate Purple. HEX triplet: 55, 11 and 4D. RGB value is (85,17,77). Sum of RGB (Red+Green+Blue) = 85+17+77=179 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.49% from 179); Green value is 17 (7.03% from 255 or 9.50% from 179); Blue value is 77 (30.47% from 255 or 43.02% from 179); Max value from RGB is 85 - color contains mainly: red. Hex color #55114D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55114D is #AAEEB2. Grayscale: #2C2C2C. Windows color (decimal): -11202227 or 5050709. OLE color: 5050709.
HSL color Cylindrical-coordinate representation of color #55114D: hue angle of 307.06º 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 #55114D is Cyan = 0, Magento = 0.80, Yellow = 0.09 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 17 | 77 | - |
| CMYK | 0 | 0.80 | 0.09 | 0.67 |
| HSL | 307.06º | 0.67% | 0.2% | - |
| HSV(B) | 307.06º | 0.8% | 0.33% | - |
| XYZ | 5.29 | 2.87 | 7.3 | - |
| YUV | 44.17 | 146.53 | 157.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 17 | 77 | 0 | 0.80 | 0.09 | 0.67 | 307.06 | 0.67 | 0.2 |
| Hex | 55 | 11 | 4D | 0 | 50 | 9 | 43 | 133 | 43 | 14 |
| Octal | 125 | 21 | 115 | 0 | 120 | 11 | 103 | 463 | 103 | 24 |
| Binary | 1010101 | 10001 | 1001101 | 0 | 1010000 | 1001 | 1000011 | 100110011 | 1000011 | 10100 |
Color Harmonies of #55114D
Complementary color
Monochromatic Colors of #55114D
Black with #55114D
Text Example
Text Example
White with #55114D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55114D; }
p { color: rgb(85,17,77); }
H1.HeaderClassName
{
color: #55114D;
}
.AnyTagClassName
{
color: #55114D;
}
</style>
background-color css
<style>
a { background-color: #55114D; }
a { background-color: rgb(85,17,77); }
div.DivClassName
{
background-color: #55114D;
}
.BgClassName
{
background-color: #55114D;
}
</style>
border-color css
<style>
span { border-color: #55114D; }
span { border-color: rgb(85,17,77); }
td.TdClassName
{
border-color: #55114D;
}
.TagClassName
{
border-color: #55114D;
}
</style>