Shades of Dark Purple #7C116D
Tints of Dark Purple #7C116D
RGB
CMYK
RGB Variations
Color information
#7C116D (or 0x7C116D) is known color: Dark Purple. HEX triplet: 7C, 11 and 6D. RGB value is (124,17,109). Sum of RGB (Red+Green+Blue) = 124+17+109=250 (33% of max value = 765). Red value is 124 (48.83% from 255 or 49.6% from 250); Green value is 17 (7.03% from 255 or 6.8% from 250); Blue value is 109 (42.97% from 255 or 43.6% from 250); Max value from RGB is 124 - color contains mainly: red. Hex color #7C116D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C116D is #83EE92. Grayscale: #3B3B3B. Windows color (decimal): -8646291 or 7147900. OLE color: 7147900.
HSL color Cylindrical-coordinate representation of color #7C116D: hue angle of 308.41º 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 #7C116D is Cyan = 0, Magento = 0.86, Yellow = 0.12 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 17 | 109 | - |
| CMYK | 0 | 0.86 | 0.12 | 0.51 |
| HSL | 308.41º | 0.76% | 0.28% | - |
| HSV(B) | 308.41º | 0.86% | 0.49% | - |
| XYZ | 11.27 | 5.79 | 14.99 | - |
| YUV | 59.48 | 155.95 | 174.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 17 | 109 | 0 | 0.86 | 0.12 | 0.51 | 308.41 | 0.76 | 0.28 |
| Hex | 7C | 11 | 6D | 0 | 56 | C | 33 | 134 | 4C | 1C |
| Octal | 174 | 21 | 155 | 0 | 126 | 14 | 63 | 464 | 114 | 34 |
| Binary | 1111100 | 10001 | 1101101 | 0 | 1010110 | 1100 | 110011 | 100110100 | 1001100 | 11100 |
Color Harmonies of #7C116D
Complementary color
Monochromatic Colors of #7C116D
Black with #7C116D
Text Example
Text Example
White with #7C116D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C116D; }
p { color: rgb(124,17,109); }
H1.HeaderClassName
{
color: #7C116D;
}
.AnyTagClassName
{
color: #7C116D;
}
</style>
background-color css
<style>
a { background-color: #7C116D; }
a { background-color: rgb(124,17,109); }
div.DivClassName
{
background-color: #7C116D;
}
.BgClassName
{
background-color: #7C116D;
}
</style>
border-color css
<style>
span { border-color: #7C116D; }
span { border-color: rgb(124,17,109); }
td.TdClassName
{
border-color: #7C116D;
}
.TagClassName
{
border-color: #7C116D;
}
</style>