Shades of Palatinate Purple #55124E
Tints of Palatinate Purple #55124E
RGB
CMYK
RGB Variations
Color information
#55124E (or 0x55124E) is known color: Palatinate Purple. HEX triplet: 55, 12 and 4E. RGB value is (85,18,78). Sum of RGB (Red+Green+Blue) = 85+18+78=181 (23% of max value = 765). Red value is 85 (33.59% from 255 or 46.96% from 181); Green value is 18 (7.42% from 255 or 9.94% from 181); Blue value is 78 (30.86% from 255 or 43.09% from 181); Max value from RGB is 85 - color contains mainly: red. Hex color #55124E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55124E is #AAEDB1. Grayscale: #2C2C2C. Windows color (decimal): -11201970 or 5116501. OLE color: 5116501.
HSL color Cylindrical-coordinate representation of color #55124E: hue angle of 306.27º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #55124E is Cyan = 0, Magento = 0.79, Yellow = 0.08 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 18 | 78 | - |
| CMYK | 0 | 0.79 | 0.08 | 0.67 |
| HSL | 306.27º | 0.65% | 0.2% | - |
| HSV(B) | 306.27º | 0.79% | 0.33% | - |
| XYZ | 5.34 | 2.91 | 7.49 | - |
| YUV | 44.87 | 146.7 | 156.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 18 | 78 | 0 | 0.79 | 0.08 | 0.67 | 306.27 | 0.65 | 0.2 |
| Hex | 55 | 12 | 4E | 0 | 4F | 8 | 43 | 132 | 41 | 14 |
| Octal | 125 | 22 | 116 | 0 | 117 | 10 | 103 | 462 | 101 | 24 |
| Binary | 1010101 | 10010 | 1001110 | 0 | 1001111 | 1000 | 1000011 | 100110010 | 1000001 | 10100 |
Color Harmonies of #55124E
Complementary color
Monochromatic Colors of #55124E
Black with #55124E
Text Example
Text Example
White with #55124E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55124E; }
p { color: rgb(85,18,78); }
H1.HeaderClassName
{
color: #55124E;
}
.AnyTagClassName
{
color: #55124E;
}
</style>
background-color css
<style>
a { background-color: #55124E; }
a { background-color: rgb(85,18,78); }
div.DivClassName
{
background-color: #55124E;
}
.BgClassName
{
background-color: #55124E;
}
</style>
border-color css
<style>
span { border-color: #55124E; }
span { border-color: rgb(85,18,78); }
td.TdClassName
{
border-color: #55124E;
}
.TagClassName
{
border-color: #55124E;
}
</style>