Shades of Palatinate Purple #781A66
Tints of Palatinate Purple #781A66
RGB
CMYK
RGB Variations
Color information
#781A66 (or 0x781A66) is known color: Palatinate Purple. HEX triplet: 78, 1A and 66. RGB value is (120,26,102). Sum of RGB (Red+Green+Blue) = 120+26+102=248 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.39% from 248); Green value is 26 (10.55% from 255 or 10.48% from 248); Blue value is 102 (40.23% from 255 or 41.13% from 248); Max value from RGB is 120 - color contains mainly: red. Hex color #781A66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #781A66 is #87E599. Grayscale: #3E3E3E. Windows color (decimal): -8906138 or 6691448. OLE color: 6691448.
HSL color Cylindrical-coordinate representation of color #781A66: hue angle of 311.49º 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 #781A66 is Cyan = 0, Magento = 0.78, Yellow = 0.15 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 26 | 102 | - |
| CMYK | 0 | 0.78 | 0.15 | 0.53 |
| HSL | 311.49º | 0.64% | 0.29% | - |
| HSV(B) | 311.49º | 0.78% | 0.47% | - |
| XYZ | 10.51 | 5.69 | 13.11 | - |
| YUV | 62.77 | 150.14 | 168.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 26 | 102 | 0 | 0.78 | 0.15 | 0.53 | 311.49 | 0.64 | 0.29 |
| Hex | 78 | 1A | 66 | 0 | 4E | F | 35 | 137 | 40 | 1D |
| Octal | 170 | 32 | 146 | 0 | 116 | 17 | 65 | 467 | 100 | 35 |
| Binary | 1111000 | 11010 | 1100110 | 0 | 1001110 | 1111 | 110101 | 100110111 | 1000000 | 11101 |
Color Harmonies of #781A66
Complementary color
Monochromatic Colors of #781A66
Black with #781A66
Text Example
Text Example
White with #781A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781A66; }
p { color: rgb(120,26,102); }
H1.HeaderClassName
{
color: #781A66;
}
.AnyTagClassName
{
color: #781A66;
}
</style>
background-color css
<style>
a { background-color: #781A66; }
a { background-color: rgb(120,26,102); }
div.DivClassName
{
background-color: #781A66;
}
.BgClassName
{
background-color: #781A66;
}
</style>
border-color css
<style>
span { border-color: #781A66; }
span { border-color: rgb(120,26,102); }
td.TdClassName
{
border-color: #781A66;
}
.TagClassName
{
border-color: #781A66;
}
</style>