Shades of Palatinate Purple #782E68
Tints of Palatinate Purple #782E68
RGB
CMYK
RGB Variations
Color information
#782E68 (or 0x782E68) is known color: Palatinate Purple. HEX triplet: 78, 2E and 68. RGB value is (120,46,104). Sum of RGB (Red+Green+Blue) = 120+46+104=270 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.44% from 270); Green value is 46 (18.36% from 255 or 17.04% from 270); Blue value is 104 (41.02% from 255 or 38.52% from 270); Max value from RGB is 120 - color contains mainly: red. Hex color #782E68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782E68 is #87D197. Grayscale: #4A4A4A. Windows color (decimal): -8901016 or 6827640. OLE color: 6827640.
HSL color Cylindrical-coordinate representation of color #782E68: hue angle of 312.97º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #782E68 is Cyan = 0, Magento = 0.62, Yellow = 0.13 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 46 | 104 | - |
| CMYK | 0 | 0.62 | 0.13 | 0.53 |
| HSL | 312.97º | 0.45% | 0.33% | - |
| HSV(B) | 312.97º | 0.62% | 0.47% | - |
| XYZ | 11.22 | 6.95 | 13.85 | - |
| YUV | 74.74 | 144.52 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 46 | 104 | 0 | 0.62 | 0.13 | 0.53 | 312.97 | 0.45 | 0.33 |
| Hex | 78 | 2E | 68 | 0 | 3E | D | 35 | 139 | 2D | 21 |
| Octal | 170 | 56 | 150 | 0 | 76 | 15 | 65 | 471 | 55 | 41 |
| Binary | 1111000 | 101110 | 1101000 | 0 | 111110 | 1101 | 110101 | 100111001 | 101101 | 100001 |
Color Harmonies of #782E68
Complementary color
Monochromatic Colors of #782E68
Black with #782E68
Text Example
Text Example
White with #782E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782E68; }
p { color: rgb(120,46,104); }
H1.HeaderClassName
{
color: #782E68;
}
.AnyTagClassName
{
color: #782E68;
}
</style>
background-color css
<style>
a { background-color: #782E68; }
a { background-color: rgb(120,46,104); }
div.DivClassName
{
background-color: #782E68;
}
.BgClassName
{
background-color: #782E68;
}
</style>
border-color css
<style>
span { border-color: #782E68; }
span { border-color: rgb(120,46,104); }
td.TdClassName
{
border-color: #782E68;
}
.TagClassName
{
border-color: #782E68;
}
</style>