Shades of Purple #78076F
Tints of Purple #78076F
RGB
CMYK
RGB Variations
Color information
#78076F (or 0x78076F) is known color: Purple. HEX triplet: 78, 07 and 6F. RGB value is (120,7,111). Sum of RGB (Red+Green+Blue) = 120+7+111=238 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.42% from 238); Green value is 7 (3.12% from 255 or 2.94% from 238); Blue value is 111 (43.75% from 255 or 46.64% from 238); Max value from RGB is 120 - color contains mainly: red. Hex color #78076F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78076F is #87F890. Grayscale: #343434. Windows color (decimal): -8910993 or 7276408. OLE color: 7276408.
HSL color Cylindrical-coordinate representation of color #78076F: hue angle of 304.78º 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 #78076F is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 7 | 111 | - |
| CMYK | 0 | 0.94 | 0.08 | 0.53 |
| HSL | 304.78º | 0.89% | 0.25% | - |
| HSV(B) | 304.78º | 0.94% | 0.47% | - |
| XYZ | 10.69 | 5.29 | 15.5 | - |
| YUV | 52.64 | 160.94 | 176.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 7 | 111 | 0 | 0.94 | 0.08 | 0.53 | 304.78 | 0.89 | 0.25 |
| Hex | 78 | 7 | 6F | 0 | 5E | 8 | 35 | 131 | 59 | 19 |
| Octal | 170 | 7 | 157 | 0 | 136 | 10 | 65 | 461 | 131 | 31 |
| Binary | 1111000 | 111 | 1101111 | 0 | 1011110 | 1000 | 110101 | 100110001 | 1011001 | 11001 |
Color Harmonies of #78076F
Complementary color
Monochromatic Colors of #78076F
Black with #78076F
Text Example
Text Example
White with #78076F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78076F; }
p { color: rgb(120,7,111); }
H1.HeaderClassName
{
color: #78076F;
}
.AnyTagClassName
{
color: #78076F;
}
</style>
background-color css
<style>
a { background-color: #78076F; }
a { background-color: rgb(120,7,111); }
div.DivClassName
{
background-color: #78076F;
}
.BgClassName
{
background-color: #78076F;
}
</style>
border-color css
<style>
span { border-color: #78076F; }
span { border-color: rgb(120,7,111); }
td.TdClassName
{
border-color: #78076F;
}
.TagClassName
{
border-color: #78076F;
}
</style>