Shades of Palatinate Purple #55144F
Tints of Palatinate Purple #55144F
RGB
CMYK
RGB Variations
Color information
#55144F (or 0x55144F) is known color: Palatinate Purple. HEX triplet: 55, 14 and 4F. RGB value is (85,20,79). Sum of RGB (Red+Green+Blue) = 85+20+79=184 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.20% from 184); Green value is 20 (8.20% from 255 or 10.87% from 184); Blue value is 79 (31.25% from 255 or 42.93% from 184); Max value from RGB is 85 - color contains mainly: red. Hex color #55144F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55144F is #AAEBB0. Grayscale: #2D2D2D. Windows color (decimal): -11201457 or 5182549. OLE color: 5182549.
HSL color Cylindrical-coordinate representation of color #55144F: hue angle of 305.54º 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 #55144F is Cyan = 0, Magento = 0.76, Yellow = 0.07 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 20 | 79 | - |
| CMYK | 0 | 0.76 | 0.07 | 0.67 |
| HSL | 305.54º | 0.62% | 0.21% | - |
| HSV(B) | 305.54º | 0.76% | 0.33% | - |
| XYZ | 5.41 | 3 | 7.69 | - |
| YUV | 46.16 | 146.53 | 155.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 20 | 79 | 0 | 0.76 | 0.07 | 0.67 | 305.54 | 0.62 | 0.21 |
| Hex | 55 | 14 | 4F | 0 | 4C | 7 | 43 | 132 | 3E | 15 |
| Octal | 125 | 24 | 117 | 0 | 114 | 7 | 103 | 462 | 76 | 25 |
| Binary | 1010101 | 10100 | 1001111 | 0 | 1001100 | 111 | 1000011 | 100110010 | 111110 | 10101 |
Color Harmonies of #55144F
Complementary color
Monochromatic Colors of #55144F
Black with #55144F
Text Example
Text Example
White with #55144F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55144F; }
p { color: rgb(85,20,79); }
H1.HeaderClassName
{
color: #55144F;
}
.AnyTagClassName
{
color: #55144F;
}
</style>
background-color css
<style>
a { background-color: #55144F; }
a { background-color: rgb(85,20,79); }
div.DivClassName
{
background-color: #55144F;
}
.BgClassName
{
background-color: #55144F;
}
</style>
border-color css
<style>
span { border-color: #55144F; }
span { border-color: rgb(85,20,79); }
td.TdClassName
{
border-color: #55144F;
}
.TagClassName
{
border-color: #55144F;
}
</style>