Shades of Purple #780176
Tints of Purple #780176
RGB
CMYK
RGB Variations
Color information
#780176 (or 0x780176) is known color: Purple. HEX triplet: 78, 01 and 76. RGB value is (120,1,118). Sum of RGB (Red+Green+Blue) = 120+1+118=239 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.21% from 239); Green value is 1 (0.78% from 255 or 0.42% from 239); Blue value is 118 (46.48% from 255 or 49.37% from 239); Max value from RGB is 120 - color contains mainly: red. Hex color #780176 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780176 is #87FE89. Grayscale: #313131. Windows color (decimal): -8912522 or 7733624. OLE color: 7733624.
HSL color Cylindrical-coordinate representation of color #780176: hue angle of 301.01º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #780176 is Cyan = 0, Magento = 0.99, Yellow = 0.02 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 1 | 118 | - |
| CMYK | 0 | 0.99 | 0.02 | 0.53 |
| HSL | 301.01º | 0.98% | 0.24% | - |
| HSV(B) | 301.01º | 0.99% | 0.47% | - |
| XYZ | 11.03 | 5.32 | 17.59 | - |
| YUV | 49.92 | 166.42 | 177.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 1 | 118 | 0 | 0.99 | 0.02 | 0.53 | 301.01 | 0.98 | 0.24 |
| Hex | 78 | 1 | 76 | 0 | 63 | 2 | 35 | 12D | 62 | 18 |
| Octal | 170 | 1 | 166 | 0 | 143 | 2 | 65 | 455 | 142 | 30 |
| Binary | 1111000 | 1 | 1110110 | 0 | 1100011 | 10 | 110101 | 100101101 | 1100010 | 11000 |
Color Harmonies of #780176
Complementary color
Monochromatic Colors of #780176
Black with #780176
Text Example
Text Example
White with #780176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780176; }
p { color: rgb(120,1,118); }
H1.HeaderClassName
{
color: #780176;
}
.AnyTagClassName
{
color: #780176;
}
</style>
background-color css
<style>
a { background-color: #780176; }
a { background-color: rgb(120,1,118); }
div.DivClassName
{
background-color: #780176;
}
.BgClassName
{
background-color: #780176;
}
</style>
border-color css
<style>
span { border-color: #780176; }
span { border-color: rgb(120,1,118); }
td.TdClassName
{
border-color: #780176;
}
.TagClassName
{
border-color: #780176;
}
</style>