Shades of Dark Purple #76166A
Tints of Dark Purple #76166A
RGB
CMYK
RGB Variations
Color information
#76166A (or 0x76166A) is known color: Dark Purple. HEX triplet: 76, 16 and 6A. RGB value is (118,22,106). Sum of RGB (Red+Green+Blue) = 118+22+106=246 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.97% from 246); Green value is 22 (8.98% from 255 or 8.94% from 246); Blue value is 106 (41.80% from 255 or 43.09% from 246); Max value from RGB is 118 - color contains mainly: red. Hex color #76166A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76166A is #89E995. Grayscale: #3C3C3C. Windows color (decimal): -9038230 or 6952566. OLE color: 6952566.
HSL color Cylindrical-coordinate representation of color #76166A: hue angle of 307.5º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #76166A is Cyan = 0, Magento = 0.81, Yellow = 0.10 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 22 | 106 | - |
| CMYK | 0 | 0.81 | 0.10 | 0.54 |
| HSL | 307.5º | 0.69% | 0.27% | - |
| HSV(B) | 307.5º | 0.81% | 0.46% | - |
| XYZ | 10.36 | 5.47 | 14.14 | - |
| YUV | 60.28 | 153.8 | 169.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 22 | 106 | 0 | 0.81 | 0.10 | 0.54 | 307.5 | 0.69 | 0.27 |
| Hex | 76 | 16 | 6A | 0 | 51 | A | 36 | 134 | 45 | 1B |
| Octal | 166 | 26 | 152 | 0 | 121 | 12 | 66 | 464 | 105 | 33 |
| Binary | 1110110 | 10110 | 1101010 | 0 | 1010001 | 1010 | 110110 | 100110100 | 1000101 | 11011 |
Color Harmonies of #76166A
Complementary color
Monochromatic Colors of #76166A
Black with #76166A
Text Example
Text Example
White with #76166A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76166A; }
p { color: rgb(118,22,106); }
H1.HeaderClassName
{
color: #76166A;
}
.AnyTagClassName
{
color: #76166A;
}
</style>
background-color css
<style>
a { background-color: #76166A; }
a { background-color: rgb(118,22,106); }
div.DivClassName
{
background-color: #76166A;
}
.BgClassName
{
background-color: #76166A;
}
</style>
border-color css
<style>
span { border-color: #76166A; }
span { border-color: rgb(118,22,106); }
td.TdClassName
{
border-color: #76166A;
}
.TagClassName
{
border-color: #76166A;
}
</style>