Shades of Palatinate Purple #781863
Tints of Palatinate Purple #781863
RGB
CMYK
RGB Variations
Color information
#781863 (or 0x781863) is known color: Palatinate Purple. HEX triplet: 78, 18 and 63. RGB value is (120,24,99). Sum of RGB (Red+Green+Blue) = 120+24+99=243 (32% of max value = 765). Red value is 120 (47.27% from 255 or 49.38% from 243); Green value is 24 (9.77% from 255 or 9.88% from 243); Blue value is 99 (39.06% from 255 or 40.74% from 243); Max value from RGB is 120 - color contains mainly: red. Hex color #781863 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781863 is #87E79C. Grayscale: #3D3D3D. Windows color (decimal): -8906653 or 6494328. OLE color: 6494328.
HSL color Cylindrical-coordinate representation of color #781863: hue angle of 313.12º 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 #781863 is Cyan = 0, Magento = 0.8, Yellow = 0.17 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 24 | 99 | - |
| CMYK | 0 | 0.8 | 0.17 | 0.53 |
| HSL | 313.13º | 0.67% | 0.28% | - |
| HSV(B) | 313.13º | 0.8% | 0.47% | - |
| XYZ | 10.32 | 5.55 | 12.33 | - |
| YUV | 61.25 | 149.3 | 169.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 24 | 99 | 0 | 0.8 | 0.17 | 0.53 | 313.13 | 0.67 | 0.28 |
| Hex | 78 | 18 | 63 | 0 | 50 | 11 | 35 | 139 | 43 | 1C |
| Octal | 170 | 30 | 143 | 0 | 120 | 21 | 65 | 471 | 103 | 34 |
| Binary | 1111000 | 11000 | 1100011 | 0 | 1010000 | 10001 | 110101 | 100111001 | 1000011 | 11100 |
Color Harmonies of #781863
Complementary color
Monochromatic Colors of #781863
Black with #781863
Text Example
Text Example
White with #781863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781863; }
p { color: rgb(120,24,99); }
H1.HeaderClassName
{
color: #781863;
}
.AnyTagClassName
{
color: #781863;
}
</style>
background-color css
<style>
a { background-color: #781863; }
a { background-color: rgb(120,24,99); }
div.DivClassName
{
background-color: #781863;
}
.BgClassName
{
background-color: #781863;
}
</style>
border-color css
<style>
span { border-color: #781863; }
span { border-color: rgb(120,24,99); }
td.TdClassName
{
border-color: #781863;
}
.TagClassName
{
border-color: #781863;
}
</style>