Shades of Palatinate Purple #780D62
Tints of Palatinate Purple #780D62
RGB
CMYK
RGB Variations
Color information
#780D62 (or 0x780D62) is known color: Palatinate Purple. HEX triplet: 78, 0D and 62. RGB value is (120,13,98). Sum of RGB (Red+Green+Blue) = 120+13+98=231 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.95% from 231); Green value is 13 (5.47% from 255 or 5.63% from 231); Blue value is 98 (38.67% from 255 or 42.42% from 231); Max value from RGB is 120 - color contains mainly: red. Hex color #780D62 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780D62 is #87F29D. Grayscale: #363636. Windows color (decimal): -8909470 or 6425976. OLE color: 6425976.
HSL color Cylindrical-coordinate representation of color #780D62: hue angle of 312.34º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #780D62 is Cyan = 0, Magento = 0.89, Yellow = 0.18 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 13 | 98 | - |
| CMYK | 0 | 0.89 | 0.18 | 0.53 |
| HSL | 312.34º | 0.8% | 0.26% | - |
| HSV(B) | 312.34º | 0.89% | 0.47% | - |
| XYZ | 10.09 | 5.16 | 12.02 | - |
| YUV | 54.68 | 152.45 | 174.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 13 | 98 | 0 | 0.89 | 0.18 | 0.53 | 312.34 | 0.8 | 0.26 |
| Hex | 78 | D | 62 | 0 | 59 | 12 | 35 | 138 | 50 | 1A |
| Octal | 170 | 15 | 142 | 0 | 131 | 22 | 65 | 470 | 120 | 32 |
| Binary | 1111000 | 1101 | 1100010 | 0 | 1011001 | 10010 | 110101 | 100111000 | 1010000 | 11010 |
Color Harmonies of #780D62
Complementary color
Monochromatic Colors of #780D62
Black with #780D62
Text Example
Text Example
White with #780D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780D62; }
p { color: rgb(120,13,98); }
H1.HeaderClassName
{
color: #780D62;
}
.AnyTagClassName
{
color: #780D62;
}
</style>
background-color css
<style>
a { background-color: #780D62; }
a { background-color: rgb(120,13,98); }
div.DivClassName
{
background-color: #780D62;
}
.BgClassName
{
background-color: #780D62;
}
</style>
border-color css
<style>
span { border-color: #780D62; }
span { border-color: rgb(120,13,98); }
td.TdClassName
{
border-color: #780D62;
}
.TagClassName
{
border-color: #780D62;
}
</style>