Shades of Dark Purple #76166B
Tints of Dark Purple #76166B
RGB
CMYK
RGB Variations
Color information
#76166B (or 0x76166B) is known color: Dark Purple. HEX triplet: 76, 16 and 6B. RGB value is (118,22,107). Sum of RGB (Red+Green+Blue) = 118+22+107=247 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.77% from 247); Green value is 22 (8.98% from 255 or 8.91% from 247); Blue value is 107 (42.19% from 255 or 43.32% from 247); Max value from RGB is 118 - color contains mainly: red. Hex color #76166B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76166B is #89E994. Grayscale: #3C3C3C. Windows color (decimal): -9038229 or 7018102. OLE color: 7018102.
HSL color Cylindrical-coordinate representation of color #76166B: hue angle of 306.88º 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 #76166B is Cyan = 0, Magento = 0.81, Yellow = 0.09 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 22 | 107 | - |
| CMYK | 0 | 0.81 | 0.09 | 0.54 |
| HSL | 306.88º | 0.69% | 0.27% | - |
| HSV(B) | 306.88º | 0.81% | 0.46% | - |
| XYZ | 10.41 | 5.49 | 14.42 | - |
| YUV | 60.39 | 154.3 | 169.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 22 | 107 | 0 | 0.81 | 0.09 | 0.54 | 306.88 | 0.69 | 0.27 |
| Hex | 76 | 16 | 6B | 0 | 51 | 9 | 36 | 133 | 45 | 1B |
| Octal | 166 | 26 | 153 | 0 | 121 | 11 | 66 | 463 | 105 | 33 |
| Binary | 1110110 | 10110 | 1101011 | 0 | 1010001 | 1001 | 110110 | 100110011 | 1000101 | 11011 |
Color Harmonies of #76166B
Complementary color
Monochromatic Colors of #76166B
Black with #76166B
Text Example
Text Example
White with #76166B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76166B; }
p { color: rgb(118,22,107); }
H1.HeaderClassName
{
color: #76166B;
}
.AnyTagClassName
{
color: #76166B;
}
</style>
background-color css
<style>
a { background-color: #76166B; }
a { background-color: rgb(118,22,107); }
div.DivClassName
{
background-color: #76166B;
}
.BgClassName
{
background-color: #76166B;
}
</style>
border-color css
<style>
span { border-color: #76166B; }
span { border-color: rgb(118,22,107); }
td.TdClassName
{
border-color: #76166B;
}
.TagClassName
{
border-color: #76166B;
}
</style>