Shades of Palatinate Purple #55154F
Tints of Palatinate Purple #55154F
RGB
CMYK
RGB Variations
Color information
#55154F (or 0x55154F) is known color: Palatinate Purple. HEX triplet: 55, 15 and 4F. RGB value is (85,21,79). Sum of RGB (Red+Green+Blue) = 85+21+79=185 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.95% from 185); Green value is 21 (8.59% from 255 or 11.35% from 185); Blue value is 79 (31.25% from 255 or 42.70% from 185); Max value from RGB is 85 - color contains mainly: red. Hex color #55154F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55154F is #AAEAB0. Grayscale: #2E2E2E. Windows color (decimal): -11201201 or 5182805. OLE color: 5182805.
HSL color Cylindrical-coordinate representation of color #55154F: hue angle of 305.62º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #55154F is Cyan = 0, Magento = 0.75, Yellow = 0.07 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 21 | 79 | - |
| CMYK | 0 | 0.75 | 0.07 | 0.67 |
| HSL | 305.63º | 0.6% | 0.21% | - |
| HSV(B) | 305.63º | 0.75% | 0.33% | - |
| XYZ | 5.43 | 3.03 | 7.7 | - |
| YUV | 46.75 | 146.2 | 155.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 21 | 79 | 0 | 0.75 | 0.07 | 0.67 | 305.63 | 0.6 | 0.21 |
| Hex | 55 | 15 | 4F | 0 | 4B | 7 | 43 | 132 | 3C | 15 |
| Octal | 125 | 25 | 117 | 0 | 113 | 7 | 103 | 462 | 74 | 25 |
| Binary | 1010101 | 10101 | 1001111 | 0 | 1001011 | 111 | 1000011 | 100110010 | 111100 | 10101 |
Color Harmonies of #55154F
Complementary color
Monochromatic Colors of #55154F
Black with #55154F
Text Example
Text Example
White with #55154F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55154F; }
p { color: rgb(85,21,79); }
H1.HeaderClassName
{
color: #55154F;
}
.AnyTagClassName
{
color: #55154F;
}
</style>
background-color css
<style>
a { background-color: #55154F; }
a { background-color: rgb(85,21,79); }
div.DivClassName
{
background-color: #55154F;
}
.BgClassName
{
background-color: #55154F;
}
</style>
border-color css
<style>
span { border-color: #55154F; }
span { border-color: rgb(85,21,79); }
td.TdClassName
{
border-color: #55154F;
}
.TagClassName
{
border-color: #55154F;
}
</style>