Shades of Palatinate Purple #781B62
Tints of Palatinate Purple #781B62
RGB
CMYK
RGB Variations
Color information
#781B62 (or 0x781B62) is known color: Palatinate Purple. HEX triplet: 78, 1B and 62. RGB value is (120,27,98). Sum of RGB (Red+Green+Blue) = 120+27+98=245 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.98% from 245); Green value is 27 (10.94% from 255 or 11.02% from 245); Blue value is 98 (38.67% from 255 or 40% from 245); Max value from RGB is 120 - color contains mainly: red. Hex color #781B62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #781B62 is #87E49D. Grayscale: #3E3E3E. Windows color (decimal): -8905886 or 6429560. OLE color: 6429560.
HSL color Cylindrical-coordinate representation of color #781B62: hue angle of 314.19º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #781B62 is Cyan = 0, Magento = 0.78, Yellow = 0.18 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 27 | 98 | - |
| CMYK | 0 | 0.78 | 0.18 | 0.53 |
| HSL | 314.19º | 0.63% | 0.29% | - |
| HSV(B) | 314.19º | 0.78% | 0.47% | - |
| XYZ | 10.34 | 5.66 | 12.1 | - |
| YUV | 62.9 | 147.81 | 168.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 27 | 98 | 0 | 0.78 | 0.18 | 0.53 | 314.19 | 0.63 | 0.29 |
| Hex | 78 | 1B | 62 | 0 | 4E | 12 | 35 | 13A | 3F | 1D |
| Octal | 170 | 33 | 142 | 0 | 116 | 22 | 65 | 472 | 77 | 35 |
| Binary | 1111000 | 11011 | 1100010 | 0 | 1001110 | 10010 | 110101 | 100111010 | 111111 | 11101 |
Color Harmonies of #781B62
Complementary color
Monochromatic Colors of #781B62
Black with #781B62
Text Example
Text Example
White with #781B62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781B62; }
p { color: rgb(120,27,98); }
H1.HeaderClassName
{
color: #781B62;
}
.AnyTagClassName
{
color: #781B62;
}
</style>
background-color css
<style>
a { background-color: #781B62; }
a { background-color: rgb(120,27,98); }
div.DivClassName
{
background-color: #781B62;
}
.BgClassName
{
background-color: #781B62;
}
</style>
border-color css
<style>
span { border-color: #781B62; }
span { border-color: rgb(120,27,98); }
td.TdClassName
{
border-color: #781B62;
}
.TagClassName
{
border-color: #781B62;
}
</style>