Shades of Palatinate Purple #782D68
Tints of Palatinate Purple #782D68
RGB
CMYK
RGB Variations
Color information
#782D68 (or 0x782D68) is known color: Palatinate Purple. HEX triplet: 78, 2D and 68. RGB value is (120,45,104). Sum of RGB (Red+Green+Blue) = 120+45+104=269 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.61% from 269); Green value is 45 (17.97% from 255 or 16.73% from 269); Blue value is 104 (41.02% from 255 or 38.66% from 269); Max value from RGB is 120 - color contains mainly: red. Hex color #782D68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782D68 is #87D297. Grayscale: #494949. Windows color (decimal): -8901272 or 6827384. OLE color: 6827384.
HSL color Cylindrical-coordinate representation of color #782D68: hue angle of 312.8º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #782D68 is Cyan = 0, Magento = 0.63, Yellow = 0.13 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 45 | 104 | - |
| CMYK | 0 | 0.63 | 0.13 | 0.53 |
| HSL | 312.8º | 0.45% | 0.32% | - |
| HSV(B) | 312.8º | 0.63% | 0.47% | - |
| XYZ | 11.18 | 6.87 | 13.83 | - |
| YUV | 74.15 | 144.85 | 160.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 45 | 104 | 0 | 0.63 | 0.13 | 0.53 | 312.8 | 0.45 | 0.32 |
| Hex | 78 | 2D | 68 | 0 | 3F | D | 35 | 139 | 2D | 20 |
| Octal | 170 | 55 | 150 | 0 | 77 | 15 | 65 | 471 | 55 | 40 |
| Binary | 1111000 | 101101 | 1101000 | 0 | 111111 | 1101 | 110101 | 100111001 | 101101 | 100000 |
Color Harmonies of #782D68
Complementary color
Monochromatic Colors of #782D68
Black with #782D68
Text Example
Text Example
White with #782D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782D68; }
p { color: rgb(120,45,104); }
H1.HeaderClassName
{
color: #782D68;
}
.AnyTagClassName
{
color: #782D68;
}
</style>
background-color css
<style>
a { background-color: #782D68; }
a { background-color: rgb(120,45,104); }
div.DivClassName
{
background-color: #782D68;
}
.BgClassName
{
background-color: #782D68;
}
</style>
border-color css
<style>
span { border-color: #782D68; }
span { border-color: rgb(120,45,104); }
td.TdClassName
{
border-color: #782D68;
}
.TagClassName
{
border-color: #782D68;
}
</style>