Shades of Palatinate Purple #55104D
Tints of Palatinate Purple #55104D
RGB
CMYK
RGB Variations
Color information
#55104D (or 0x55104D) is known color: Palatinate Purple. HEX triplet: 55, 10 and 4D. RGB value is (85,16,77). Sum of RGB (Red+Green+Blue) = 85+16+77=178 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.75% from 178); Green value is 16 (6.64% from 255 or 8.99% from 178); Blue value is 77 (30.47% from 255 or 43.26% from 178); Max value from RGB is 85 - color contains mainly: red. Hex color #55104D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55104D is #AAEFB2. Grayscale: #2B2B2B. Windows color (decimal): -11202483 or 5050453. OLE color: 5050453.
HSL color Cylindrical-coordinate representation of color #55104D: hue angle of 306.96º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #55104D is Cyan = 0, Magento = 0.81, Yellow = 0.09 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 16 | 77 | - |
| CMYK | 0 | 0.81 | 0.09 | 0.67 |
| HSL | 306.96º | 0.68% | 0.2% | - |
| HSV(B) | 306.96º | 0.81% | 0.33% | - |
| XYZ | 5.27 | 2.84 | 7.29 | - |
| YUV | 43.59 | 146.86 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 16 | 77 | 0 | 0.81 | 0.09 | 0.67 | 306.96 | 0.68 | 0.2 |
| Hex | 55 | 10 | 4D | 0 | 51 | 9 | 43 | 133 | 44 | 14 |
| Octal | 125 | 20 | 115 | 0 | 121 | 11 | 103 | 463 | 104 | 24 |
| Binary | 1010101 | 10000 | 1001101 | 0 | 1010001 | 1001 | 1000011 | 100110011 | 1000100 | 10100 |
Color Harmonies of #55104D
Complementary color
Monochromatic Colors of #55104D
Black with #55104D
Text Example
Text Example
White with #55104D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55104D; }
p { color: rgb(85,16,77); }
H1.HeaderClassName
{
color: #55104D;
}
.AnyTagClassName
{
color: #55104D;
}
</style>
background-color css
<style>
a { background-color: #55104D; }
a { background-color: rgb(85,16,77); }
div.DivClassName
{
background-color: #55104D;
}
.BgClassName
{
background-color: #55104D;
}
</style>
border-color css
<style>
span { border-color: #55104D; }
span { border-color: rgb(85,16,77); }
td.TdClassName
{
border-color: #55104D;
}
.TagClassName
{
border-color: #55104D;
}
</style>