Shades of Palatinate Purple #781762
Tints of Palatinate Purple #781762
RGB
CMYK
RGB Variations
Color information
#781762 (or 0x781762) is known color: Palatinate Purple. HEX triplet: 78, 17 and 62. RGB value is (120,23,98). Sum of RGB (Red+Green+Blue) = 120+23+98=241 (31% of max value = 765). Red value is 120 (47.27% from 255 or 49.79% from 241); Green value is 23 (9.38% from 255 or 9.54% from 241); Blue value is 98 (38.67% from 255 or 40.66% from 241); Max value from RGB is 120 - color contains mainly: red. Hex color #781762 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781762 is #87E89D. Grayscale: #3C3C3C. Windows color (decimal): -8906910 or 6428536. OLE color: 6428536.
HSL color Cylindrical-coordinate representation of color #781762: hue angle of 313.61º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #781762 is Cyan = 0, Magento = 0.81, Yellow = 0.18 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 23 | 98 | - |
| CMYK | 0 | 0.81 | 0.18 | 0.53 |
| HSL | 313.61º | 0.68% | 0.28% | - |
| HSV(B) | 313.61º | 0.81% | 0.47% | - |
| XYZ | 10.26 | 5.49 | 12.07 | - |
| YUV | 60.55 | 149.14 | 170.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 23 | 98 | 0 | 0.81 | 0.18 | 0.53 | 313.61 | 0.68 | 0.28 |
| Hex | 78 | 17 | 62 | 0 | 51 | 12 | 35 | 13A | 44 | 1C |
| Octal | 170 | 27 | 142 | 0 | 121 | 22 | 65 | 472 | 104 | 34 |
| Binary | 1111000 | 10111 | 1100010 | 0 | 1010001 | 10010 | 110101 | 100111010 | 1000100 | 11100 |
Color Harmonies of #781762
Complementary color
Monochromatic Colors of #781762
Black with #781762
Text Example
Text Example
White with #781762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781762; }
p { color: rgb(120,23,98); }
H1.HeaderClassName
{
color: #781762;
}
.AnyTagClassName
{
color: #781762;
}
</style>
background-color css
<style>
a { background-color: #781762; }
a { background-color: rgb(120,23,98); }
div.DivClassName
{
background-color: #781762;
}
.BgClassName
{
background-color: #781762;
}
</style>
border-color css
<style>
span { border-color: #781762; }
span { border-color: rgb(120,23,98); }
td.TdClassName
{
border-color: #781762;
}
.TagClassName
{
border-color: #781762;
}
</style>