Shades of Palatinate Purple #78366A
Tints of Palatinate Purple #78366A
RGB
CMYK
RGB Variations
Color information
#78366A (or 0x78366A) is known color: Palatinate Purple. HEX triplet: 78, 36 and 6A. RGB value is (120,54,106). Sum of RGB (Red+Green+Blue) = 120+54+106=280 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.86% from 280); Green value is 54 (21.48% from 255 or 19.29% from 280); Blue value is 106 (41.80% from 255 or 37.86% from 280); Max value from RGB is 120 - color contains mainly: red. Hex color #78366A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78366A is #87C995. Grayscale: #4F4F4F. Windows color (decimal): -8898966 or 6960760. OLE color: 6960760.
HSL color Cylindrical-coordinate representation of color #78366A: hue angle of 312.73º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #78366A is Cyan = 0, Magento = 0.55, Yellow = 0.12 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 54 | 106 | - |
| CMYK | 0 | 0.55 | 0.12 | 0.53 |
| HSL | 312.73º | 0.38% | 0.34% | - |
| HSV(B) | 312.73º | 0.55% | 0.47% | - |
| XYZ | 11.67 | 7.67 | 14.5 | - |
| YUV | 79.66 | 142.87 | 156.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 54 | 106 | 0 | 0.55 | 0.12 | 0.53 | 312.73 | 0.38 | 0.34 |
| Hex | 78 | 36 | 6A | 0 | 37 | C | 35 | 139 | 26 | 22 |
| Octal | 170 | 66 | 152 | 0 | 67 | 14 | 65 | 471 | 46 | 42 |
| Binary | 1111000 | 110110 | 1101010 | 0 | 110111 | 1100 | 110101 | 100111001 | 100110 | 100010 |
Color Harmonies of #78366A
Complementary color
Monochromatic Colors of #78366A
Black with #78366A
Text Example
Text Example
White with #78366A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78366A; }
p { color: rgb(120,54,106); }
H1.HeaderClassName
{
color: #78366A;
}
.AnyTagClassName
{
color: #78366A;
}
</style>
background-color css
<style>
a { background-color: #78366A; }
a { background-color: rgb(120,54,106); }
div.DivClassName
{
background-color: #78366A;
}
.BgClassName
{
background-color: #78366A;
}
</style>
border-color css
<style>
span { border-color: #78366A; }
span { border-color: rgb(120,54,106); }
td.TdClassName
{
border-color: #78366A;
}
.TagClassName
{
border-color: #78366A;
}
</style>