Shades of Palatinate Purple #550C53
Tints of Palatinate Purple #550C53
RGB
CMYK
RGB Variations
Color information
#550C53 (or 0x550C53) is known color: Palatinate Purple. HEX triplet: 55, 0C and 53. RGB value is (85,12,83). Sum of RGB (Red+Green+Blue) = 85+12+83=180 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.22% from 180); Green value is 12 (5.08% from 255 or 6.67% from 180); Blue value is 83 (32.81% from 255 or 46.11% from 180); Max value from RGB is 85 - color contains mainly: red. Hex color #550C53 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550C53 is #AAF3AC. Grayscale: #292929. Windows color (decimal): -11203501 or 5442645. OLE color: 5442645.
HSL color Cylindrical-coordinate representation of color #550C53: hue angle of 301.64º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #550C53 is Cyan = 0, Magento = 0.86, Yellow = 0.02 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 12 | 83 | - |
| CMYK | 0 | 0.86 | 0.02 | 0.67 |
| HSL | 301.64º | 0.75% | 0.19% | - |
| HSV(B) | 301.64º | 0.86% | 0.33% | - |
| XYZ | 5.44 | 2.82 | 8.44 | - |
| YUV | 41.92 | 151.18 | 158.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 12 | 83 | 0 | 0.86 | 0.02 | 0.67 | 301.64 | 0.75 | 0.19 |
| Hex | 55 | C | 53 | 0 | 56 | 2 | 43 | 12E | 4B | 13 |
| Octal | 125 | 14 | 123 | 0 | 126 | 2 | 103 | 456 | 113 | 23 |
| Binary | 1010101 | 1100 | 1010011 | 0 | 1010110 | 10 | 1000011 | 100101110 | 1001011 | 10011 |
Color Harmonies of #550C53
Complementary color
Monochromatic Colors of #550C53
Black with #550C53
Text Example
Text Example
White with #550C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550C53; }
p { color: rgb(85,12,83); }
H1.HeaderClassName
{
color: #550C53;
}
.AnyTagClassName
{
color: #550C53;
}
</style>
background-color css
<style>
a { background-color: #550C53; }
a { background-color: rgb(85,12,83); }
div.DivClassName
{
background-color: #550C53;
}
.BgClassName
{
background-color: #550C53;
}
</style>
border-color css
<style>
span { border-color: #550C53; }
span { border-color: rgb(85,12,83); }
td.TdClassName
{
border-color: #550C53;
}
.TagClassName
{
border-color: #550C53;
}
</style>