Shades of Palatinate Purple #550654
Tints of Palatinate Purple #550654
RGB
CMYK
RGB Variations
Color information
#550654 (or 0x550654) is known color: Palatinate Purple. HEX triplet: 55, 06 and 54. RGB value is (85,6,84). Sum of RGB (Red+Green+Blue) = 85+6+84=175 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.57% from 175); Green value is 6 (2.73% from 255 or 3.43% from 175); Blue value is 84 (33.20% from 255 or 48% from 175); Max value from RGB is 85 - color contains mainly: red. Hex color #550654 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550654 is #AAF9AB. Grayscale: #262626. Windows color (decimal): -11205036 or 5506645. OLE color: 5506645.
HSL color Cylindrical-coordinate representation of color #550654: hue angle of 300.76º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #550654 is Cyan = 0, Magento = 0.93, Yellow = 0.01 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 6 | 84 | - |
| CMYK | 0 | 0.93 | 0.01 | 0.67 |
| HSL | 300.76º | 0.87% | 0.18% | - |
| HSV(B) | 300.76º | 0.93% | 0.33% | - |
| XYZ | 5.41 | 2.7 | 8.62 | - |
| YUV | 38.51 | 153.67 | 161.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 6 | 84 | 0 | 0.93 | 0.01 | 0.67 | 300.76 | 0.87 | 0.18 |
| Hex | 55 | 6 | 54 | 0 | 5D | 1 | 43 | 12D | 57 | 12 |
| Octal | 125 | 6 | 124 | 0 | 135 | 1 | 103 | 455 | 127 | 22 |
| Binary | 1010101 | 110 | 1010100 | 0 | 1011101 | 1 | 1000011 | 100101101 | 1010111 | 10010 |
Color Harmonies of #550654
Complementary color
Monochromatic Colors of #550654
Black with #550654
Text Example
Text Example
White with #550654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550654; }
p { color: rgb(85,6,84); }
H1.HeaderClassName
{
color: #550654;
}
.AnyTagClassName
{
color: #550654;
}
</style>
background-color css
<style>
a { background-color: #550654; }
a { background-color: rgb(85,6,84); }
div.DivClassName
{
background-color: #550654;
}
.BgClassName
{
background-color: #550654;
}
</style>
border-color css
<style>
span { border-color: #550654; }
span { border-color: rgb(85,6,84); }
td.TdClassName
{
border-color: #550654;
}
.TagClassName
{
border-color: #550654;
}
</style>