Shades of Palatinate Purple #772C68
Tints of Palatinate Purple #772C68
RGB
CMYK
RGB Variations
Color information
#772C68 (or 0x772C68) is known color: Palatinate Purple. HEX triplet: 77, 2C and 68. RGB value is (119,44,104). Sum of RGB (Red+Green+Blue) = 119+44+104=267 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.57% from 267); Green value is 44 (17.58% from 255 or 16.48% from 267); Blue value is 104 (41.02% from 255 or 38.95% from 267); Max value from RGB is 119 - color contains mainly: red. Hex color #772C68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772C68 is #88D397. Grayscale: #494949. Windows color (decimal): -8967064 or 6827127. OLE color: 6827127.
HSL color Cylindrical-coordinate representation of color #772C68: hue angle of 312º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #772C68 is Cyan = 0, Magento = 0.63, Yellow = 0.13 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 44 | 104 | - |
| CMYK | 0 | 0.63 | 0.13 | 0.53 |
| HSL | 312º | 0.46% | 0.32% | - |
| HSV(B) | 312º | 0.63% | 0.47% | - |
| XYZ | 11.01 | 6.72 | 13.81 | - |
| YUV | 73.27 | 145.35 | 160.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 44 | 104 | 0 | 0.63 | 0.13 | 0.53 | 312 | 0.46 | 0.32 |
| Hex | 77 | 2C | 68 | 0 | 3F | D | 35 | 138 | 2E | 20 |
| Octal | 167 | 54 | 150 | 0 | 77 | 15 | 65 | 470 | 56 | 40 |
| Binary | 1110111 | 101100 | 1101000 | 0 | 111111 | 1101 | 110101 | 100111000 | 101110 | 100000 |
Color Harmonies of #772C68
Complementary color
Monochromatic Colors of #772C68
Black with #772C68
Text Example
Text Example
White with #772C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772C68; }
p { color: rgb(119,44,104); }
H1.HeaderClassName
{
color: #772C68;
}
.AnyTagClassName
{
color: #772C68;
}
</style>
background-color css
<style>
a { background-color: #772C68; }
a { background-color: rgb(119,44,104); }
div.DivClassName
{
background-color: #772C68;
}
.BgClassName
{
background-color: #772C68;
}
</style>
border-color css
<style>
span { border-color: #772C68; }
span { border-color: rgb(119,44,104); }
td.TdClassName
{
border-color: #772C68;
}
.TagClassName
{
border-color: #772C68;
}
</style>