Shades of Palatinate Purple #78286A
Tints of Palatinate Purple #78286A
RGB
CMYK
RGB Variations
Color information
#78286A (or 0x78286A) is known color: Palatinate Purple. HEX triplet: 78, 28 and 6A. RGB value is (120,40,106). Sum of RGB (Red+Green+Blue) = 120+40+106=266 (35% of max value = 765). Red value is 120 (47.27% from 255 or 45.11% from 266); Green value is 40 (16.02% from 255 or 15.04% from 266); Blue value is 106 (41.80% from 255 or 39.85% from 266); Max value from RGB is 120 - color contains mainly: red. Hex color #78286A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78286A is #87D795. Grayscale: #474747. Windows color (decimal): -8902550 or 6957176. OLE color: 6957176.
HSL color Cylindrical-coordinate representation of color #78286A: hue angle of 310.5º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #78286A is Cyan = 0, Magento = 0.67, Yellow = 0.12 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 40 | 106 | - |
| CMYK | 0 | 0.67 | 0.12 | 0.53 |
| HSL | 310.5º | 0.5% | 0.31% | - |
| HSV(B) | 310.5º | 0.67% | 0.47% | - |
| XYZ | 11.11 | 6.55 | 14.31 | - |
| YUV | 71.44 | 147.5 | 162.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 40 | 106 | 0 | 0.67 | 0.12 | 0.53 | 310.5 | 0.5 | 0.31 |
| Hex | 78 | 28 | 6A | 0 | 43 | C | 35 | 136 | 32 | 1F |
| Octal | 170 | 50 | 152 | 0 | 103 | 14 | 65 | 466 | 62 | 37 |
| Binary | 1111000 | 101000 | 1101010 | 0 | 1000011 | 1100 | 110101 | 100110110 | 110010 | 11111 |
Color Harmonies of #78286A
Complementary color
Monochromatic Colors of #78286A
Black with #78286A
Text Example
Text Example
White with #78286A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78286A; }
p { color: rgb(120,40,106); }
H1.HeaderClassName
{
color: #78286A;
}
.AnyTagClassName
{
color: #78286A;
}
</style>
background-color css
<style>
a { background-color: #78286A; }
a { background-color: rgb(120,40,106); }
div.DivClassName
{
background-color: #78286A;
}
.BgClassName
{
background-color: #78286A;
}
</style>
border-color css
<style>
span { border-color: #78286A; }
span { border-color: rgb(120,40,106); }
td.TdClassName
{
border-color: #78286A;
}
.TagClassName
{
border-color: #78286A;
}
</style>