Shades of Palatinate Purple #781E68
Tints of Palatinate Purple #781E68
RGB
CMYK
RGB Variations
Color information
#781E68 (or 0x781E68) is known color: Palatinate Purple. HEX triplet: 78, 1E and 68. RGB value is (120,30,104). Sum of RGB (Red+Green+Blue) = 120+30+104=254 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.24% from 254); Green value is 30 (12.11% from 255 or 11.81% from 254); Blue value is 104 (41.02% from 255 or 40.94% from 254); Max value from RGB is 120 - color contains mainly: red. Hex color #781E68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #781E68 is #87E197. Grayscale: #414141. Windows color (decimal): -8905112 or 6823544. OLE color: 6823544.
HSL color Cylindrical-coordinate representation of color #781E68: hue angle of 310.67º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #781E68 is Cyan = 0, Magento = 0.75, Yellow = 0.13 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 30 | 104 | - |
| CMYK | 0 | 0.75 | 0.13 | 0.53 |
| HSL | 310.67º | 0.6% | 0.29% | - |
| HSV(B) | 310.67º | 0.75% | 0.47% | - |
| XYZ | 10.71 | 5.92 | 13.68 | - |
| YUV | 65.35 | 149.82 | 166.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 30 | 104 | 0 | 0.75 | 0.13 | 0.53 | 310.67 | 0.6 | 0.29 |
| Hex | 78 | 1E | 68 | 0 | 4B | D | 35 | 137 | 3C | 1D |
| Octal | 170 | 36 | 150 | 0 | 113 | 15 | 65 | 467 | 74 | 35 |
| Binary | 1111000 | 11110 | 1101000 | 0 | 1001011 | 1101 | 110101 | 100110111 | 111100 | 11101 |
Color Harmonies of #781E68
Complementary color
Monochromatic Colors of #781E68
Black with #781E68
Text Example
Text Example
White with #781E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781E68; }
p { color: rgb(120,30,104); }
H1.HeaderClassName
{
color: #781E68;
}
.AnyTagClassName
{
color: #781E68;
}
</style>
background-color css
<style>
a { background-color: #781E68; }
a { background-color: rgb(120,30,104); }
div.DivClassName
{
background-color: #781E68;
}
.BgClassName
{
background-color: #781E68;
}
</style>
border-color css
<style>
span { border-color: #781E68; }
span { border-color: rgb(120,30,104); }
td.TdClassName
{
border-color: #781E68;
}
.TagClassName
{
border-color: #781E68;
}
</style>