Shades of Dark Purple #76166F
Tints of Dark Purple #76166F
RGB
CMYK
RGB Variations
Color information
#76166F (or 0x76166F) is known color: Dark Purple. HEX triplet: 76, 16 and 6F. RGB value is (118,22,111). Sum of RGB (Red+Green+Blue) = 118+22+111=251 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.01% from 251); Green value is 22 (8.98% from 255 or 8.76% from 251); Blue value is 111 (43.75% from 255 or 44.22% from 251); Max value from RGB is 118 - color contains mainly: red. Hex color #76166F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76166F is #89E990. Grayscale: #3C3C3C. Windows color (decimal): -9038225 or 7280246. OLE color: 7280246.
HSL color Cylindrical-coordinate representation of color #76166F: hue angle of 304.38º 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 #76166F is Cyan = 0, Magento = 0.81, Yellow = 0.06 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 22 | 111 | - |
| CMYK | 0 | 0.81 | 0.06 | 0.54 |
| HSL | 304.38º | 0.69% | 0.27% | - |
| HSV(B) | 304.38º | 0.81% | 0.46% | - |
| XYZ | 10.63 | 5.57 | 15.55 | - |
| YUV | 60.85 | 156.3 | 168.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 22 | 111 | 0 | 0.81 | 0.06 | 0.54 | 304.38 | 0.69 | 0.27 |
| Hex | 76 | 16 | 6F | 0 | 51 | 6 | 36 | 130 | 45 | 1B |
| Octal | 166 | 26 | 157 | 0 | 121 | 6 | 66 | 460 | 105 | 33 |
| Binary | 1110110 | 10110 | 1101111 | 0 | 1010001 | 110 | 110110 | 100110000 | 1000101 | 11011 |
Color Harmonies of #76166F
Complementary color
Monochromatic Colors of #76166F
Black with #76166F
Text Example
Text Example
White with #76166F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76166F; }
p { color: rgb(118,22,111); }
H1.HeaderClassName
{
color: #76166F;
}
.AnyTagClassName
{
color: #76166F;
}
</style>
background-color css
<style>
a { background-color: #76166F; }
a { background-color: rgb(118,22,111); }
div.DivClassName
{
background-color: #76166F;
}
.BgClassName
{
background-color: #76166F;
}
</style>
border-color css
<style>
span { border-color: #76166F; }
span { border-color: rgb(118,22,111); }
td.TdClassName
{
border-color: #76166F;
}
.TagClassName
{
border-color: #76166F;
}
</style>