Shades of Palatinate Purple #78286B
Tints of Palatinate Purple #78286B
RGB
CMYK
RGB Variations
Color information
#78286B (or 0x78286B) is known color: Palatinate Purple. HEX triplet: 78, 28 and 6B. RGB value is (120,40,107). Sum of RGB (Red+Green+Blue) = 120+40+107=267 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.94% from 267); Green value is 40 (16.02% from 255 or 14.98% from 267); Blue value is 107 (42.19% from 255 or 40.07% from 267); Max value from RGB is 120 - color contains mainly: red. Hex color #78286B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78286B is #87D794. Grayscale: #474747. Windows color (decimal): -8902549 or 7022712. OLE color: 7022712.
HSL color Cylindrical-coordinate representation of color #78286B: hue angle of 309.75º 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 #78286B is Cyan = 0, Magento = 0.67, Yellow = 0.11 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 40 | 107 | - |
| CMYK | 0 | 0.67 | 0.11 | 0.53 |
| HSL | 309.75º | 0.5% | 0.31% | - |
| HSV(B) | 309.75º | 0.67% | 0.47% | - |
| XYZ | 11.16 | 6.57 | 14.59 | - |
| YUV | 71.56 | 148 | 162.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 40 | 107 | 0 | 0.67 | 0.11 | 0.53 | 309.75 | 0.5 | 0.31 |
| Hex | 78 | 28 | 6B | 0 | 43 | B | 35 | 136 | 32 | 1F |
| Octal | 170 | 50 | 153 | 0 | 103 | 13 | 65 | 466 | 62 | 37 |
| Binary | 1111000 | 101000 | 1101011 | 0 | 1000011 | 1011 | 110101 | 100110110 | 110010 | 11111 |
Color Harmonies of #78286B
Complementary color
Monochromatic Colors of #78286B
Black with #78286B
Text Example
Text Example
White with #78286B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78286B; }
p { color: rgb(120,40,107); }
H1.HeaderClassName
{
color: #78286B;
}
.AnyTagClassName
{
color: #78286B;
}
</style>
background-color css
<style>
a { background-color: #78286B; }
a { background-color: rgb(120,40,107); }
div.DivClassName
{
background-color: #78286B;
}
.BgClassName
{
background-color: #78286B;
}
</style>
border-color css
<style>
span { border-color: #78286B; }
span { border-color: rgb(120,40,107); }
td.TdClassName
{
border-color: #78286B;
}
.TagClassName
{
border-color: #78286B;
}
</style>