Shades of Palatinate Purple #78346A
Tints of Palatinate Purple #78346A
RGB
CMYK
RGB Variations
Color information
#78346A (or 0x78346A) is known color: Palatinate Purple. HEX triplet: 78, 34 and 6A. RGB value is (120,52,106). Sum of RGB (Red+Green+Blue) = 120+52+106=278 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.17% from 278); Green value is 52 (20.70% from 255 or 18.71% from 278); Blue value is 106 (41.80% from 255 or 38.13% from 278); Max value from RGB is 120 - color contains mainly: red. Hex color #78346A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78346A is #87CB95. Grayscale: #4E4E4E. Windows color (decimal): -8899478 or 6960248. OLE color: 6960248.
HSL color Cylindrical-coordinate representation of color #78346A: hue angle of 312.35º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #78346A is Cyan = 0, Magento = 0.57, Yellow = 0.12 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 52 | 106 | - |
| CMYK | 0 | 0.57 | 0.12 | 0.53 |
| HSL | 312.35º | 0.4% | 0.34% | - |
| HSV(B) | 312.35º | 0.57% | 0.47% | - |
| XYZ | 11.58 | 7.49 | 14.47 | - |
| YUV | 78.49 | 143.53 | 157.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 52 | 106 | 0 | 0.57 | 0.12 | 0.53 | 312.35 | 0.4 | 0.34 |
| Hex | 78 | 34 | 6A | 0 | 39 | C | 35 | 138 | 28 | 22 |
| Octal | 170 | 64 | 152 | 0 | 71 | 14 | 65 | 470 | 50 | 42 |
| Binary | 1111000 | 110100 | 1101010 | 0 | 111001 | 1100 | 110101 | 100111000 | 101000 | 100010 |
Color Harmonies of #78346A
Complementary color
Monochromatic Colors of #78346A
Black with #78346A
Text Example
Text Example
White with #78346A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78346A; }
p { color: rgb(120,52,106); }
H1.HeaderClassName
{
color: #78346A;
}
.AnyTagClassName
{
color: #78346A;
}
</style>
background-color css
<style>
a { background-color: #78346A; }
a { background-color: rgb(120,52,106); }
div.DivClassName
{
background-color: #78346A;
}
.BgClassName
{
background-color: #78346A;
}
</style>
border-color css
<style>
span { border-color: #78346A; }
span { border-color: rgb(120,52,106); }
td.TdClassName
{
border-color: #78346A;
}
.TagClassName
{
border-color: #78346A;
}
</style>