Shades of Palatinate Purple #782066
Tints of Palatinate Purple #782066
RGB
CMYK
RGB Variations
Color information
#782066 (or 0x782066) is known color: Palatinate Purple. HEX triplet: 78, 20 and 66. RGB value is (120,32,102). Sum of RGB (Red+Green+Blue) = 120+32+102=254 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.24% from 254); Green value is 32 (12.89% from 255 or 12.60% from 254); Blue value is 102 (40.23% from 255 or 40.16% from 254); Max value from RGB is 120 - color contains mainly: red. Hex color #782066 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782066 is #87DF99. Grayscale: #424242. Windows color (decimal): -8904602 or 6692984. OLE color: 6692984.
HSL color Cylindrical-coordinate representation of color #782066: hue angle of 312.27º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #782066 is Cyan = 0, Magento = 0.73, Yellow = 0.15 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 32 | 102 | - |
| CMYK | 0 | 0.73 | 0.15 | 0.53 |
| HSL | 312.27º | 0.58% | 0.3% | - |
| HSV(B) | 312.27º | 0.73% | 0.47% | - |
| XYZ | 10.66 | 5.99 | 13.16 | - |
| YUV | 66.29 | 148.15 | 166.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 32 | 102 | 0 | 0.73 | 0.15 | 0.53 | 312.27 | 0.58 | 0.3 |
| Hex | 78 | 20 | 66 | 0 | 49 | F | 35 | 138 | 3A | 1E |
| Octal | 170 | 40 | 146 | 0 | 111 | 17 | 65 | 470 | 72 | 36 |
| Binary | 1111000 | 100000 | 1100110 | 0 | 1001001 | 1111 | 110101 | 100111000 | 111010 | 11110 |
Color Harmonies of #782066
Complementary color
Monochromatic Colors of #782066
Black with #782066
Text Example
Text Example
White with #782066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782066; }
p { color: rgb(120,32,102); }
H1.HeaderClassName
{
color: #782066;
}
.AnyTagClassName
{
color: #782066;
}
</style>
background-color css
<style>
a { background-color: #782066; }
a { background-color: rgb(120,32,102); }
div.DivClassName
{
background-color: #782066;
}
.BgClassName
{
background-color: #782066;
}
</style>
border-color css
<style>
span { border-color: #782066; }
span { border-color: rgb(120,32,102); }
td.TdClassName
{
border-color: #782066;
}
.TagClassName
{
border-color: #782066;
}
</style>