Shades of Palatinate Purple #782F6E
Tints of Palatinate Purple #782F6E
RGB
CMYK
RGB Variations
Color information
#782F6E (or 0x782F6E) is known color: Palatinate Purple. HEX triplet: 78, 2F and 6E. RGB value is (120,47,110). Sum of RGB (Red+Green+Blue) = 120+47+110=277 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.32% from 277); Green value is 47 (18.75% from 255 or 16.97% from 277); Blue value is 110 (43.36% from 255 or 39.71% from 277); Max value from RGB is 120 - color contains mainly: red. Hex color #782F6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782F6E is #87D091. Grayscale: #4B4B4B. Windows color (decimal): -8900754 or 7221112. OLE color: 7221112.
HSL color Cylindrical-coordinate representation of color #782F6E: hue angle of 308.22º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #782F6E is Cyan = 0, Magento = 0.61, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 47 | 110 | - |
| CMYK | 0 | 0.61 | 0.08 | 0.53 |
| HSL | 308.22º | 0.44% | 0.33% | - |
| HSV(B) | 308.22º | 0.61% | 0.47% | - |
| XYZ | 11.58 | 7.15 | 15.52 | - |
| YUV | 76.01 | 147.18 | 159.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 47 | 110 | 0 | 0.61 | 0.08 | 0.53 | 308.22 | 0.44 | 0.33 |
| Hex | 78 | 2F | 6E | 0 | 3D | 8 | 35 | 134 | 2C | 21 |
| Octal | 170 | 57 | 156 | 0 | 75 | 10 | 65 | 464 | 54 | 41 |
| Binary | 1111000 | 101111 | 1101110 | 0 | 111101 | 1000 | 110101 | 100110100 | 101100 | 100001 |
Color Harmonies of #782F6E
Complementary color
Monochromatic Colors of #782F6E
Black with #782F6E
Text Example
Text Example
White with #782F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782F6E; }
p { color: rgb(120,47,110); }
H1.HeaderClassName
{
color: #782F6E;
}
.AnyTagClassName
{
color: #782F6E;
}
</style>
background-color css
<style>
a { background-color: #782F6E; }
a { background-color: rgb(120,47,110); }
div.DivClassName
{
background-color: #782F6E;
}
.BgClassName
{
background-color: #782F6E;
}
</style>
border-color css
<style>
span { border-color: #782F6E; }
span { border-color: rgb(120,47,110); }
td.TdClassName
{
border-color: #782F6E;
}
.TagClassName
{
border-color: #782F6E;
}
</style>