Shades of Palatinate Purple #781865
Tints of Palatinate Purple #781865
RGB
CMYK
RGB Variations
Color information
#781865 (or 0x781865) is known color: Palatinate Purple. HEX triplet: 78, 18 and 65. RGB value is (120,24,101). Sum of RGB (Red+Green+Blue) = 120+24+101=245 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.98% from 245); Green value is 24 (9.77% from 255 or 9.80% from 245); Blue value is 101 (39.84% from 255 or 41.22% from 245); Max value from RGB is 120 - color contains mainly: red. Hex color #781865 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781865 is #87E79A. Grayscale: #3D3D3D. Windows color (decimal): -8906651 or 6625400. OLE color: 6625400.
HSL color Cylindrical-coordinate representation of color #781865: hue angle of 311.88º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #781865 is Cyan = 0, Magento = 0.8, Yellow = 0.16 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 24 | 101 | - |
| CMYK | 0 | 0.8 | 0.16 | 0.53 |
| HSL | 311.88º | 0.67% | 0.28% | - |
| HSV(B) | 311.88º | 0.8% | 0.47% | - |
| XYZ | 10.42 | 5.59 | 12.84 | - |
| YUV | 61.48 | 150.3 | 169.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 24 | 101 | 0 | 0.8 | 0.16 | 0.53 | 311.88 | 0.67 | 0.28 |
| Hex | 78 | 18 | 65 | 0 | 50 | 10 | 35 | 138 | 43 | 1C |
| Octal | 170 | 30 | 145 | 0 | 120 | 20 | 65 | 470 | 103 | 34 |
| Binary | 1111000 | 11000 | 1100101 | 0 | 1010000 | 10000 | 110101 | 100111000 | 1000011 | 11100 |
Color Harmonies of #781865
Complementary color
Monochromatic Colors of #781865
Black with #781865
Text Example
Text Example
White with #781865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781865; }
p { color: rgb(120,24,101); }
H1.HeaderClassName
{
color: #781865;
}
.AnyTagClassName
{
color: #781865;
}
</style>
background-color css
<style>
a { background-color: #781865; }
a { background-color: rgb(120,24,101); }
div.DivClassName
{
background-color: #781865;
}
.BgClassName
{
background-color: #781865;
}
</style>
border-color css
<style>
span { border-color: #781865; }
span { border-color: rgb(120,24,101); }
td.TdClassName
{
border-color: #781865;
}
.TagClassName
{
border-color: #781865;
}
</style>