Shades of Dark Purple #76126E
Tints of Dark Purple #76126E
RGB
CMYK
RGB Variations
Color information
#76126E (or 0x76126E) is known color: Dark Purple. HEX triplet: 76, 12 and 6E. RGB value is (118,18,110). Sum of RGB (Red+Green+Blue) = 118+18+110=246 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.97% from 246); Green value is 18 (7.42% from 255 or 7.32% from 246); Blue value is 110 (43.36% from 255 or 44.72% from 246); Max value from RGB is 118 - color contains mainly: red. Hex color #76126E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76126E is #89ED91. Grayscale: #3A3A3A. Windows color (decimal): -9039250 or 7213686. OLE color: 7213686.
HSL color Cylindrical-coordinate representation of color #76126E: hue angle of 304.8º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #76126E is Cyan = 0, Magento = 0.85, Yellow = 0.07 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 18 | 110 | - |
| CMYK | 0 | 0.85 | 0.07 | 0.54 |
| HSL | 304.8º | 0.74% | 0.27% | - |
| HSV(B) | 304.8º | 0.85% | 0.46% | - |
| XYZ | 10.5 | 5.41 | 15.24 | - |
| YUV | 58.39 | 157.13 | 170.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 18 | 110 | 0 | 0.85 | 0.07 | 0.54 | 304.8 | 0.74 | 0.27 |
| Hex | 76 | 12 | 6E | 0 | 55 | 7 | 36 | 131 | 4A | 1B |
| Octal | 166 | 22 | 156 | 0 | 125 | 7 | 66 | 461 | 112 | 33 |
| Binary | 1110110 | 10010 | 1101110 | 0 | 1010101 | 111 | 110110 | 100110001 | 1001010 | 11011 |
Color Harmonies of #76126E
Complementary color
Monochromatic Colors of #76126E
Black with #76126E
Text Example
Text Example
White with #76126E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76126E; }
p { color: rgb(118,18,110); }
H1.HeaderClassName
{
color: #76126E;
}
.AnyTagClassName
{
color: #76126E;
}
</style>
background-color css
<style>
a { background-color: #76126E; }
a { background-color: rgb(118,18,110); }
div.DivClassName
{
background-color: #76126E;
}
.BgClassName
{
background-color: #76126E;
}
</style>
border-color css
<style>
span { border-color: #76126E; }
span { border-color: rgb(118,18,110); }
td.TdClassName
{
border-color: #76126E;
}
.TagClassName
{
border-color: #76126E;
}
</style>