Shades of Dark Purple #761C80
Tints of Dark Purple #761C80
RGB
CMYK
RGB Variations
Color information
#761C80 (or 0x761C80) is known color: Dark Purple. HEX triplet: 76, 1C and 80. RGB value is (118,28,128). Sum of RGB (Red+Green+Blue) = 118+28+128=274 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.07% from 274); Green value is 28 (11.33% from 255 or 10.22% from 274); Blue value is 128 (50.39% from 255 or 46.72% from 274); Max value from RGB is 128 - color contains mainly: blue. Hex color #761C80 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #761C80 is #89E37F. Grayscale: #424242. Windows color (decimal): -9036672 or 8395894. OLE color: 8395894.
HSL color Cylindrical-coordinate representation of color #761C80: hue angle of 294º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #761C80 is Cyan = 0.08, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 118 | 28 | 128 | - |
| CMYK | 0.08 | 0.78 | 0 | 0.50 |
| HSL | 294º | 0.64% | 0.31% | - |
| HSV(B) | 294º | 0.78% | 0.5% | - |
| XYZ | 11.78 | 6.24 | 21.01 | - |
| YUV | 66.31 | 162.82 | 164.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 28 | 128 | 0.08 | 0.78 | 0 | 0.50 | 294 | 0.64 | 0.31 |
| Hex | 76 | 1C | 80 | 8 | 4E | 0 | 32 | 126 | 40 | 1F |
| Octal | 166 | 34 | 200 | 10 | 116 | 0 | 62 | 446 | 100 | 37 |
| Binary | 1110110 | 11100 | 10000000 | 1000 | 1001110 | 0 | 110010 | 100100110 | 1000000 | 11111 |
Color Harmonies of #761C80
Complementary color
Monochromatic Colors of #761C80
Black with #761C80
Text Example
Text Example
White with #761C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761C80; }
p { color: rgb(118,28,128); }
H1.HeaderClassName
{
color: #761C80;
}
.AnyTagClassName
{
color: #761C80;
}
</style>
background-color css
<style>
a { background-color: #761C80; }
a { background-color: rgb(118,28,128); }
div.DivClassName
{
background-color: #761C80;
}
.BgClassName
{
background-color: #761C80;
}
</style>
border-color css
<style>
span { border-color: #761C80; }
span { border-color: rgb(118,28,128); }
td.TdClassName
{
border-color: #761C80;
}
.TagClassName
{
border-color: #761C80;
}
</style>