Shades of Palatinate Purple #550157
Tints of Palatinate Purple #550157
RGB
CMYK
RGB Variations
Color information
#550157 (or 0x550157) is known color: Palatinate Purple. HEX triplet: 55, 01 and 57. RGB value is (85,1,87). Sum of RGB (Red+Green+Blue) = 85+1+87=173 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.13% from 173); Green value is 1 (0.78% from 255 or 0.58% from 173); Blue value is 87 (34.38% from 255 or 50.29% from 173); Max value from RGB is 87 - color contains mainly: blue. Hex color #550157 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550157 is #AAFEA8. Grayscale: #232323. Windows color (decimal): -11206313 or 5701973. OLE color: 5701973.
HSL color Cylindrical-coordinate representation of color #550157: hue angle of 298.6º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #550157 is Cyan = 0.02, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 85 | 1 | 87 | - |
| CMYK | 0.02 | 0.99 | 0 | 0.66 |
| HSL | 298.6º | 0.98% | 0.17% | - |
| HSV(B) | 298.6º | 0.99% | 0.34% | - |
| XYZ | 5.48 | 2.64 | 9.24 | - |
| YUV | 35.92 | 156.83 | 163.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 1 | 87 | 0.02 | 0.99 | 0 | 0.66 | 298.6 | 0.98 | 0.17 |
| Hex | 55 | 1 | 57 | 2 | 63 | 0 | 42 | 12B | 62 | 11 |
| Octal | 125 | 1 | 127 | 2 | 143 | 0 | 102 | 453 | 142 | 21 |
| Binary | 1010101 | 1 | 1010111 | 10 | 1100011 | 0 | 1000010 | 100101011 | 1100010 | 10001 |
Color Harmonies of #550157
Complementary color
Monochromatic Colors of #550157
Black with #550157
Text Example
Text Example
White with #550157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550157; }
p { color: rgb(85,1,87); }
H1.HeaderClassName
{
color: #550157;
}
.AnyTagClassName
{
color: #550157;
}
</style>
background-color css
<style>
a { background-color: #550157; }
a { background-color: rgb(85,1,87); }
div.DivClassName
{
background-color: #550157;
}
.BgClassName
{
background-color: #550157;
}
</style>
border-color css
<style>
span { border-color: #550157; }
span { border-color: rgb(85,1,87); }
td.TdClassName
{
border-color: #550157;
}
.TagClassName
{
border-color: #550157;
}
</style>