Shades of Palatinate Purple #78296B
Tints of Palatinate Purple #78296B
RGB
CMYK
RGB Variations
Color information
#78296B (or 0x78296B) is known color: Palatinate Purple. HEX triplet: 78, 29 and 6B. RGB value is (120,41,107). Sum of RGB (Red+Green+Blue) = 120+41+107=268 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.78% from 268); Green value is 41 (16.41% from 255 or 15.30% from 268); Blue value is 107 (42.19% from 255 or 39.93% from 268); Max value from RGB is 120 - color contains mainly: red. Hex color #78296B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78296B is #87D694. Grayscale: #474747. Windows color (decimal): -8902293 or 7022968. OLE color: 7022968.
HSL color Cylindrical-coordinate representation of color #78296B: hue angle of 309.87º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #78296B is Cyan = 0, Magento = 0.66, Yellow = 0.11 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 41 | 107 | - |
| CMYK | 0 | 0.66 | 0.11 | 0.53 |
| HSL | 309.87º | 0.49% | 0.32% | - |
| HSV(B) | 309.87º | 0.66% | 0.47% | - |
| XYZ | 11.19 | 6.64 | 14.6 | - |
| YUV | 72.15 | 147.67 | 162.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 41 | 107 | 0 | 0.66 | 0.11 | 0.53 | 309.87 | 0.49 | 0.32 |
| Hex | 78 | 29 | 6B | 0 | 42 | B | 35 | 136 | 31 | 20 |
| Octal | 170 | 51 | 153 | 0 | 102 | 13 | 65 | 466 | 61 | 40 |
| Binary | 1111000 | 101001 | 1101011 | 0 | 1000010 | 1011 | 110101 | 100110110 | 110001 | 100000 |
Color Harmonies of #78296B
Complementary color
Monochromatic Colors of #78296B
Black with #78296B
Text Example
Text Example
White with #78296B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78296B; }
p { color: rgb(120,41,107); }
H1.HeaderClassName
{
color: #78296B;
}
.AnyTagClassName
{
color: #78296B;
}
</style>
background-color css
<style>
a { background-color: #78296B; }
a { background-color: rgb(120,41,107); }
div.DivClassName
{
background-color: #78296B;
}
.BgClassName
{
background-color: #78296B;
}
</style>
border-color css
<style>
span { border-color: #78296B; }
span { border-color: rgb(120,41,107); }
td.TdClassName
{
border-color: #78296B;
}
.TagClassName
{
border-color: #78296B;
}
</style>