Shades of Palatinate Purple #782662
Tints of Palatinate Purple #782662
RGB
CMYK
RGB Variations
Color information
#782662 (or 0x782662) is known color: Palatinate Purple. HEX triplet: 78, 26 and 62. RGB value is (120,38,98). Sum of RGB (Red+Green+Blue) = 120+38+98=256 (33% of max value = 765). Red value is 120 (47.27% from 255 or 46.88% from 256); Green value is 38 (15.23% from 255 or 14.84% from 256); Blue value is 98 (38.67% from 255 or 38.28% from 256); Max value from RGB is 120 - color contains mainly: red. Hex color #782662 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782662 is #87D99D. Grayscale: #454545. Windows color (decimal): -8903070 or 6432376. OLE color: 6432376.
HSL color Cylindrical-coordinate representation of color #782662: hue angle of 316.1º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #782662 is Cyan = 0, Magento = 0.68, Yellow = 0.18 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 38 | 98 | - |
| CMYK | 0 | 0.68 | 0.18 | 0.53 |
| HSL | 316.1º | 0.52% | 0.31% | - |
| HSV(B) | 316.1º | 0.68% | 0.47% | - |
| XYZ | 10.64 | 6.26 | 12.2 | - |
| YUV | 69.36 | 144.17 | 164.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 38 | 98 | 0 | 0.68 | 0.18 | 0.53 | 316.1 | 0.52 | 0.31 |
| Hex | 78 | 26 | 62 | 0 | 44 | 12 | 35 | 13C | 34 | 1F |
| Octal | 170 | 46 | 142 | 0 | 104 | 22 | 65 | 474 | 64 | 37 |
| Binary | 1111000 | 100110 | 1100010 | 0 | 1000100 | 10010 | 110101 | 100111100 | 110100 | 11111 |
Color Harmonies of #782662
Complementary color
Monochromatic Colors of #782662
Black with #782662
Text Example
Text Example
White with #782662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782662; }
p { color: rgb(120,38,98); }
H1.HeaderClassName
{
color: #782662;
}
.AnyTagClassName
{
color: #782662;
}
</style>
background-color css
<style>
a { background-color: #782662; }
a { background-color: rgb(120,38,98); }
div.DivClassName
{
background-color: #782662;
}
.BgClassName
{
background-color: #782662;
}
</style>
border-color css
<style>
span { border-color: #782662; }
span { border-color: rgb(120,38,98); }
td.TdClassName
{
border-color: #782662;
}
.TagClassName
{
border-color: #782662;
}
</style>