Shades of Purple #761680
Tints of Purple #761680
RGB
CMYK
RGB Variations
Color information
#761680 (or 0x761680) is known color: Purple. HEX triplet: 76, 16 and 80. RGB value is (118,22,128). Sum of RGB (Red+Green+Blue) = 118+22+128=268 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.03% from 268); Green value is 22 (8.98% from 255 or 8.21% from 268); Blue value is 128 (50.39% from 255 or 47.76% from 268); Max value from RGB is 128 - color contains mainly: blue. Hex color #761680 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #761680 is #89E97F. Grayscale: #3E3E3E. Windows color (decimal): -9038208 or 8394358. OLE color: 8394358.
HSL color Cylindrical-coordinate representation of color #761680: hue angle of 294.34º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #761680 is Cyan = 0.08, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 118 | 22 | 128 | - |
| CMYK | 0.08 | 0.83 | 0 | 0.50 |
| HSL | 294.34º | 0.71% | 0.29% | - |
| HSV(B) | 294.34º | 0.83% | 0.5% | - |
| XYZ | 11.65 | 5.98 | 20.96 | - |
| YUV | 62.79 | 164.8 | 167.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 22 | 128 | 0.08 | 0.83 | 0 | 0.50 | 294.34 | 0.71 | 0.29 |
| Hex | 76 | 16 | 80 | 8 | 53 | 0 | 32 | 126 | 47 | 1D |
| Octal | 166 | 26 | 200 | 10 | 123 | 0 | 62 | 446 | 107 | 35 |
| Binary | 1110110 | 10110 | 10000000 | 1000 | 1010011 | 0 | 110010 | 100100110 | 1000111 | 11101 |
Color Harmonies of #761680
Complementary color
Monochromatic Colors of #761680
Black with #761680
Text Example
Text Example
White with #761680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761680; }
p { color: rgb(118,22,128); }
H1.HeaderClassName
{
color: #761680;
}
.AnyTagClassName
{
color: #761680;
}
</style>
background-color css
<style>
a { background-color: #761680; }
a { background-color: rgb(118,22,128); }
div.DivClassName
{
background-color: #761680;
}
.BgClassName
{
background-color: #761680;
}
</style>
border-color css
<style>
span { border-color: #761680; }
span { border-color: rgb(118,22,128); }
td.TdClassName
{
border-color: #761680;
}
.TagClassName
{
border-color: #761680;
}
</style>