Shades of Palatinate Purple #772E68
Tints of Palatinate Purple #772E68
RGB
CMYK
RGB Variations
Color information
#772E68 (or 0x772E68) is known color: Palatinate Purple. HEX triplet: 77, 2E and 68. RGB value is (119,46,104). Sum of RGB (Red+Green+Blue) = 119+46+104=269 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.24% from 269); Green value is 46 (18.36% from 255 or 17.10% from 269); Blue value is 104 (41.02% from 255 or 38.66% from 269); Max value from RGB is 119 - color contains mainly: red. Hex color #772E68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772E68 is #88D197. Grayscale: #4A4A4A. Windows color (decimal): -8966552 or 6827639. OLE color: 6827639.
HSL color Cylindrical-coordinate representation of color #772E68: hue angle of 312.33º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #772E68 is Cyan = 0, Magento = 0.61, Yellow = 0.13 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 46 | 104 | - |
| CMYK | 0 | 0.61 | 0.13 | 0.53 |
| HSL | 312.33º | 0.44% | 0.32% | - |
| HSV(B) | 312.33º | 0.61% | 0.47% | - |
| XYZ | 11.08 | 6.88 | 13.84 | - |
| YUV | 74.44 | 144.68 | 159.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 46 | 104 | 0 | 0.61 | 0.13 | 0.53 | 312.33 | 0.44 | 0.32 |
| Hex | 77 | 2E | 68 | 0 | 3D | D | 35 | 138 | 2C | 20 |
| Octal | 167 | 56 | 150 | 0 | 75 | 15 | 65 | 470 | 54 | 40 |
| Binary | 1110111 | 101110 | 1101000 | 0 | 111101 | 1101 | 110101 | 100111000 | 101100 | 100000 |
Color Harmonies of #772E68
Complementary color
Monochromatic Colors of #772E68
Black with #772E68
Text Example
Text Example
White with #772E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772E68; }
p { color: rgb(119,46,104); }
H1.HeaderClassName
{
color: #772E68;
}
.AnyTagClassName
{
color: #772E68;
}
</style>
background-color css
<style>
a { background-color: #772E68; }
a { background-color: rgb(119,46,104); }
div.DivClassName
{
background-color: #772E68;
}
.BgClassName
{
background-color: #772E68;
}
</style>
border-color css
<style>
span { border-color: #772E68; }
span { border-color: rgb(119,46,104); }
td.TdClassName
{
border-color: #772E68;
}
.TagClassName
{
border-color: #772E68;
}
</style>