Shades of Palatinate Purple #550855
Tints of Palatinate Purple #550855
RGB
CMYK
RGB Variations
Color information
#550855 (or 0x550855) is known color: Palatinate Purple. HEX triplet: 55, 08 and 55. RGB value is (85,8,85). Sum of RGB (Red+Green+Blue) = 85+8+85=178 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.75% from 178); Green value is 8 (3.52% from 255 or 4.49% from 178); Blue value is 85 (33.59% from 255 or 47.75% from 178); Max value from RGB is 85 - color contains mainly: red, blue. Hex color #550855 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550855 is #AAF7AA. Grayscale: #272727. Windows color (decimal): -11204523 or 5572693. OLE color: 5572693.
HSL color Cylindrical-coordinate representation of color #550855: hue angle of 300º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #550855 is Cyan = 0, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 8 | 85 | - |
| CMYK | 0 | 0.91 | 0 | 0.67 |
| HSL | 300º | 0.83% | 0.18% | - |
| HSV(B) | 300º | 0.91% | 0.33% | - |
| XYZ | 5.47 | 2.76 | 8.84 | - |
| YUV | 39.8 | 153.51 | 160.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 8 | 85 | 0 | 0.91 | 0 | 0.67 | 300 | 0.83 | 0.18 |
| Hex | 55 | 8 | 55 | 0 | 5B | 0 | 43 | 12C | 53 | 12 |
| Octal | 125 | 10 | 125 | 0 | 133 | 0 | 103 | 454 | 123 | 22 |
| Binary | 1010101 | 1000 | 1010101 | 0 | 1011011 | 0 | 1000011 | 100101100 | 1010011 | 10010 |
Color Harmonies of #550855
Complementary color
Monochromatic Colors of #550855
Black with #550855
Text Example
Text Example
White with #550855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550855; }
p { color: rgb(85,8,85); }
H1.HeaderClassName
{
color: #550855;
}
.AnyTagClassName
{
color: #550855;
}
</style>
background-color css
<style>
a { background-color: #550855; }
a { background-color: rgb(85,8,85); }
div.DivClassName
{
background-color: #550855;
}
.BgClassName
{
background-color: #550855;
}
</style>
border-color css
<style>
span { border-color: #550855; }
span { border-color: rgb(85,8,85); }
td.TdClassName
{
border-color: #550855;
}
.TagClassName
{
border-color: #550855;
}
</style>