Shades of Dark Purple #76126B
Tints of Dark Purple #76126B
RGB
CMYK
RGB Variations
Color information
#76126B (or 0x76126B) is known color: Dark Purple. HEX triplet: 76, 12 and 6B. RGB value is (118,18,107). Sum of RGB (Red+Green+Blue) = 118+18+107=243 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.56% from 243); Green value is 18 (7.42% from 255 or 7.41% from 243); Blue value is 107 (42.19% from 255 or 44.03% from 243); Max value from RGB is 118 - color contains mainly: red. Hex color #76126B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76126B is #89ED94. Grayscale: #393939. Windows color (decimal): -9039253 or 7017078. OLE color: 7017078.
HSL color Cylindrical-coordinate representation of color #76126B: hue angle of 306.6º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #76126B is Cyan = 0, Magento = 0.85, Yellow = 0.09 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 18 | 107 | - |
| CMYK | 0 | 0.85 | 0.09 | 0.54 |
| HSL | 306.6º | 0.74% | 0.27% | - |
| HSV(B) | 306.6º | 0.85% | 0.46% | - |
| XYZ | 10.34 | 5.35 | 14.4 | - |
| YUV | 58.05 | 155.63 | 170.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 18 | 107 | 0 | 0.85 | 0.09 | 0.54 | 306.6 | 0.74 | 0.27 |
| Hex | 76 | 12 | 6B | 0 | 55 | 9 | 36 | 133 | 4A | 1B |
| Octal | 166 | 22 | 153 | 0 | 125 | 11 | 66 | 463 | 112 | 33 |
| Binary | 1110110 | 10010 | 1101011 | 0 | 1010101 | 1001 | 110110 | 100110011 | 1001010 | 11011 |
Color Harmonies of #76126B
Complementary color
Monochromatic Colors of #76126B
Black with #76126B
Text Example
Text Example
White with #76126B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76126B; }
p { color: rgb(118,18,107); }
H1.HeaderClassName
{
color: #76126B;
}
.AnyTagClassName
{
color: #76126B;
}
</style>
background-color css
<style>
a { background-color: #76126B; }
a { background-color: rgb(118,18,107); }
div.DivClassName
{
background-color: #76126B;
}
.BgClassName
{
background-color: #76126B;
}
</style>
border-color css
<style>
span { border-color: #76126B; }
span { border-color: rgb(118,18,107); }
td.TdClassName
{
border-color: #76126B;
}
.TagClassName
{
border-color: #76126B;
}
</style>