Shades of Palatinate Purple #782065
Tints of Palatinate Purple #782065
RGB
CMYK
RGB Variations
Color information
#782065 (or 0x782065) is known color: Palatinate Purple. HEX triplet: 78, 20 and 65. RGB value is (120,32,101). Sum of RGB (Red+Green+Blue) = 120+32+101=253 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.43% from 253); Green value is 32 (12.89% from 255 or 12.65% from 253); Blue value is 101 (39.84% from 255 or 39.92% from 253); Max value from RGB is 120 - color contains mainly: red. Hex color #782065 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782065 is #87DF9A. Grayscale: #414141. Windows color (decimal): -8904603 or 6627448. OLE color: 6627448.
HSL color Cylindrical-coordinate representation of color #782065: hue angle of 312.95º 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 #782065 is Cyan = 0, Magento = 0.73, Yellow = 0.16 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 32 | 101 | - |
| CMYK | 0 | 0.73 | 0.16 | 0.53 |
| HSL | 312.95º | 0.58% | 0.3% | - |
| HSV(B) | 312.95º | 0.73% | 0.47% | - |
| XYZ | 10.61 | 5.97 | 12.9 | - |
| YUV | 66.18 | 147.65 | 166.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 32 | 101 | 0 | 0.73 | 0.16 | 0.53 | 312.95 | 0.58 | 0.3 |
| Hex | 78 | 20 | 65 | 0 | 49 | 10 | 35 | 139 | 3A | 1E |
| Octal | 170 | 40 | 145 | 0 | 111 | 20 | 65 | 471 | 72 | 36 |
| Binary | 1111000 | 100000 | 1100101 | 0 | 1001001 | 10000 | 110101 | 100111001 | 111010 | 11110 |
Color Harmonies of #782065
Complementary color
Monochromatic Colors of #782065
Black with #782065
Text Example
Text Example
White with #782065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782065; }
p { color: rgb(120,32,101); }
H1.HeaderClassName
{
color: #782065;
}
.AnyTagClassName
{
color: #782065;
}
</style>
background-color css
<style>
a { background-color: #782065; }
a { background-color: rgb(120,32,101); }
div.DivClassName
{
background-color: #782065;
}
.BgClassName
{
background-color: #782065;
}
</style>
border-color css
<style>
span { border-color: #782065; }
span { border-color: rgb(120,32,101); }
td.TdClassName
{
border-color: #782065;
}
.TagClassName
{
border-color: #782065;
}
</style>