Shades of Dark Purple #76156B
Tints of Dark Purple #76156B
RGB
CMYK
RGB Variations
Color information
#76156B (or 0x76156B) is known color: Dark Purple. HEX triplet: 76, 15 and 6B. RGB value is (118,21,107). Sum of RGB (Red+Green+Blue) = 118+21+107=246 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.97% from 246); Green value is 21 (8.59% from 255 or 8.54% from 246); Blue value is 107 (42.19% from 255 or 43.50% from 246); Max value from RGB is 118 - color contains mainly: red. Hex color #76156B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76156B is #89EA94. Grayscale: #3B3B3B. Windows color (decimal): -9038485 or 7017846. OLE color: 7017846.
HSL color Cylindrical-coordinate representation of color #76156B: hue angle of 306.8º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #76156B is Cyan = 0, Magento = 0.82, Yellow = 0.09 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 21 | 107 | - |
| CMYK | 0 | 0.82 | 0.09 | 0.54 |
| HSL | 306.8º | 0.7% | 0.27% | - |
| HSV(B) | 306.8º | 0.82% | 0.46% | - |
| XYZ | 10.39 | 5.45 | 14.41 | - |
| YUV | 59.81 | 154.64 | 169.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 21 | 107 | 0 | 0.82 | 0.09 | 0.54 | 306.8 | 0.7 | 0.27 |
| Hex | 76 | 15 | 6B | 0 | 52 | 9 | 36 | 133 | 46 | 1B |
| Octal | 166 | 25 | 153 | 0 | 122 | 11 | 66 | 463 | 106 | 33 |
| Binary | 1110110 | 10101 | 1101011 | 0 | 1010010 | 1001 | 110110 | 100110011 | 1000110 | 11011 |
Color Harmonies of #76156B
Complementary color
Monochromatic Colors of #76156B
Black with #76156B
Text Example
Text Example
White with #76156B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76156B; }
p { color: rgb(118,21,107); }
H1.HeaderClassName
{
color: #76156B;
}
.AnyTagClassName
{
color: #76156B;
}
</style>
background-color css
<style>
a { background-color: #76156B; }
a { background-color: rgb(118,21,107); }
div.DivClassName
{
background-color: #76156B;
}
.BgClassName
{
background-color: #76156B;
}
</style>
border-color css
<style>
span { border-color: #76156B; }
span { border-color: rgb(118,21,107); }
td.TdClassName
{
border-color: #76156B;
}
.TagClassName
{
border-color: #76156B;
}
</style>