Shades of Palatinate Purple #771C68
Tints of Palatinate Purple #771C68
RGB
CMYK
RGB Variations
Color information
#771C68 (or 0x771C68) is known color: Palatinate Purple. HEX triplet: 77, 1C and 68. RGB value is (119,28,104). Sum of RGB (Red+Green+Blue) = 119+28+104=251 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.41% from 251); Green value is 28 (11.33% from 255 or 11.16% from 251); Blue value is 104 (41.02% from 255 or 41.43% from 251); Max value from RGB is 119 - color contains mainly: red. Hex color #771C68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #771C68 is #88E397. Grayscale: #3F3F3F. Windows color (decimal): -8971160 or 6823031. OLE color: 6823031.
HSL color Cylindrical-coordinate representation of color #771C68: hue angle of 309.89º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #771C68 is Cyan = 0, Magento = 0.76, Yellow = 0.13 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 28 | 104 | - |
| CMYK | 0 | 0.76 | 0.13 | 0.53 |
| HSL | 309.89º | 0.62% | 0.29% | - |
| HSV(B) | 309.89º | 0.76% | 0.47% | - |
| XYZ | 10.52 | 5.75 | 13.65 | - |
| YUV | 63.87 | 150.65 | 167.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 28 | 104 | 0 | 0.76 | 0.13 | 0.53 | 309.89 | 0.62 | 0.29 |
| Hex | 77 | 1C | 68 | 0 | 4C | D | 35 | 136 | 3E | 1D |
| Octal | 167 | 34 | 150 | 0 | 114 | 15 | 65 | 466 | 76 | 35 |
| Binary | 1110111 | 11100 | 1101000 | 0 | 1001100 | 1101 | 110101 | 100110110 | 111110 | 11101 |
Color Harmonies of #771C68
Complementary color
Monochromatic Colors of #771C68
Black with #771C68
Text Example
Text Example
White with #771C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771C68; }
p { color: rgb(119,28,104); }
H1.HeaderClassName
{
color: #771C68;
}
.AnyTagClassName
{
color: #771C68;
}
</style>
background-color css
<style>
a { background-color: #771C68; }
a { background-color: rgb(119,28,104); }
div.DivClassName
{
background-color: #771C68;
}
.BgClassName
{
background-color: #771C68;
}
</style>
border-color css
<style>
span { border-color: #771C68; }
span { border-color: rgb(119,28,104); }
td.TdClassName
{
border-color: #771C68;
}
.TagClassName
{
border-color: #771C68;
}
</style>