Shades of Dark Purple #76166C
Tints of Dark Purple #76166C
RGB
CMYK
RGB Variations
Color information
#76166C (or 0x76166C) is known color: Dark Purple. HEX triplet: 76, 16 and 6C. RGB value is (118,22,108). Sum of RGB (Red+Green+Blue) = 118+22+108=248 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.58% from 248); Green value is 22 (8.98% from 255 or 8.87% from 248); Blue value is 108 (42.58% from 255 or 43.55% from 248); Max value from RGB is 118 - color contains mainly: red. Hex color #76166C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76166C is #89E993. Grayscale: #3C3C3C. Windows color (decimal): -9038228 or 7083638. OLE color: 7083638.
HSL color Cylindrical-coordinate representation of color #76166C: hue angle of 306.25º 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 #76166C is Cyan = 0, Magento = 0.81, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 22 | 108 | - |
| CMYK | 0 | 0.81 | 0.08 | 0.54 |
| HSL | 306.25º | 0.69% | 0.27% | - |
| HSV(B) | 306.25º | 0.81% | 0.46% | - |
| XYZ | 10.46 | 5.51 | 14.7 | - |
| YUV | 60.51 | 154.8 | 169.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 22 | 108 | 0 | 0.81 | 0.08 | 0.54 | 306.25 | 0.69 | 0.27 |
| Hex | 76 | 16 | 6C | 0 | 51 | 8 | 36 | 132 | 45 | 1B |
| Octal | 166 | 26 | 154 | 0 | 121 | 10 | 66 | 462 | 105 | 33 |
| Binary | 1110110 | 10110 | 1101100 | 0 | 1010001 | 1000 | 110110 | 100110010 | 1000101 | 11011 |
Color Harmonies of #76166C
Complementary color
Monochromatic Colors of #76166C
Black with #76166C
Text Example
Text Example
White with #76166C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76166C; }
p { color: rgb(118,22,108); }
H1.HeaderClassName
{
color: #76166C;
}
.AnyTagClassName
{
color: #76166C;
}
</style>
background-color css
<style>
a { background-color: #76166C; }
a { background-color: rgb(118,22,108); }
div.DivClassName
{
background-color: #76166C;
}
.BgClassName
{
background-color: #76166C;
}
</style>
border-color css
<style>
span { border-color: #76166C; }
span { border-color: rgb(118,22,108); }
td.TdClassName
{
border-color: #76166C;
}
.TagClassName
{
border-color: #76166C;
}
</style>