Shades of Palatinate Purple #771968
Tints of Palatinate Purple #771968
RGB
CMYK
RGB Variations
Color information
#771968 (or 0x771968) is known color: Palatinate Purple. HEX triplet: 77, 19 and 68. RGB value is (119,25,104). Sum of RGB (Red+Green+Blue) = 119+25+104=248 (32% of max value = 765). Red value is 119 (46.88% from 255 or 47.98% from 248); Green value is 25 (10.16% from 255 or 10.08% from 248); Blue value is 104 (41.02% from 255 or 41.94% from 248); Max value from RGB is 119 - color contains mainly: red. Hex color #771968 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771968 is #88E697. Grayscale: #3D3D3D. Windows color (decimal): -8971928 or 6822263. OLE color: 6822263.
HSL color Cylindrical-coordinate representation of color #771968: hue angle of 309.57º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #771968 is Cyan = 0, Magento = 0.79, Yellow = 0.13 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 25 | 104 | - |
| CMYK | 0 | 0.79 | 0.13 | 0.53 |
| HSL | 309.57º | 0.65% | 0.28% | - |
| HSV(B) | 309.57º | 0.79% | 0.47% | - |
| XYZ | 10.45 | 5.62 | 13.63 | - |
| YUV | 62.11 | 151.64 | 168.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 25 | 104 | 0 | 0.79 | 0.13 | 0.53 | 309.57 | 0.65 | 0.28 |
| Hex | 77 | 19 | 68 | 0 | 4F | D | 35 | 136 | 41 | 1C |
| Octal | 167 | 31 | 150 | 0 | 117 | 15 | 65 | 466 | 101 | 34 |
| Binary | 1110111 | 11001 | 1101000 | 0 | 1001111 | 1101 | 110101 | 100110110 | 1000001 | 11100 |
Color Harmonies of #771968
Complementary color
Monochromatic Colors of #771968
Black with #771968
Text Example
Text Example
White with #771968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771968; }
p { color: rgb(119,25,104); }
H1.HeaderClassName
{
color: #771968;
}
.AnyTagClassName
{
color: #771968;
}
</style>
background-color css
<style>
a { background-color: #771968; }
a { background-color: rgb(119,25,104); }
div.DivClassName
{
background-color: #771968;
}
.BgClassName
{
background-color: #771968;
}
</style>
border-color css
<style>
span { border-color: #771968; }
span { border-color: rgb(119,25,104); }
td.TdClassName
{
border-color: #771968;
}
.TagClassName
{
border-color: #771968;
}
</style>