Shades of Purple #781176
Tints of Purple #781176
RGB
CMYK
RGB Variations
Color information
#781176 (or 0x781176) is known color: Purple. HEX triplet: 78, 11 and 76. RGB value is (120,17,118). Sum of RGB (Red+Green+Blue) = 120+17+118=255 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.06% from 255); Green value is 17 (7.03% from 255 or 6.67% from 255); Blue value is 118 (46.48% from 255 or 46.27% from 255); Max value from RGB is 120 - color contains mainly: red. Hex color #781176 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781176 is #87EE89. Grayscale: #3B3B3B. Windows color (decimal): -8908426 or 7737720. OLE color: 7737720.
HSL color Cylindrical-coordinate representation of color #781176: hue angle of 301.17º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #781176 is Cyan = 0, Magento = 0.86, Yellow = 0.02 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 17 | 118 | - |
| CMYK | 0 | 0.86 | 0.02 | 0.53 |
| HSL | 301.17º | 0.75% | 0.27% | - |
| HSV(B) | 301.17º | 0.86% | 0.47% | - |
| XYZ | 11.22 | 5.7 | 17.65 | - |
| YUV | 59.31 | 161.12 | 171.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 17 | 118 | 0 | 0.86 | 0.02 | 0.53 | 301.17 | 0.75 | 0.27 |
| Hex | 78 | 11 | 76 | 0 | 56 | 2 | 35 | 12D | 4B | 1B |
| Octal | 170 | 21 | 166 | 0 | 126 | 2 | 65 | 455 | 113 | 33 |
| Binary | 1111000 | 10001 | 1110110 | 0 | 1010110 | 10 | 110101 | 100101101 | 1001011 | 11011 |
Color Harmonies of #781176
Complementary color
Monochromatic Colors of #781176
Black with #781176
Text Example
Text Example
White with #781176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781176; }
p { color: rgb(120,17,118); }
H1.HeaderClassName
{
color: #781176;
}
.AnyTagClassName
{
color: #781176;
}
</style>
background-color css
<style>
a { background-color: #781176; }
a { background-color: rgb(120,17,118); }
div.DivClassName
{
background-color: #781176;
}
.BgClassName
{
background-color: #781176;
}
</style>
border-color css
<style>
span { border-color: #781176; }
span { border-color: rgb(120,17,118); }
td.TdClassName
{
border-color: #781176;
}
.TagClassName
{
border-color: #781176;
}
</style>