Shades of Palatinate Purple #550058
Tints of Palatinate Purple #550058
RGB
CMYK
RGB Variations
Color information
#550058 (or 0x550058) is known color: Palatinate Purple. HEX triplet: 55, 00 and 58. RGB value is (85,0,88). Sum of RGB (Red+Green+Blue) = 85+0+88=173 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.13% from 173); Green value is 0 (0.39% from 255 or 0% from 173); Blue value is 88 (34.77% from 255 or 50.87% from 173); Max value from RGB is 88 - color contains mainly: blue. Hex color #550058 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550058 is #AAFFA7. Grayscale: #232323. Windows color (decimal): -11206568 or 5767253. OLE color: 5767253.
HSL color Cylindrical-coordinate representation of color #550058: hue angle of 297.95º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #550058 is Cyan = 0.03, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 85 | 0 | 88 | - |
| CMYK | 0.03 | 1 | 0 | 0.65 |
| HSL | 297.95º | 1% | 0.17% | - |
| HSV(B) | 297.95º | 1% | 0.35% | - |
| XYZ | 5.51 | 2.64 | 9.45 | - |
| YUV | 35.45 | 157.66 | 163.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 0 | 88 | 0.03 | 1 | 0 | 0.65 | 297.95 | 1 | 0.17 |
| Hex | 55 | 0 | 58 | 3 | 64 | 0 | 41 | 12A | 64 | 11 |
| Octal | 125 | 0 | 130 | 3 | 144 | 0 | 101 | 452 | 144 | 21 |
| Binary | 1010101 | 0 | 1011000 | 11 | 1100100 | 0 | 1000001 | 100101010 | 1100100 | 10001 |
Color Harmonies of #550058
Complementary color
Monochromatic Colors of #550058
Black with #550058
Text Example
Text Example
White with #550058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550058; }
p { color: rgb(85,0,88); }
H1.HeaderClassName
{
color: #550058;
}
.AnyTagClassName
{
color: #550058;
}
</style>
background-color css
<style>
a { background-color: #550058; }
a { background-color: rgb(85,0,88); }
div.DivClassName
{
background-color: #550058;
}
.BgClassName
{
background-color: #550058;
}
</style>
border-color css
<style>
span { border-color: #550058; }
span { border-color: rgb(85,0,88); }
td.TdClassName
{
border-color: #550058;
}
.TagClassName
{
border-color: #550058;
}
</style>