Shades of Purple #780276
Tints of Purple #780276
RGB
CMYK
RGB Variations
Color information
#780276 (or 0x780276) is known color: Purple. HEX triplet: 78, 02 and 76. RGB value is (120,2,118). Sum of RGB (Red+Green+Blue) = 120+2+118=240 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50% from 240); Green value is 2 (1.17% from 255 or 0.83% from 240); Blue value is 118 (46.48% from 255 or 49.17% from 240); Max value from RGB is 120 - color contains mainly: red. Hex color #780276 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780276 is #87FD89. Grayscale: #323232. Windows color (decimal): -8912266 or 7733880. OLE color: 7733880.
HSL color Cylindrical-coordinate representation of color #780276: hue angle of 301.02º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #780276 is Cyan = 0, Magento = 0.98, Yellow = 0.02 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 2 | 118 | - |
| CMYK | 0 | 0.98 | 0.02 | 0.53 |
| HSL | 301.02º | 0.97% | 0.24% | - |
| HSV(B) | 301.02º | 0.98% | 0.47% | - |
| XYZ | 11.04 | 5.34 | 17.59 | - |
| YUV | 50.51 | 166.09 | 177.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 2 | 118 | 0 | 0.98 | 0.02 | 0.53 | 301.02 | 0.97 | 0.24 |
| Hex | 78 | 2 | 76 | 0 | 62 | 2 | 35 | 12D | 61 | 18 |
| Octal | 170 | 2 | 166 | 0 | 142 | 2 | 65 | 455 | 141 | 30 |
| Binary | 1111000 | 10 | 1110110 | 0 | 1100010 | 10 | 110101 | 100101101 | 1100001 | 11000 |
Color Harmonies of #780276
Complementary color
Monochromatic Colors of #780276
Black with #780276
Text Example
Text Example
White with #780276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780276; }
p { color: rgb(120,2,118); }
H1.HeaderClassName
{
color: #780276;
}
.AnyTagClassName
{
color: #780276;
}
</style>
background-color css
<style>
a { background-color: #780276; }
a { background-color: rgb(120,2,118); }
div.DivClassName
{
background-color: #780276;
}
.BgClassName
{
background-color: #780276;
}
</style>
border-color css
<style>
span { border-color: #780276; }
span { border-color: rgb(120,2,118); }
td.TdClassName
{
border-color: #780276;
}
.TagClassName
{
border-color: #780276;
}
</style>