Shades of Palatinate Purple #550259
Tints of Palatinate Purple #550259
RGB
CMYK
RGB Variations
Color information
#550259 (or 0x550259) is known color: Palatinate Purple. HEX triplet: 55, 02 and 59. RGB value is (85,2,89). Sum of RGB (Red+Green+Blue) = 85+2+89=176 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.30% from 176); Green value is 2 (1.17% from 255 or 1.14% from 176); Blue value is 89 (35.16% from 255 or 50.57% from 176); Max value from RGB is 89 - color contains mainly: blue. Hex color #550259 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550259 is #AAFDA6. Grayscale: #242424. Windows color (decimal): -11206055 or 5833301. OLE color: 5833301.
HSL color Cylindrical-coordinate representation of color #550259: hue angle of 297.24º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #550259 is Cyan = 0.04, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 85 | 2 | 89 | - |
| CMYK | 0.04 | 0.98 | 0 | 0.65 |
| HSL | 297.24º | 0.96% | 0.18% | - |
| HSV(B) | 297.24º | 0.98% | 0.35% | - |
| XYZ | 5.57 | 2.7 | 9.68 | - |
| YUV | 36.74 | 157.5 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 2 | 89 | 0.04 | 0.98 | 0 | 0.65 | 297.24 | 0.96 | 0.18 |
| Hex | 55 | 2 | 59 | 4 | 62 | 0 | 41 | 129 | 60 | 12 |
| Octal | 125 | 2 | 131 | 4 | 142 | 0 | 101 | 451 | 140 | 22 |
| Binary | 1010101 | 10 | 1011001 | 100 | 1100010 | 0 | 1000001 | 100101001 | 1100000 | 10010 |
Color Harmonies of #550259
Complementary color
Monochromatic Colors of #550259
Black with #550259
Text Example
Text Example
White with #550259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550259; }
p { color: rgb(85,2,89); }
H1.HeaderClassName
{
color: #550259;
}
.AnyTagClassName
{
color: #550259;
}
</style>
background-color css
<style>
a { background-color: #550259; }
a { background-color: rgb(85,2,89); }
div.DivClassName
{
background-color: #550259;
}
.BgClassName
{
background-color: #550259;
}
</style>
border-color css
<style>
span { border-color: #550259; }
span { border-color: rgb(85,2,89); }
td.TdClassName
{
border-color: #550259;
}
.TagClassName
{
border-color: #550259;
}
</style>