Shades of Palatinate Purple #772B68
Tints of Palatinate Purple #772B68
RGB
CMYK
RGB Variations
Color information
#772B68 (or 0x772B68) is known color: Palatinate Purple. HEX triplet: 77, 2B and 68. RGB value is (119,43,104). Sum of RGB (Red+Green+Blue) = 119+43+104=266 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.74% from 266); Green value is 43 (17.19% from 255 or 16.17% from 266); Blue value is 104 (41.02% from 255 or 39.10% from 266); Max value from RGB is 119 - color contains mainly: red. Hex color #772B68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772B68 is #88D497. Grayscale: #484848. Windows color (decimal): -8967320 or 6826871. OLE color: 6826871.
HSL color Cylindrical-coordinate representation of color #772B68: hue angle of 311.84º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #772B68 is Cyan = 0, Magento = 0.64, Yellow = 0.13 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 43 | 104 | - |
| CMYK | 0 | 0.64 | 0.13 | 0.53 |
| HSL | 311.84º | 0.47% | 0.32% | - |
| HSV(B) | 311.84º | 0.64% | 0.47% | - |
| XYZ | 10.97 | 6.65 | 13.8 | - |
| YUV | 72.68 | 145.68 | 161.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 43 | 104 | 0 | 0.64 | 0.13 | 0.53 | 311.84 | 0.47 | 0.32 |
| Hex | 77 | 2B | 68 | 0 | 40 | D | 35 | 138 | 2F | 20 |
| Octal | 167 | 53 | 150 | 0 | 100 | 15 | 65 | 470 | 57 | 40 |
| Binary | 1110111 | 101011 | 1101000 | 0 | 1000000 | 1101 | 110101 | 100111000 | 101111 | 100000 |
Color Harmonies of #772B68
Complementary color
Monochromatic Colors of #772B68
Black with #772B68
Text Example
Text Example
White with #772B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772B68; }
p { color: rgb(119,43,104); }
H1.HeaderClassName
{
color: #772B68;
}
.AnyTagClassName
{
color: #772B68;
}
</style>
background-color css
<style>
a { background-color: #772B68; }
a { background-color: rgb(119,43,104); }
div.DivClassName
{
background-color: #772B68;
}
.BgClassName
{
background-color: #772B68;
}
</style>
border-color css
<style>
span { border-color: #772B68; }
span { border-color: rgb(119,43,104); }
td.TdClassName
{
border-color: #772B68;
}
.TagClassName
{
border-color: #772B68;
}
</style>