Shades of Palatinate Purple #781F69
Tints of Palatinate Purple #781F69
RGB
CMYK
RGB Variations
Color information
#781F69 (or 0x781F69) is known color: Palatinate Purple. HEX triplet: 78, 1F and 69. RGB value is (120,31,105). Sum of RGB (Red+Green+Blue) = 120+31+105=256 (33% of max value = 765). Red value is 120 (47.27% from 255 or 46.88% from 256); Green value is 31 (12.5% from 255 or 12.11% from 256); Blue value is 105 (41.41% from 255 or 41.02% from 256); Max value from RGB is 120 - color contains mainly: red. Hex color #781F69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #781F69 is #87E096. Grayscale: #414141. Windows color (decimal): -8904855 or 6889336. OLE color: 6889336.
HSL color Cylindrical-coordinate representation of color #781F69: hue angle of 310.11º 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 #781F69 is Cyan = 0, Magento = 0.74, Yellow = 0.13 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 31 | 105 | - |
| CMYK | 0 | 0.74 | 0.13 | 0.53 |
| HSL | 310.11º | 0.59% | 0.3% | - |
| HSV(B) | 310.11º | 0.74% | 0.47% | - |
| XYZ | 10.79 | 5.99 | 13.95 | - |
| YUV | 66.05 | 149.99 | 166.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 31 | 105 | 0 | 0.74 | 0.13 | 0.53 | 310.11 | 0.59 | 0.3 |
| Hex | 78 | 1F | 69 | 0 | 4A | D | 35 | 136 | 3B | 1E |
| Octal | 170 | 37 | 151 | 0 | 112 | 15 | 65 | 466 | 73 | 36 |
| Binary | 1111000 | 11111 | 1101001 | 0 | 1001010 | 1101 | 110101 | 100110110 | 111011 | 11110 |
Color Harmonies of #781F69
Complementary color
Monochromatic Colors of #781F69
Black with #781F69
Text Example
Text Example
White with #781F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781F69; }
p { color: rgb(120,31,105); }
H1.HeaderClassName
{
color: #781F69;
}
.AnyTagClassName
{
color: #781F69;
}
</style>
background-color css
<style>
a { background-color: #781F69; }
a { background-color: rgb(120,31,105); }
div.DivClassName
{
background-color: #781F69;
}
.BgClassName
{
background-color: #781F69;
}
</style>
border-color css
<style>
span { border-color: #781F69; }
span { border-color: rgb(120,31,105); }
td.TdClassName
{
border-color: #781F69;
}
.TagClassName
{
border-color: #781F69;
}
</style>