Shades of Palatinate Purple #782660
Tints of Palatinate Purple #782660
RGB
CMYK
RGB Variations
Color information
#782660 (or 0x782660) is known color: Palatinate Purple. HEX triplet: 78, 26 and 60. RGB value is (120,38,96). Sum of RGB (Red+Green+Blue) = 120+38+96=254 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.24% from 254); Green value is 38 (15.23% from 255 or 14.96% from 254); Blue value is 96 (37.89% from 255 or 37.80% from 254); Max value from RGB is 120 - color contains mainly: red. Hex color #782660 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782660 is #87D99F. Grayscale: #444444. Windows color (decimal): -8903072 or 6301304. OLE color: 6301304.
HSL color Cylindrical-coordinate representation of color #782660: hue angle of 317.56º 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 #782660 is Cyan = 0, Magento = 0.68, Yellow = 0.2 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 38 | 96 | - |
| CMYK | 0 | 0.68 | 0.2 | 0.53 |
| HSL | 317.56º | 0.52% | 0.31% | - |
| HSV(B) | 317.56º | 0.68% | 0.47% | - |
| XYZ | 10.55 | 6.22 | 11.71 | - |
| YUV | 69.13 | 143.17 | 164.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 38 | 96 | 0 | 0.68 | 0.2 | 0.53 | 317.56 | 0.52 | 0.31 |
| Hex | 78 | 26 | 60 | 0 | 44 | 14 | 35 | 13E | 34 | 1F |
| Octal | 170 | 46 | 140 | 0 | 104 | 24 | 65 | 476 | 64 | 37 |
| Binary | 1111000 | 100110 | 1100000 | 0 | 1000100 | 10100 | 110101 | 100111110 | 110100 | 11111 |
Color Harmonies of #782660
Complementary color
Monochromatic Colors of #782660
Black with #782660
Text Example
Text Example
White with #782660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782660; }
p { color: rgb(120,38,96); }
H1.HeaderClassName
{
color: #782660;
}
.AnyTagClassName
{
color: #782660;
}
</style>
background-color css
<style>
a { background-color: #782660; }
a { background-color: rgb(120,38,96); }
div.DivClassName
{
background-color: #782660;
}
.BgClassName
{
background-color: #782660;
}
</style>
border-color css
<style>
span { border-color: #782660; }
span { border-color: rgb(120,38,96); }
td.TdClassName
{
border-color: #782660;
}
.TagClassName
{
border-color: #782660;
}
</style>