Shades of Palatinate Purple #781463
Tints of Palatinate Purple #781463
RGB
CMYK
RGB Variations
Color information
#781463 (or 0x781463) is known color: Palatinate Purple. HEX triplet: 78, 14 and 63. RGB value is (120,20,99). Sum of RGB (Red+Green+Blue) = 120+20+99=239 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.21% from 239); Green value is 20 (8.20% from 255 or 8.37% from 239); Blue value is 99 (39.06% from 255 or 41.42% from 239); Max value from RGB is 120 - color contains mainly: red. Hex color #781463 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781463 is #87EB9C. Grayscale: #3A3A3A. Windows color (decimal): -8907677 or 6493304. OLE color: 6493304.
HSL color Cylindrical-coordinate representation of color #781463: hue angle of 312.6º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #781463 is Cyan = 0, Magento = 0.83, Yellow = 0.17 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 20 | 99 | - |
| CMYK | 0 | 0.83 | 0.17 | 0.53 |
| HSL | 312.6º | 0.71% | 0.27% | - |
| HSV(B) | 312.6º | 0.83% | 0.47% | - |
| XYZ | 10.25 | 5.39 | 12.31 | - |
| YUV | 58.91 | 150.63 | 171.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 20 | 99 | 0 | 0.83 | 0.17 | 0.53 | 312.6 | 0.71 | 0.27 |
| Hex | 78 | 14 | 63 | 0 | 53 | 11 | 35 | 139 | 47 | 1B |
| Octal | 170 | 24 | 143 | 0 | 123 | 21 | 65 | 471 | 107 | 33 |
| Binary | 1111000 | 10100 | 1100011 | 0 | 1010011 | 10001 | 110101 | 100111001 | 1000111 | 11011 |
Color Harmonies of #781463
Complementary color
Monochromatic Colors of #781463
Black with #781463
Text Example
Text Example
White with #781463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781463; }
p { color: rgb(120,20,99); }
H1.HeaderClassName
{
color: #781463;
}
.AnyTagClassName
{
color: #781463;
}
</style>
background-color css
<style>
a { background-color: #781463; }
a { background-color: rgb(120,20,99); }
div.DivClassName
{
background-color: #781463;
}
.BgClassName
{
background-color: #781463;
}
</style>
border-color css
<style>
span { border-color: #781463; }
span { border-color: rgb(120,20,99); }
td.TdClassName
{
border-color: #781463;
}
.TagClassName
{
border-color: #781463;
}
</style>