Shades of Palatinate Purple #55005C
Tints of Palatinate Purple #55005C
RGB
CMYK
RGB Variations
Color information
#55005C (or 0x55005C) is known color: Palatinate Purple. HEX triplet: 55, 00 and 5C. RGB value is (85,0,92). Sum of RGB (Red+Green+Blue) = 85+0+92=177 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.02% from 177); Green value is 0 (0.39% from 255 or 0% from 177); Blue value is 92 (36.33% from 255 or 51.98% from 177); Max value from RGB is 92 - color contains mainly: blue. Hex color #55005C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55005C is #AAFFA3. Grayscale: #232323. Windows color (decimal): -11206564 or 6029397. OLE color: 6029397.
HSL color Cylindrical-coordinate representation of color #55005C: hue angle of 295.43º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #55005C is Cyan = 0.08, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 85 | 0 | 92 | - |
| CMYK | 0.08 | 1 | 0 | 0.64 |
| HSL | 295.43º | 1% | 0.18% | - |
| HSV(B) | 295.43º | 1% | 0.36% | - |
| XYZ | 5.68 | 2.7 | 10.35 | - |
| YUV | 35.9 | 159.66 | 163.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 0 | 92 | 0.08 | 1 | 0 | 0.64 | 295.43 | 1 | 0.18 |
| Hex | 55 | 0 | 5C | 8 | 64 | 0 | 40 | 127 | 64 | 12 |
| Octal | 125 | 0 | 134 | 10 | 144 | 0 | 100 | 447 | 144 | 22 |
| Binary | 1010101 | 0 | 1011100 | 1000 | 1100100 | 0 | 1000000 | 100100111 | 1100100 | 10010 |
Color Harmonies of #55005C
Complementary color
Monochromatic Colors of #55005C
Black with #55005C
Text Example
Text Example
White with #55005C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55005C; }
p { color: rgb(85,0,92); }
H1.HeaderClassName
{
color: #55005C;
}
.AnyTagClassName
{
color: #55005C;
}
</style>
background-color css
<style>
a { background-color: #55005C; }
a { background-color: rgb(85,0,92); }
div.DivClassName
{
background-color: #55005C;
}
.BgClassName
{
background-color: #55005C;
}
</style>
border-color css
<style>
span { border-color: #55005C; }
span { border-color: rgb(85,0,92); }
td.TdClassName
{
border-color: #55005C;
}
.TagClassName
{
border-color: #55005C;
}
</style>