Shades of Palatinate Purple #55114C
Tints of Palatinate Purple #55114C
RGB
CMYK
RGB Variations
Color information
#55114C (or 0x55114C) is known color: Palatinate Purple. HEX triplet: 55, 11 and 4C. RGB value is (85,17,76). Sum of RGB (Red+Green+Blue) = 85+17+76=178 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.75% from 178); Green value is 17 (7.03% from 255 or 9.55% from 178); Blue value is 76 (30.08% from 255 or 42.70% from 178); Max value from RGB is 85 - color contains mainly: red. Hex color #55114C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55114C is #AAEEB3. Grayscale: #2B2B2B. Windows color (decimal): -11202228 or 4985173. OLE color: 4985173.
HSL color Cylindrical-coordinate representation of color #55114C: hue angle of 307.94º 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 #55114C is Cyan = 0, Magento = 0.80, Yellow = 0.11 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 17 | 76 | - |
| CMYK | 0 | 0.80 | 0.11 | 0.67 |
| HSL | 307.94º | 0.67% | 0.2% | - |
| HSV(B) | 307.94º | 0.8% | 0.33% | - |
| XYZ | 5.25 | 2.85 | 7.11 | - |
| YUV | 44.06 | 146.03 | 157.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 17 | 76 | 0 | 0.80 | 0.11 | 0.67 | 307.94 | 0.67 | 0.2 |
| Hex | 55 | 11 | 4C | 0 | 50 | B | 43 | 134 | 43 | 14 |
| Octal | 125 | 21 | 114 | 0 | 120 | 13 | 103 | 464 | 103 | 24 |
| Binary | 1010101 | 10001 | 1001100 | 0 | 1010000 | 1011 | 1000011 | 100110100 | 1000011 | 10100 |
Color Harmonies of #55114C
Complementary color
Monochromatic Colors of #55114C
Black with #55114C
Text Example
Text Example
White with #55114C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55114C; }
p { color: rgb(85,17,76); }
H1.HeaderClassName
{
color: #55114C;
}
.AnyTagClassName
{
color: #55114C;
}
</style>
background-color css
<style>
a { background-color: #55114C; }
a { background-color: rgb(85,17,76); }
div.DivClassName
{
background-color: #55114C;
}
.BgClassName
{
background-color: #55114C;
}
</style>
border-color css
<style>
span { border-color: #55114C; }
span { border-color: rgb(85,17,76); }
td.TdClassName
{
border-color: #55114C;
}
.TagClassName
{
border-color: #55114C;
}
</style>