Shades of Dark Purple #7E106D
Tints of Dark Purple #7E106D
RGB
CMYK
RGB Variations
Color information
#7E106D (or 0x7E106D) is known color: Dark Purple. HEX triplet: 7E, 10 and 6D. RGB value is (126,16,109). Sum of RGB (Red+Green+Blue) = 126+16+109=251 (33% of max value = 765). Red value is 126 (49.61% from 255 or 50.20% from 251); Green value is 16 (6.64% from 255 or 6.37% from 251); Blue value is 109 (42.97% from 255 or 43.43% from 251); Max value from RGB is 126 - color contains mainly: red. Hex color #7E106D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E106D is #81EF92. Grayscale: #3B3B3B. Windows color (decimal): -8515475 or 7147646. OLE color: 7147646.
HSL color Cylindrical-coordinate representation of color #7E106D: hue angle of 309.27º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7E106D is Cyan = 0, Magento = 0.87, Yellow = 0.13 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 16 | 109 | - |
| CMYK | 0 | 0.87 | 0.13 | 0.51 |
| HSL | 309.27º | 0.77% | 0.28% | - |
| HSV(B) | 309.27º | 0.87% | 0.49% | - |
| XYZ | 11.55 | 5.91 | 15 | - |
| YUV | 59.49 | 155.94 | 175.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 16 | 109 | 0 | 0.87 | 0.13 | 0.51 | 309.27 | 0.77 | 0.28 |
| Hex | 7E | 10 | 6D | 0 | 57 | D | 33 | 135 | 4D | 1C |
| Octal | 176 | 20 | 155 | 0 | 127 | 15 | 63 | 465 | 115 | 34 |
| Binary | 1111110 | 10000 | 1101101 | 0 | 1010111 | 1101 | 110011 | 100110101 | 1001101 | 11100 |
Color Harmonies of #7E106D
Complementary color
Monochromatic Colors of #7E106D
Black with #7E106D
Text Example
Text Example
White with #7E106D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E106D; }
p { color: rgb(126,16,109); }
H1.HeaderClassName
{
color: #7E106D;
}
.AnyTagClassName
{
color: #7E106D;
}
</style>
background-color css
<style>
a { background-color: #7E106D; }
a { background-color: rgb(126,16,109); }
div.DivClassName
{
background-color: #7E106D;
}
.BgClassName
{
background-color: #7E106D;
}
</style>
border-color css
<style>
span { border-color: #7E106D; }
span { border-color: rgb(126,16,109); }
td.TdClassName
{
border-color: #7E106D;
}
.TagClassName
{
border-color: #7E106D;
}
</style>