Shades of Palatinate Purple #78316A
Tints of Palatinate Purple #78316A
RGB
CMYK
RGB Variations
Color information
#78316A (or 0x78316A) is known color: Palatinate Purple. HEX triplet: 78, 31 and 6A. RGB value is (120,49,106). Sum of RGB (Red+Green+Blue) = 120+49+106=275 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.64% from 275); Green value is 49 (19.53% from 255 or 17.82% from 275); Blue value is 106 (41.80% from 255 or 38.55% from 275); Max value from RGB is 120 - color contains mainly: red. Hex color #78316A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78316A is #87CE95. Grayscale: #4C4C4C. Windows color (decimal): -8900246 or 6959480. OLE color: 6959480.
HSL color Cylindrical-coordinate representation of color #78316A: hue angle of 311.83º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #78316A is Cyan = 0, Magento = 0.59, Yellow = 0.12 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 49 | 106 | - |
| CMYK | 0 | 0.59 | 0.12 | 0.53 |
| HSL | 311.83º | 0.42% | 0.33% | - |
| HSV(B) | 311.83º | 0.59% | 0.47% | - |
| XYZ | 11.45 | 7.23 | 14.43 | - |
| YUV | 76.73 | 144.52 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 49 | 106 | 0 | 0.59 | 0.12 | 0.53 | 311.83 | 0.42 | 0.33 |
| Hex | 78 | 31 | 6A | 0 | 3B | C | 35 | 138 | 2A | 21 |
| Octal | 170 | 61 | 152 | 0 | 73 | 14 | 65 | 470 | 52 | 41 |
| Binary | 1111000 | 110001 | 1101010 | 0 | 111011 | 1100 | 110101 | 100111000 | 101010 | 100001 |
Color Harmonies of #78316A
Complementary color
Monochromatic Colors of #78316A
Black with #78316A
Text Example
Text Example
White with #78316A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78316A; }
p { color: rgb(120,49,106); }
H1.HeaderClassName
{
color: #78316A;
}
.AnyTagClassName
{
color: #78316A;
}
</style>
background-color css
<style>
a { background-color: #78316A; }
a { background-color: rgb(120,49,106); }
div.DivClassName
{
background-color: #78316A;
}
.BgClassName
{
background-color: #78316A;
}
</style>
border-color css
<style>
span { border-color: #78316A; }
span { border-color: rgb(120,49,106); }
td.TdClassName
{
border-color: #78316A;
}
.TagClassName
{
border-color: #78316A;
}
</style>