Shades of Dark Purple #76116D
Tints of Dark Purple #76116D
RGB
CMYK
RGB Variations
Color information
#76116D (or 0x76116D) is known color: Dark Purple. HEX triplet: 76, 11 and 6D. RGB value is (118,17,109). Sum of RGB (Red+Green+Blue) = 118+17+109=244 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.36% from 244); Green value is 17 (7.03% from 255 or 6.97% from 244); Blue value is 109 (42.97% from 255 or 44.67% from 244); Max value from RGB is 118 - color contains mainly: red. Hex color #76116D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76116D is #89EE92. Grayscale: #393939. Windows color (decimal): -9039507 or 7147894. OLE color: 7147894.
HSL color Cylindrical-coordinate representation of color #76116D: hue angle of 305.35º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #76116D is Cyan = 0, Magento = 0.86, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 17 | 109 | - |
| CMYK | 0 | 0.86 | 0.08 | 0.54 |
| HSL | 305.35º | 0.75% | 0.26% | - |
| HSV(B) | 305.35º | 0.86% | 0.46% | - |
| XYZ | 10.43 | 5.36 | 14.95 | - |
| YUV | 57.69 | 156.96 | 171.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 17 | 109 | 0 | 0.86 | 0.08 | 0.54 | 305.35 | 0.75 | 0.26 |
| Hex | 76 | 11 | 6D | 0 | 56 | 8 | 36 | 131 | 4B | 1A |
| Octal | 166 | 21 | 155 | 0 | 126 | 10 | 66 | 461 | 113 | 32 |
| Binary | 1110110 | 10001 | 1101101 | 0 | 1010110 | 1000 | 110110 | 100110001 | 1001011 | 11010 |
Color Harmonies of #76116D
Complementary color
Monochromatic Colors of #76116D
Black with #76116D
Text Example
Text Example
White with #76116D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76116D; }
p { color: rgb(118,17,109); }
H1.HeaderClassName
{
color: #76116D;
}
.AnyTagClassName
{
color: #76116D;
}
</style>
background-color css
<style>
a { background-color: #76116D; }
a { background-color: rgb(118,17,109); }
div.DivClassName
{
background-color: #76116D;
}
.BgClassName
{
background-color: #76116D;
}
</style>
border-color css
<style>
span { border-color: #76116D; }
span { border-color: rgb(118,17,109); }
td.TdClassName
{
border-color: #76116D;
}
.TagClassName
{
border-color: #76116D;
}
</style>