Shades of Palatinate Purple #780F62
Tints of Palatinate Purple #780F62
RGB
CMYK
RGB Variations
Color information
#780F62 (or 0x780F62) is known color: Palatinate Purple. HEX triplet: 78, 0F and 62. RGB value is (120,15,98). Sum of RGB (Red+Green+Blue) = 120+15+98=233 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.50% from 233); Green value is 15 (6.25% from 255 or 6.44% from 233); Blue value is 98 (38.67% from 255 or 42.06% from 233); Max value from RGB is 120 - color contains mainly: red. Hex color #780F62 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780F62 is #87F09D. Grayscale: #373737. Windows color (decimal): -8908958 or 6426488. OLE color: 6426488.
HSL color Cylindrical-coordinate representation of color #780F62: hue angle of 312.57º degrees, saturation: 0.78, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #780F62 is Cyan = 0, Magento = 0.87, Yellow = 0.18 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 15 | 98 | - |
| CMYK | 0 | 0.87 | 0.18 | 0.53 |
| HSL | 312.57º | 0.78% | 0.26% | - |
| HSV(B) | 312.57º | 0.88% | 0.47% | - |
| XYZ | 10.12 | 5.22 | 12.03 | - |
| YUV | 55.86 | 151.79 | 173.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 15 | 98 | 0 | 0.87 | 0.18 | 0.53 | 312.57 | 0.78 | 0.26 |
| Hex | 78 | F | 62 | 0 | 57 | 12 | 35 | 139 | 4E | 1A |
| Octal | 170 | 17 | 142 | 0 | 127 | 22 | 65 | 471 | 116 | 32 |
| Binary | 1111000 | 1111 | 1100010 | 0 | 1010111 | 10010 | 110101 | 100111001 | 1001110 | 11010 |
Color Harmonies of #780F62
Complementary color
Monochromatic Colors of #780F62
Black with #780F62
Text Example
Text Example
White with #780F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780F62; }
p { color: rgb(120,15,98); }
H1.HeaderClassName
{
color: #780F62;
}
.AnyTagClassName
{
color: #780F62;
}
</style>
background-color css
<style>
a { background-color: #780F62; }
a { background-color: rgb(120,15,98); }
div.DivClassName
{
background-color: #780F62;
}
.BgClassName
{
background-color: #780F62;
}
</style>
border-color css
<style>
span { border-color: #780F62; }
span { border-color: rgb(120,15,98); }
td.TdClassName
{
border-color: #780F62;
}
.TagClassName
{
border-color: #780F62;
}
</style>