Shades of Purple #780076
Tints of Purple #780076
RGB
CMYK
RGB Variations
Color information
#780076 (or 0x780076) is known color: Purple. HEX triplet: 78, 00 and 76. RGB value is (120,0,118). Sum of RGB (Red+Green+Blue) = 120+0+118=238 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.42% from 238); Green value is 0 (0.39% from 255 or 0% from 238); Blue value is 118 (46.48% from 255 or 49.58% from 238); Max value from RGB is 120 - color contains mainly: red. Hex color #780076 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780076 is #87FF89. Grayscale: #303030. Windows color (decimal): -8912778 or 7733368. OLE color: 7733368.
HSL color Cylindrical-coordinate representation of color #780076: hue angle of 301º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #780076 is Cyan = 0, Magento = 1, Yellow = 0.02 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 0 | 118 | - |
| CMYK | 0 | 1 | 0.02 | 0.53 |
| HSL | 301º | 1% | 0.24% | - |
| HSV(B) | 301º | 1% | 0.47% | - |
| XYZ | 11.02 | 5.3 | 17.58 | - |
| YUV | 49.33 | 166.76 | 178.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 0 | 118 | 0 | 1 | 0.02 | 0.53 | 301 | 1 | 0.24 |
| Hex | 78 | 0 | 76 | 0 | 64 | 2 | 35 | 12D | 64 | 18 |
| Octal | 170 | 0 | 166 | 0 | 144 | 2 | 65 | 455 | 144 | 30 |
| Binary | 1111000 | 0 | 1110110 | 0 | 1100100 | 10 | 110101 | 100101101 | 1100100 | 11000 |
Color Harmonies of #780076
Complementary color
Monochromatic Colors of #780076
Black with #780076
Text Example
Text Example
White with #780076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780076; }
p { color: rgb(120,0,118); }
H1.HeaderClassName
{
color: #780076;
}
.AnyTagClassName
{
color: #780076;
}
</style>
background-color css
<style>
a { background-color: #780076; }
a { background-color: rgb(120,0,118); }
div.DivClassName
{
background-color: #780076;
}
.BgClassName
{
background-color: #780076;
}
</style>
border-color css
<style>
span { border-color: #780076; }
span { border-color: rgb(120,0,118); }
td.TdClassName
{
border-color: #780076;
}
.TagClassName
{
border-color: #780076;
}
</style>