Shades of Palatinate Purple #781966
Tints of Palatinate Purple #781966
RGB
CMYK
RGB Variations
Color information
#781966 (or 0x781966) is known color: Palatinate Purple. HEX triplet: 78, 19 and 66. RGB value is (120,25,102). Sum of RGB (Red+Green+Blue) = 120+25+102=247 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.58% from 247); Green value is 25 (10.16% from 255 or 10.12% from 247); Blue value is 102 (40.23% from 255 or 41.30% from 247); Max value from RGB is 120 - color contains mainly: red. Hex color #781966 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781966 is #87E699. Grayscale: #3D3D3D. Windows color (decimal): -8906394 or 6691192. OLE color: 6691192.
HSL color Cylindrical-coordinate representation of color #781966: hue angle of 311.37º degrees, saturation: 0.66, 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 #781966 is Cyan = 0, Magento = 0.79, Yellow = 0.15 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 25 | 102 | - |
| CMYK | 0 | 0.79 | 0.15 | 0.53 |
| HSL | 311.37º | 0.66% | 0.28% | - |
| HSV(B) | 311.37º | 0.79% | 0.47% | - |
| XYZ | 10.49 | 5.65 | 13.11 | - |
| YUV | 62.18 | 150.47 | 169.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 25 | 102 | 0 | 0.79 | 0.15 | 0.53 | 311.37 | 0.66 | 0.28 |
| Hex | 78 | 19 | 66 | 0 | 4F | F | 35 | 137 | 42 | 1C |
| Octal | 170 | 31 | 146 | 0 | 117 | 17 | 65 | 467 | 102 | 34 |
| Binary | 1111000 | 11001 | 1100110 | 0 | 1001111 | 1111 | 110101 | 100110111 | 1000010 | 11100 |
Color Harmonies of #781966
Complementary color
Monochromatic Colors of #781966
Black with #781966
Text Example
Text Example
White with #781966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781966; }
p { color: rgb(120,25,102); }
H1.HeaderClassName
{
color: #781966;
}
.AnyTagClassName
{
color: #781966;
}
</style>
background-color css
<style>
a { background-color: #781966; }
a { background-color: rgb(120,25,102); }
div.DivClassName
{
background-color: #781966;
}
.BgClassName
{
background-color: #781966;
}
</style>
border-color css
<style>
span { border-color: #781966; }
span { border-color: rgb(120,25,102); }
td.TdClassName
{
border-color: #781966;
}
.TagClassName
{
border-color: #781966;
}
</style>