Shades of Palatinate Purple #772E69
Tints of Palatinate Purple #772E69
RGB
CMYK
RGB Variations
Color information
#772E69 (or 0x772E69) is known color: Palatinate Purple. HEX triplet: 77, 2E and 69. RGB value is (119,46,105). Sum of RGB (Red+Green+Blue) = 119+46+105=270 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.07% from 270); Green value is 46 (18.36% from 255 or 17.04% from 270); Blue value is 105 (41.41% from 255 or 38.89% from 270); Max value from RGB is 119 - color contains mainly: red. Hex color #772E69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772E69 is #88D196. Grayscale: #4A4A4A. Windows color (decimal): -8966551 or 6893175. OLE color: 6893175.
HSL color Cylindrical-coordinate representation of color #772E69: hue angle of 311.51º 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 #772E69 is Cyan = 0, Magento = 0.61, Yellow = 0.12 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 46 | 105 | - |
| CMYK | 0 | 0.61 | 0.12 | 0.53 |
| HSL | 311.51º | 0.44% | 0.32% | - |
| HSV(B) | 311.51º | 0.61% | 0.47% | - |
| XYZ | 11.13 | 6.9 | 14.11 | - |
| YUV | 74.55 | 145.18 | 159.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 46 | 105 | 0 | 0.61 | 0.12 | 0.53 | 311.51 | 0.44 | 0.32 |
| Hex | 77 | 2E | 69 | 0 | 3D | C | 35 | 138 | 2C | 20 |
| Octal | 167 | 56 | 151 | 0 | 75 | 14 | 65 | 470 | 54 | 40 |
| Binary | 1110111 | 101110 | 1101001 | 0 | 111101 | 1100 | 110101 | 100111000 | 101100 | 100000 |
Color Harmonies of #772E69
Complementary color
Monochromatic Colors of #772E69
Black with #772E69
Text Example
Text Example
White with #772E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772E69; }
p { color: rgb(119,46,105); }
H1.HeaderClassName
{
color: #772E69;
}
.AnyTagClassName
{
color: #772E69;
}
</style>
background-color css
<style>
a { background-color: #772E69; }
a { background-color: rgb(119,46,105); }
div.DivClassName
{
background-color: #772E69;
}
.BgClassName
{
background-color: #772E69;
}
</style>
border-color css
<style>
span { border-color: #772E69; }
span { border-color: rgb(119,46,105); }
td.TdClassName
{
border-color: #772E69;
}
.TagClassName
{
border-color: #772E69;
}
</style>