Shades of Palatinate Purple #55104E
Tints of Palatinate Purple #55104E
RGB
CMYK
RGB Variations
Color information
#55104E (or 0x55104E) is known color: Palatinate Purple. HEX triplet: 55, 10 and 4E. RGB value is (85,16,78). Sum of RGB (Red+Green+Blue) = 85+16+78=179 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.49% from 179); Green value is 16 (6.64% from 255 or 8.94% from 179); Blue value is 78 (30.86% from 255 or 43.58% from 179); Max value from RGB is 85 - color contains mainly: red. Hex color #55104E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55104E is #AAEFB1. Grayscale: #2B2B2B. Windows color (decimal): -11202482 or 5115989. OLE color: 5115989.
HSL color Cylindrical-coordinate representation of color #55104E: hue angle of 306.09º 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 #55104E is Cyan = 0, Magento = 0.81, Yellow = 0.08 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 16 | 78 | - |
| CMYK | 0 | 0.81 | 0.08 | 0.67 |
| HSL | 306.09º | 0.68% | 0.2% | - |
| HSV(B) | 306.09º | 0.81% | 0.33% | - |
| XYZ | 5.31 | 2.85 | 7.48 | - |
| YUV | 43.7 | 147.36 | 157.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 16 | 78 | 0 | 0.81 | 0.08 | 0.67 | 306.09 | 0.68 | 0.2 |
| Hex | 55 | 10 | 4E | 0 | 51 | 8 | 43 | 132 | 44 | 14 |
| Octal | 125 | 20 | 116 | 0 | 121 | 10 | 103 | 462 | 104 | 24 |
| Binary | 1010101 | 10000 | 1001110 | 0 | 1010001 | 1000 | 1000011 | 100110010 | 1000100 | 10100 |
Color Harmonies of #55104E
Complementary color
Monochromatic Colors of #55104E
Black with #55104E
Text Example
Text Example
White with #55104E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55104E; }
p { color: rgb(85,16,78); }
H1.HeaderClassName
{
color: #55104E;
}
.AnyTagClassName
{
color: #55104E;
}
</style>
background-color css
<style>
a { background-color: #55104E; }
a { background-color: rgb(85,16,78); }
div.DivClassName
{
background-color: #55104E;
}
.BgClassName
{
background-color: #55104E;
}
</style>
border-color css
<style>
span { border-color: #55104E; }
span { border-color: rgb(85,16,78); }
td.TdClassName
{
border-color: #55104E;
}
.TagClassName
{
border-color: #55104E;
}
</style>