Shades of Palatinate Purple #550B4F
Tints of Palatinate Purple #550B4F
RGB
CMYK
RGB Variations
Color information
#550B4F (or 0x550B4F) is known color: Palatinate Purple. HEX triplet: 55, 0B and 4F. RGB value is (85,11,79). Sum of RGB (Red+Green+Blue) = 85+11+79=175 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.57% from 175); Green value is 11 (4.69% from 255 or 6.29% from 175); Blue value is 79 (31.25% from 255 or 45.14% from 175); Max value from RGB is 85 - color contains mainly: red. Hex color #550B4F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550B4F is #AAF4B0. Grayscale: #282828. Windows color (decimal): -11203761 or 5180245. OLE color: 5180245.
HSL color Cylindrical-coordinate representation of color #550B4F: hue angle of 304.86º degrees, saturation: 0.77, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #550B4F is Cyan = 0, Magento = 0.87, Yellow = 0.07 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 11 | 79 | - |
| CMYK | 0 | 0.87 | 0.07 | 0.67 |
| HSL | 304.86º | 0.77% | 0.19% | - |
| HSV(B) | 304.86º | 0.87% | 0.33% | - |
| XYZ | 5.28 | 2.74 | 7.65 | - |
| YUV | 40.88 | 149.52 | 159.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 11 | 79 | 0 | 0.87 | 0.07 | 0.67 | 304.86 | 0.77 | 0.19 |
| Hex | 55 | B | 4F | 0 | 57 | 7 | 43 | 131 | 4D | 13 |
| Octal | 125 | 13 | 117 | 0 | 127 | 7 | 103 | 461 | 115 | 23 |
| Binary | 1010101 | 1011 | 1001111 | 0 | 1010111 | 111 | 1000011 | 100110001 | 1001101 | 10011 |
Color Harmonies of #550B4F
Complementary color
Monochromatic Colors of #550B4F
Black with #550B4F
Text Example
Text Example
White with #550B4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550B4F; }
p { color: rgb(85,11,79); }
H1.HeaderClassName
{
color: #550B4F;
}
.AnyTagClassName
{
color: #550B4F;
}
</style>
background-color css
<style>
a { background-color: #550B4F; }
a { background-color: rgb(85,11,79); }
div.DivClassName
{
background-color: #550B4F;
}
.BgClassName
{
background-color: #550B4F;
}
</style>
border-color css
<style>
span { border-color: #550B4F; }
span { border-color: rgb(85,11,79); }
td.TdClassName
{
border-color: #550B4F;
}
.TagClassName
{
border-color: #550B4F;
}
</style>