Shades of Palatinate Purple #782068
Tints of Palatinate Purple #782068
RGB
CMYK
RGB Variations
Color information
#782068 (or 0x782068) is known color: Palatinate Purple. HEX triplet: 78, 20 and 68. RGB value is (120,32,104). Sum of RGB (Red+Green+Blue) = 120+32+104=256 (33% of max value = 765). Red value is 120 (47.27% from 255 or 46.88% from 256); Green value is 32 (12.89% from 255 or 12.5% from 256); Blue value is 104 (41.02% from 255 or 40.62% from 256); Max value from RGB is 120 - color contains mainly: red. Hex color #782068 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782068 is #87DF97. Grayscale: #424242. Windows color (decimal): -8904600 or 6824056. OLE color: 6824056.
HSL color Cylindrical-coordinate representation of color #782068: hue angle of 310.91º 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 #782068 is Cyan = 0, Magento = 0.73, Yellow = 0.13 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 32 | 104 | - |
| CMYK | 0 | 0.73 | 0.13 | 0.53 |
| HSL | 310.91º | 0.58% | 0.3% | - |
| HSV(B) | 310.91º | 0.73% | 0.47% | - |
| XYZ | 10.76 | 6.03 | 13.69 | - |
| YUV | 66.52 | 149.15 | 166.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 32 | 104 | 0 | 0.73 | 0.13 | 0.53 | 310.91 | 0.58 | 0.3 |
| Hex | 78 | 20 | 68 | 0 | 49 | D | 35 | 137 | 3A | 1E |
| Octal | 170 | 40 | 150 | 0 | 111 | 15 | 65 | 467 | 72 | 36 |
| Binary | 1111000 | 100000 | 1101000 | 0 | 1001001 | 1101 | 110101 | 100110111 | 111010 | 11110 |
Color Harmonies of #782068
Complementary color
Monochromatic Colors of #782068
Black with #782068
Text Example
Text Example
White with #782068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782068; }
p { color: rgb(120,32,104); }
H1.HeaderClassName
{
color: #782068;
}
.AnyTagClassName
{
color: #782068;
}
</style>
background-color css
<style>
a { background-color: #782068; }
a { background-color: rgb(120,32,104); }
div.DivClassName
{
background-color: #782068;
}
.BgClassName
{
background-color: #782068;
}
</style>
border-color css
<style>
span { border-color: #782068; }
span { border-color: rgb(120,32,104); }
td.TdClassName
{
border-color: #782068;
}
.TagClassName
{
border-color: #782068;
}
</style>