Shades of Palatinate Purple #55144E
Tints of Palatinate Purple #55144E
RGB
CMYK
RGB Variations
Color information
#55144E (or 0x55144E) is known color: Palatinate Purple. HEX triplet: 55, 14 and 4E. RGB value is (85,20,78). Sum of RGB (Red+Green+Blue) = 85+20+78=183 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.45% from 183); Green value is 20 (8.20% from 255 or 10.93% from 183); Blue value is 78 (30.86% from 255 or 42.62% from 183); Max value from RGB is 85 - color contains mainly: red. Hex color #55144E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55144E is #AAEBB1. Grayscale: #2D2D2D. Windows color (decimal): -11201458 or 5117013. OLE color: 5117013.
HSL color Cylindrical-coordinate representation of color #55144E: hue angle of 306.46º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #55144E is Cyan = 0, Magento = 0.76, Yellow = 0.08 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 20 | 78 | - |
| CMYK | 0 | 0.76 | 0.08 | 0.67 |
| HSL | 306.46º | 0.62% | 0.21% | - |
| HSV(B) | 306.46º | 0.76% | 0.33% | - |
| XYZ | 5.37 | 2.98 | 7.5 | - |
| YUV | 46.05 | 146.03 | 155.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 20 | 78 | 0 | 0.76 | 0.08 | 0.67 | 306.46 | 0.62 | 0.21 |
| Hex | 55 | 14 | 4E | 0 | 4C | 8 | 43 | 132 | 3E | 15 |
| Octal | 125 | 24 | 116 | 0 | 114 | 10 | 103 | 462 | 76 | 25 |
| Binary | 1010101 | 10100 | 1001110 | 0 | 1001100 | 1000 | 1000011 | 100110010 | 111110 | 10101 |
Color Harmonies of #55144E
Complementary color
Monochromatic Colors of #55144E
Black with #55144E
Text Example
Text Example
White with #55144E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55144E; }
p { color: rgb(85,20,78); }
H1.HeaderClassName
{
color: #55144E;
}
.AnyTagClassName
{
color: #55144E;
}
</style>
background-color css
<style>
a { background-color: #55144E; }
a { background-color: rgb(85,20,78); }
div.DivClassName
{
background-color: #55144E;
}
.BgClassName
{
background-color: #55144E;
}
</style>
border-color css
<style>
span { border-color: #55144E; }
span { border-color: rgb(85,20,78); }
td.TdClassName
{
border-color: #55144E;
}
.TagClassName
{
border-color: #55144E;
}
</style>