Shades of Palatinate Purple #550254
Tints of Palatinate Purple #550254
RGB
CMYK
RGB Variations
Color information
#550254 (or 0x550254) is known color: Palatinate Purple. HEX triplet: 55, 02 and 54. RGB value is (85,2,84). Sum of RGB (Red+Green+Blue) = 85+2+84=171 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.71% from 171); Green value is 2 (1.17% from 255 or 1.17% from 171); Blue value is 84 (33.20% from 255 or 49.12% from 171); Max value from RGB is 85 - color contains mainly: red. Hex color #550254 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550254 is #AAFDAB. Grayscale: #232323. Windows color (decimal): -11206060 or 5505621. OLE color: 5505621.
HSL color Cylindrical-coordinate representation of color #550254: hue angle of 300.72º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #550254 is Cyan = 0, Magento = 0.98, Yellow = 0.01 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 2 | 84 | - |
| CMYK | 0 | 0.98 | 0.01 | 0.67 |
| HSL | 300.72º | 0.95% | 0.17% | - |
| HSV(B) | 300.72º | 0.98% | 0.33% | - |
| XYZ | 5.37 | 2.61 | 8.61 | - |
| YUV | 36.17 | 155 | 162.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 2 | 84 | 0 | 0.98 | 0.01 | 0.67 | 300.72 | 0.95 | 0.17 |
| Hex | 55 | 2 | 54 | 0 | 62 | 1 | 43 | 12D | 5F | 11 |
| Octal | 125 | 2 | 124 | 0 | 142 | 1 | 103 | 455 | 137 | 21 |
| Binary | 1010101 | 10 | 1010100 | 0 | 1100010 | 1 | 1000011 | 100101101 | 1011111 | 10001 |
Color Harmonies of #550254
Complementary color
Monochromatic Colors of #550254
Black with #550254
Text Example
Text Example
White with #550254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550254; }
p { color: rgb(85,2,84); }
H1.HeaderClassName
{
color: #550254;
}
.AnyTagClassName
{
color: #550254;
}
</style>
background-color css
<style>
a { background-color: #550254; }
a { background-color: rgb(85,2,84); }
div.DivClassName
{
background-color: #550254;
}
.BgClassName
{
background-color: #550254;
}
</style>
border-color css
<style>
span { border-color: #550254; }
span { border-color: rgb(85,2,84); }
td.TdClassName
{
border-color: #550254;
}
.TagClassName
{
border-color: #550254;
}
</style>