Shades of Palatinate Purple #781864
Tints of Palatinate Purple #781864
RGB
CMYK
RGB Variations
Color information
#781864 (or 0x781864) is known color: Palatinate Purple. HEX triplet: 78, 18 and 64. RGB value is (120,24,100). Sum of RGB (Red+Green+Blue) = 120+24+100=244 (32% of max value = 765). Red value is 120 (47.27% from 255 or 49.18% from 244); Green value is 24 (9.77% from 255 or 9.84% from 244); Blue value is 100 (39.45% from 255 or 40.98% from 244); Max value from RGB is 120 - color contains mainly: red. Hex color #781864 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781864 is #87E79B. Grayscale: #3D3D3D. Windows color (decimal): -8906652 or 6559864. OLE color: 6559864.
HSL color Cylindrical-coordinate representation of color #781864: hue angle of 312.5º 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 #781864 is Cyan = 0, Magento = 0.8, Yellow = 0.17 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 24 | 100 | - |
| CMYK | 0 | 0.8 | 0.17 | 0.53 |
| HSL | 312.5º | 0.67% | 0.28% | - |
| HSV(B) | 312.5º | 0.8% | 0.47% | - |
| XYZ | 10.37 | 5.57 | 12.58 | - |
| YUV | 61.37 | 149.8 | 169.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 24 | 100 | 0 | 0.8 | 0.17 | 0.53 | 312.5 | 0.67 | 0.28 |
| Hex | 78 | 18 | 64 | 0 | 50 | 11 | 35 | 138 | 43 | 1C |
| Octal | 170 | 30 | 144 | 0 | 120 | 21 | 65 | 470 | 103 | 34 |
| Binary | 1111000 | 11000 | 1100100 | 0 | 1010000 | 10001 | 110101 | 100111000 | 1000011 | 11100 |
Color Harmonies of #781864
Complementary color
Monochromatic Colors of #781864
Black with #781864
Text Example
Text Example
White with #781864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781864; }
p { color: rgb(120,24,100); }
H1.HeaderClassName
{
color: #781864;
}
.AnyTagClassName
{
color: #781864;
}
</style>
background-color css
<style>
a { background-color: #781864; }
a { background-color: rgb(120,24,100); }
div.DivClassName
{
background-color: #781864;
}
.BgClassName
{
background-color: #781864;
}
</style>
border-color css
<style>
span { border-color: #781864; }
span { border-color: rgb(120,24,100); }
td.TdClassName
{
border-color: #781864;
}
.TagClassName
{
border-color: #781864;
}
</style>