Shades of Dark Purple #761E6D
Tints of Dark Purple #761E6D
RGB
CMYK
RGB Variations
Color information
#761E6D (or 0x761E6D) is known color: Dark Purple. HEX triplet: 76, 1E and 6D. RGB value is (118,30,109). Sum of RGB (Red+Green+Blue) = 118+30+109=257 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.91% from 257); Green value is 30 (12.11% from 255 or 11.67% from 257); Blue value is 109 (42.97% from 255 or 42.41% from 257); Max value from RGB is 118 - color contains mainly: red. Hex color #761E6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #761E6D is #89E192. Grayscale: #414141. Windows color (decimal): -9036179 or 7151222. OLE color: 7151222.
HSL color Cylindrical-coordinate representation of color #761E6D: hue angle of 306.14º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #761E6D is Cyan = 0, Magento = 0.75, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 30 | 109 | - |
| CMYK | 0 | 0.75 | 0.08 | 0.54 |
| HSL | 306.14º | 0.59% | 0.29% | - |
| HSV(B) | 306.14º | 0.75% | 0.46% | - |
| XYZ | 10.7 | 5.88 | 15.04 | - |
| YUV | 65.32 | 152.65 | 165.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 30 | 109 | 0 | 0.75 | 0.08 | 0.54 | 306.14 | 0.59 | 0.29 |
| Hex | 76 | 1E | 6D | 0 | 4B | 8 | 36 | 132 | 3B | 1D |
| Octal | 166 | 36 | 155 | 0 | 113 | 10 | 66 | 462 | 73 | 35 |
| Binary | 1110110 | 11110 | 1101101 | 0 | 1001011 | 1000 | 110110 | 100110010 | 111011 | 11101 |
Color Harmonies of #761E6D
Complementary color
Monochromatic Colors of #761E6D
Black with #761E6D
Text Example
Text Example
White with #761E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761E6D; }
p { color: rgb(118,30,109); }
H1.HeaderClassName
{
color: #761E6D;
}
.AnyTagClassName
{
color: #761E6D;
}
</style>
background-color css
<style>
a { background-color: #761E6D; }
a { background-color: rgb(118,30,109); }
div.DivClassName
{
background-color: #761E6D;
}
.BgClassName
{
background-color: #761E6D;
}
</style>
border-color css
<style>
span { border-color: #761E6D; }
span { border-color: rgb(118,30,109); }
td.TdClassName
{
border-color: #761E6D;
}
.TagClassName
{
border-color: #761E6D;
}
</style>