Shades of Palatinate Purple #782865
Tints of Palatinate Purple #782865
RGB
CMYK
RGB Variations
Color information
#782865 (or 0x782865) is known color: Palatinate Purple. HEX triplet: 78, 28 and 65. RGB value is (120,40,101). Sum of RGB (Red+Green+Blue) = 120+40+101=261 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.98% from 261); Green value is 40 (16.02% from 255 or 15.33% from 261); Blue value is 101 (39.84% from 255 or 38.70% from 261); Max value from RGB is 120 - color contains mainly: red. Hex color #782865 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782865 is #87D79A. Grayscale: #464646. Windows color (decimal): -8902555 or 6629496. OLE color: 6629496.
HSL color Cylindrical-coordinate representation of color #782865: hue angle of 314.25º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #782865 is Cyan = 0, Magento = 0.67, Yellow = 0.16 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 40 | 101 | - |
| CMYK | 0 | 0.67 | 0.16 | 0.53 |
| HSL | 314.25º | 0.5% | 0.31% | - |
| HSV(B) | 314.25º | 0.67% | 0.47% | - |
| XYZ | 10.85 | 6.45 | 12.98 | - |
| YUV | 70.87 | 145 | 163.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 40 | 101 | 0 | 0.67 | 0.16 | 0.53 | 314.25 | 0.5 | 0.31 |
| Hex | 78 | 28 | 65 | 0 | 43 | 10 | 35 | 13A | 32 | 1F |
| Octal | 170 | 50 | 145 | 0 | 103 | 20 | 65 | 472 | 62 | 37 |
| Binary | 1111000 | 101000 | 1100101 | 0 | 1000011 | 10000 | 110101 | 100111010 | 110010 | 11111 |
Color Harmonies of #782865
Complementary color
Monochromatic Colors of #782865
Black with #782865
Text Example
Text Example
White with #782865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782865; }
p { color: rgb(120,40,101); }
H1.HeaderClassName
{
color: #782865;
}
.AnyTagClassName
{
color: #782865;
}
</style>
background-color css
<style>
a { background-color: #782865; }
a { background-color: rgb(120,40,101); }
div.DivClassName
{
background-color: #782865;
}
.BgClassName
{
background-color: #782865;
}
</style>
border-color css
<style>
span { border-color: #782865; }
span { border-color: rgb(120,40,101); }
td.TdClassName
{
border-color: #782865;
}
.TagClassName
{
border-color: #782865;
}
</style>