Shades of Dark Purple #7D116D
Tints of Dark Purple #7D116D
RGB
CMYK
RGB Variations
Color information
#7D116D (or 0x7D116D) is known color: Dark Purple. HEX triplet: 7D, 11 and 6D. RGB value is (125,17,109). Sum of RGB (Red+Green+Blue) = 125+17+109=251 (33% of max value = 765). Red value is 125 (49.22% from 255 or 49.80% from 251); Green value is 17 (7.03% from 255 or 6.77% from 251); Blue value is 109 (42.97% from 255 or 43.43% from 251); Max value from RGB is 125 - color contains mainly: red. Hex color #7D116D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D116D is #82EE92. Grayscale: #3B3B3B. Windows color (decimal): -8580755 or 7147901. OLE color: 7147901.
HSL color Cylindrical-coordinate representation of color #7D116D: hue angle of 308.89º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7D116D is Cyan = 0, Magento = 0.86, Yellow = 0.13 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 17 | 109 | - |
| CMYK | 0 | 0.86 | 0.13 | 0.51 |
| HSL | 308.89º | 0.76% | 0.28% | - |
| HSV(B) | 308.89º | 0.86% | 0.49% | - |
| XYZ | 11.42 | 5.86 | 15 | - |
| YUV | 59.78 | 155.78 | 174.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 17 | 109 | 0 | 0.86 | 0.13 | 0.51 | 308.89 | 0.76 | 0.28 |
| Hex | 7D | 11 | 6D | 0 | 56 | D | 33 | 135 | 4C | 1C |
| Octal | 175 | 21 | 155 | 0 | 126 | 15 | 63 | 465 | 114 | 34 |
| Binary | 1111101 | 10001 | 1101101 | 0 | 1010110 | 1101 | 110011 | 100110101 | 1001100 | 11100 |
Color Harmonies of #7D116D
Complementary color
Monochromatic Colors of #7D116D
Black with #7D116D
Text Example
Text Example
White with #7D116D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D116D; }
p { color: rgb(125,17,109); }
H1.HeaderClassName
{
color: #7D116D;
}
.AnyTagClassName
{
color: #7D116D;
}
</style>
background-color css
<style>
a { background-color: #7D116D; }
a { background-color: rgb(125,17,109); }
div.DivClassName
{
background-color: #7D116D;
}
.BgClassName
{
background-color: #7D116D;
}
</style>
border-color css
<style>
span { border-color: #7D116D; }
span { border-color: rgb(125,17,109); }
td.TdClassName
{
border-color: #7D116D;
}
.TagClassName
{
border-color: #7D116D;
}
</style>