Shades of Purple #781276
Tints of Purple #781276
RGB
CMYK
RGB Variations
Color information
#781276 (or 0x781276) is known color: Purple. HEX triplet: 78, 12 and 76. RGB value is (120,18,118). Sum of RGB (Red+Green+Blue) = 120+18+118=256 (33% of max value = 765). Red value is 120 (47.27% from 255 or 46.88% from 256); Green value is 18 (7.42% from 255 or 7.03% from 256); Blue value is 118 (46.48% from 255 or 46.09% from 256); Max value from RGB is 120 - color contains mainly: red. Hex color #781276 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781276 is #87ED89. Grayscale: #3B3B3B. Windows color (decimal): -8908170 or 7737976. OLE color: 7737976.
HSL color Cylindrical-coordinate representation of color #781276: hue angle of 301.18º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #781276 is Cyan = 0, Magento = 0.85, Yellow = 0.02 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 18 | 118 | - |
| CMYK | 0 | 0.85 | 0.02 | 0.53 |
| HSL | 301.18º | 0.74% | 0.27% | - |
| HSV(B) | 301.18º | 0.85% | 0.47% | - |
| XYZ | 11.23 | 5.73 | 17.65 | - |
| YUV | 59.9 | 160.79 | 170.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 18 | 118 | 0 | 0.85 | 0.02 | 0.53 | 301.18 | 0.74 | 0.27 |
| Hex | 78 | 12 | 76 | 0 | 55 | 2 | 35 | 12D | 4A | 1B |
| Octal | 170 | 22 | 166 | 0 | 125 | 2 | 65 | 455 | 112 | 33 |
| Binary | 1111000 | 10010 | 1110110 | 0 | 1010101 | 10 | 110101 | 100101101 | 1001010 | 11011 |
Color Harmonies of #781276
Complementary color
Monochromatic Colors of #781276
Black with #781276
Text Example
Text Example
White with #781276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781276; }
p { color: rgb(120,18,118); }
H1.HeaderClassName
{
color: #781276;
}
.AnyTagClassName
{
color: #781276;
}
</style>
background-color css
<style>
a { background-color: #781276; }
a { background-color: rgb(120,18,118); }
div.DivClassName
{
background-color: #781276;
}
.BgClassName
{
background-color: #781276;
}
</style>
border-color css
<style>
span { border-color: #781276; }
span { border-color: rgb(120,18,118); }
td.TdClassName
{
border-color: #781276;
}
.TagClassName
{
border-color: #781276;
}
</style>