Shades of Palatinate Purple #781A64
Tints of Palatinate Purple #781A64
RGB
CMYK
RGB Variations
Color information
#781A64 (or 0x781A64) is known color: Palatinate Purple. HEX triplet: 78, 1A and 64. RGB value is (120,26,100). Sum of RGB (Red+Green+Blue) = 120+26+100=246 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.78% from 246); Green value is 26 (10.55% from 255 or 10.57% from 246); Blue value is 100 (39.45% from 255 or 40.65% from 246); Max value from RGB is 120 - color contains mainly: red. Hex color #781A64 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #781A64 is #87E59B. Grayscale: #3E3E3E. Windows color (decimal): -8906140 or 6560376. OLE color: 6560376.
HSL color Cylindrical-coordinate representation of color #781A64: hue angle of 312.77º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #781A64 is Cyan = 0, Magento = 0.78, Yellow = 0.17 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 26 | 100 | - |
| CMYK | 0 | 0.78 | 0.17 | 0.53 |
| HSL | 312.77º | 0.64% | 0.29% | - |
| HSV(B) | 312.77º | 0.78% | 0.47% | - |
| XYZ | 10.42 | 5.65 | 12.6 | - |
| YUV | 62.54 | 149.14 | 168.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 26 | 100 | 0 | 0.78 | 0.17 | 0.53 | 312.77 | 0.64 | 0.29 |
| Hex | 78 | 1A | 64 | 0 | 4E | 11 | 35 | 139 | 40 | 1D |
| Octal | 170 | 32 | 144 | 0 | 116 | 21 | 65 | 471 | 100 | 35 |
| Binary | 1111000 | 11010 | 1100100 | 0 | 1001110 | 10001 | 110101 | 100111001 | 1000000 | 11101 |
Color Harmonies of #781A64
Complementary color
Monochromatic Colors of #781A64
Black with #781A64
Text Example
Text Example
White with #781A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781A64; }
p { color: rgb(120,26,100); }
H1.HeaderClassName
{
color: #781A64;
}
.AnyTagClassName
{
color: #781A64;
}
</style>
background-color css
<style>
a { background-color: #781A64; }
a { background-color: rgb(120,26,100); }
div.DivClassName
{
background-color: #781A64;
}
.BgClassName
{
background-color: #781A64;
}
</style>
border-color css
<style>
span { border-color: #781A64; }
span { border-color: rgb(120,26,100); }
td.TdClassName
{
border-color: #781A64;
}
.TagClassName
{
border-color: #781A64;
}
</style>