Shades of Palatinate Purple #782C64
Tints of Palatinate Purple #782C64
RGB
CMYK
RGB Variations
Color information
#782C64 (or 0x782C64) is known color: Palatinate Purple. HEX triplet: 78, 2C and 64. RGB value is (120,44,100). Sum of RGB (Red+Green+Blue) = 120+44+100=264 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.45% from 264); Green value is 44 (17.58% from 255 or 16.67% from 264); Blue value is 100 (39.45% from 255 or 37.88% from 264); Max value from RGB is 120 - color contains mainly: red. Hex color #782C64 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782C64 is #87D39B. Grayscale: #484848. Windows color (decimal): -8901532 or 6564984. OLE color: 6564984.
HSL color Cylindrical-coordinate representation of color #782C64: hue angle of 315.79º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #782C64 is Cyan = 0, Magento = 0.63, Yellow = 0.17 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 44 | 100 | - |
| CMYK | 0 | 0.63 | 0.17 | 0.53 |
| HSL | 315.79º | 0.46% | 0.32% | - |
| HSV(B) | 315.79º | 0.63% | 0.47% | - |
| XYZ | 10.95 | 6.71 | 12.78 | - |
| YUV | 73.11 | 143.18 | 161.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 44 | 100 | 0 | 0.63 | 0.17 | 0.53 | 315.79 | 0.46 | 0.32 |
| Hex | 78 | 2C | 64 | 0 | 3F | 11 | 35 | 13C | 2E | 20 |
| Octal | 170 | 54 | 144 | 0 | 77 | 21 | 65 | 474 | 56 | 40 |
| Binary | 1111000 | 101100 | 1100100 | 0 | 111111 | 10001 | 110101 | 100111100 | 101110 | 100000 |
Color Harmonies of #782C64
Complementary color
Monochromatic Colors of #782C64
Black with #782C64
Text Example
Text Example
White with #782C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782C64; }
p { color: rgb(120,44,100); }
H1.HeaderClassName
{
color: #782C64;
}
.AnyTagClassName
{
color: #782C64;
}
</style>
background-color css
<style>
a { background-color: #782C64; }
a { background-color: rgb(120,44,100); }
div.DivClassName
{
background-color: #782C64;
}
.BgClassName
{
background-color: #782C64;
}
</style>
border-color css
<style>
span { border-color: #782C64; }
span { border-color: rgb(120,44,100); }
td.TdClassName
{
border-color: #782C64;
}
.TagClassName
{
border-color: #782C64;
}
</style>