Shades of Purple #78076D
Tints of Purple #78076D
RGB
CMYK
RGB Variations
Color information
#78076D (or 0x78076D) is known color: Purple. HEX triplet: 78, 07 and 6D. RGB value is (120,7,109). Sum of RGB (Red+Green+Blue) = 120+7+109=236 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.85% from 236); Green value is 7 (3.12% from 255 or 2.97% from 236); Blue value is 109 (42.97% from 255 or 46.19% from 236); Max value from RGB is 120 - color contains mainly: red. Hex color #78076D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78076D is #87F892. Grayscale: #343434. Windows color (decimal): -8910995 or 7145336. OLE color: 7145336.
HSL color Cylindrical-coordinate representation of color #78076D: hue angle of 305.84º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #78076D is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 7 | 109 | - |
| CMYK | 0 | 0.94 | 0.09 | 0.53 |
| HSL | 305.84º | 0.89% | 0.25% | - |
| HSV(B) | 305.84º | 0.94% | 0.47% | - |
| XYZ | 10.58 | 5.25 | 14.92 | - |
| YUV | 52.42 | 159.94 | 176.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 7 | 109 | 0 | 0.94 | 0.09 | 0.53 | 305.84 | 0.89 | 0.25 |
| Hex | 78 | 7 | 6D | 0 | 5E | 9 | 35 | 132 | 59 | 19 |
| Octal | 170 | 7 | 155 | 0 | 136 | 11 | 65 | 462 | 131 | 31 |
| Binary | 1111000 | 111 | 1101101 | 0 | 1011110 | 1001 | 110101 | 100110010 | 1011001 | 11001 |
Color Harmonies of #78076D
Complementary color
Monochromatic Colors of #78076D
Black with #78076D
Text Example
Text Example
White with #78076D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78076D; }
p { color: rgb(120,7,109); }
H1.HeaderClassName
{
color: #78076D;
}
.AnyTagClassName
{
color: #78076D;
}
</style>
background-color css
<style>
a { background-color: #78076D; }
a { background-color: rgb(120,7,109); }
div.DivClassName
{
background-color: #78076D;
}
.BgClassName
{
background-color: #78076D;
}
</style>
border-color css
<style>
span { border-color: #78076D; }
span { border-color: rgb(120,7,109); }
td.TdClassName
{
border-color: #78076D;
}
.TagClassName
{
border-color: #78076D;
}
</style>