Shades of Palatinate Purple #781F68
Tints of Palatinate Purple #781F68
RGB
CMYK
RGB Variations
Color information
#781F68 (or 0x781F68) is known color: Palatinate Purple. HEX triplet: 78, 1F and 68. RGB value is (120,31,104). Sum of RGB (Red+Green+Blue) = 120+31+104=255 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.06% from 255); Green value is 31 (12.5% from 255 or 12.16% from 255); Blue value is 104 (41.02% from 255 or 40.78% from 255); Max value from RGB is 120 - color contains mainly: red. Hex color #781F68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #781F68 is #87E097. Grayscale: #414141. Windows color (decimal): -8904856 or 6823800. OLE color: 6823800.
HSL color Cylindrical-coordinate representation of color #781F68: hue angle of 310.79º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #781F68 is Cyan = 0, Magento = 0.74, Yellow = 0.13 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 31 | 104 | - |
| CMYK | 0 | 0.74 | 0.13 | 0.53 |
| HSL | 310.79º | 0.59% | 0.3% | - |
| HSV(B) | 310.79º | 0.74% | 0.47% | - |
| XYZ | 10.73 | 5.97 | 13.68 | - |
| YUV | 65.93 | 149.49 | 166.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 31 | 104 | 0 | 0.74 | 0.13 | 0.53 | 310.79 | 0.59 | 0.3 |
| Hex | 78 | 1F | 68 | 0 | 4A | D | 35 | 137 | 3B | 1E |
| Octal | 170 | 37 | 150 | 0 | 112 | 15 | 65 | 467 | 73 | 36 |
| Binary | 1111000 | 11111 | 1101000 | 0 | 1001010 | 1101 | 110101 | 100110111 | 111011 | 11110 |
Color Harmonies of #781F68
Complementary color
Monochromatic Colors of #781F68
Black with #781F68
Text Example
Text Example
White with #781F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781F68; }
p { color: rgb(120,31,104); }
H1.HeaderClassName
{
color: #781F68;
}
.AnyTagClassName
{
color: #781F68;
}
</style>
background-color css
<style>
a { background-color: #781F68; }
a { background-color: rgb(120,31,104); }
div.DivClassName
{
background-color: #781F68;
}
.BgClassName
{
background-color: #781F68;
}
</style>
border-color css
<style>
span { border-color: #781F68; }
span { border-color: rgb(120,31,104); }
td.TdClassName
{
border-color: #781F68;
}
.TagClassName
{
border-color: #781F68;
}
</style>