Shades of Dark Purple #76106C
Tints of Dark Purple #76106C
RGB
CMYK
RGB Variations
Color information
#76106C (or 0x76106C) is known color: Dark Purple. HEX triplet: 76, 10 and 6C. RGB value is (118,16,108). Sum of RGB (Red+Green+Blue) = 118+16+108=242 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.76% from 242); Green value is 16 (6.64% from 255 or 6.61% from 242); Blue value is 108 (42.58% from 255 or 44.63% from 242); Max value from RGB is 118 - color contains mainly: red. Hex color #76106C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76106C is #89EF93. Grayscale: #383838. Windows color (decimal): -9039764 or 7082102. OLE color: 7082102.
HSL color Cylindrical-coordinate representation of color #76106C: hue angle of 305.88º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #76106C is Cyan = 0, Magento = 0.86, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 16 | 108 | - |
| CMYK | 0 | 0.86 | 0.08 | 0.54 |
| HSL | 305.88º | 0.76% | 0.26% | - |
| HSV(B) | 305.88º | 0.86% | 0.46% | - |
| XYZ | 10.36 | 5.3 | 14.67 | - |
| YUV | 56.99 | 156.79 | 171.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 16 | 108 | 0 | 0.86 | 0.08 | 0.54 | 305.88 | 0.76 | 0.26 |
| Hex | 76 | 10 | 6C | 0 | 56 | 8 | 36 | 132 | 4C | 1A |
| Octal | 166 | 20 | 154 | 0 | 126 | 10 | 66 | 462 | 114 | 32 |
| Binary | 1110110 | 10000 | 1101100 | 0 | 1010110 | 1000 | 110110 | 100110010 | 1001100 | 11010 |
Color Harmonies of #76106C
Complementary color
Monochromatic Colors of #76106C
Black with #76106C
Text Example
Text Example
White with #76106C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76106C; }
p { color: rgb(118,16,108); }
H1.HeaderClassName
{
color: #76106C;
}
.AnyTagClassName
{
color: #76106C;
}
</style>
background-color css
<style>
a { background-color: #76106C; }
a { background-color: rgb(118,16,108); }
div.DivClassName
{
background-color: #76106C;
}
.BgClassName
{
background-color: #76106C;
}
</style>
border-color css
<style>
span { border-color: #76106C; }
span { border-color: rgb(118,16,108); }
td.TdClassName
{
border-color: #76106C;
}
.TagClassName
{
border-color: #76106C;
}
</style>