Shades of Palatinate Purple #78276C
Tints of Palatinate Purple #78276C
RGB
CMYK
RGB Variations
Color information
#78276C (or 0x78276C) is known color: Palatinate Purple. HEX triplet: 78, 27 and 6C. RGB value is (120,39,108). Sum of RGB (Red+Green+Blue) = 120+39+108=267 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.94% from 267); Green value is 39 (15.62% from 255 or 14.61% from 267); Blue value is 108 (42.58% from 255 or 40.45% from 267); Max value from RGB is 120 - color contains mainly: red. Hex color #78276C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78276C is #87D893. Grayscale: #464646. Windows color (decimal): -8902804 or 7087992. OLE color: 7087992.
HSL color Cylindrical-coordinate representation of color #78276C: hue angle of 308.89º degrees, saturation: 0.51, 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 #78276C is Cyan = 0, Magento = 0.67, Yellow = 0.10 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 39 | 108 | - |
| CMYK | 0 | 0.67 | 0.10 | 0.53 |
| HSL | 308.89º | 0.51% | 0.31% | - |
| HSV(B) | 308.89º | 0.68% | 0.47% | - |
| XYZ | 11.18 | 6.53 | 14.86 | - |
| YUV | 71.09 | 148.84 | 162.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 39 | 108 | 0 | 0.67 | 0.10 | 0.53 | 308.89 | 0.51 | 0.31 |
| Hex | 78 | 27 | 6C | 0 | 43 | A | 35 | 135 | 33 | 1F |
| Octal | 170 | 47 | 154 | 0 | 103 | 12 | 65 | 465 | 63 | 37 |
| Binary | 1111000 | 100111 | 1101100 | 0 | 1000011 | 1010 | 110101 | 100110101 | 110011 | 11111 |
Color Harmonies of #78276C
Complementary color
Monochromatic Colors of #78276C
Black with #78276C
Text Example
Text Example
White with #78276C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78276C; }
p { color: rgb(120,39,108); }
H1.HeaderClassName
{
color: #78276C;
}
.AnyTagClassName
{
color: #78276C;
}
</style>
background-color css
<style>
a { background-color: #78276C; }
a { background-color: rgb(120,39,108); }
div.DivClassName
{
background-color: #78276C;
}
.BgClassName
{
background-color: #78276C;
}
</style>
border-color css
<style>
span { border-color: #78276C; }
span { border-color: rgb(120,39,108); }
td.TdClassName
{
border-color: #78276C;
}
.TagClassName
{
border-color: #78276C;
}
</style>