Shades of Purple #761980
Tints of Purple #761980
RGB
CMYK
RGB Variations
Color information
#761980 (or 0x761980) is known color: Purple. HEX triplet: 76, 19 and 80. RGB value is (118,25,128). Sum of RGB (Red+Green+Blue) = 118+25+128=271 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.54% from 271); Green value is 25 (10.16% from 255 or 9.23% from 271); Blue value is 128 (50.39% from 255 or 47.23% from 271); Max value from RGB is 128 - color contains mainly: blue. Hex color #761980 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #761980 is #89E67F. Grayscale: #404040. Windows color (decimal): -9037440 or 8395126. OLE color: 8395126.
HSL color Cylindrical-coordinate representation of color #761980: hue angle of 294.17º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #761980 is Cyan = 0.08, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 118 | 25 | 128 | - |
| CMYK | 0.08 | 0.80 | 0 | 0.50 |
| HSL | 294.17º | 0.67% | 0.3% | - |
| HSV(B) | 294.17º | 0.8% | 0.5% | - |
| XYZ | 11.72 | 6.11 | 20.98 | - |
| YUV | 64.55 | 163.81 | 166.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 25 | 128 | 0.08 | 0.80 | 0 | 0.50 | 294.17 | 0.67 | 0.3 |
| Hex | 76 | 19 | 80 | 8 | 50 | 0 | 32 | 126 | 43 | 1E |
| Octal | 166 | 31 | 200 | 10 | 120 | 0 | 62 | 446 | 103 | 36 |
| Binary | 1110110 | 11001 | 10000000 | 1000 | 1010000 | 0 | 110010 | 100100110 | 1000011 | 11110 |
Color Harmonies of #761980
Complementary color
Monochromatic Colors of #761980
Black with #761980
Text Example
Text Example
White with #761980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761980; }
p { color: rgb(118,25,128); }
H1.HeaderClassName
{
color: #761980;
}
.AnyTagClassName
{
color: #761980;
}
</style>
background-color css
<style>
a { background-color: #761980; }
a { background-color: rgb(118,25,128); }
div.DivClassName
{
background-color: #761980;
}
.BgClassName
{
background-color: #761980;
}
</style>
border-color css
<style>
span { border-color: #761980; }
span { border-color: rgb(118,25,128); }
td.TdClassName
{
border-color: #761980;
}
.TagClassName
{
border-color: #761980;
}
</style>