Shades of Dark Purple #7E125E
Tints of Dark Purple #7E125E
RGB
CMYK
RGB Variations
Color information
#7E125E (or 0x7E125E) is known color: Dark Purple. HEX triplet: 7E, 12 and 5E. RGB value is (126,18,94). Sum of RGB (Red+Green+Blue) = 126+18+94=238 (31% of max value = 765). Red value is 126 (49.61% from 255 or 52.94% from 238); Green value is 18 (7.42% from 255 or 7.56% from 238); Blue value is 94 (37.11% from 255 or 39.50% from 238); Max value from RGB is 126 - color contains mainly: red. Hex color #7E125E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E125E is #81EDA1. Grayscale: #3A3A3A. Windows color (decimal): -8514978 or 6165118. OLE color: 6165118.
HSL color Cylindrical-coordinate representation of color #7E125E: hue angle of 317.78º degrees, saturation: 0.75, 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 #7E125E is Cyan = 0, Magento = 0.86, Yellow = 0.25 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 18 | 94 | - |
| CMYK | 0 | 0.86 | 0.25 | 0.51 |
| HSL | 317.78º | 0.75% | 0.28% | - |
| HSV(B) | 317.78º | 0.86% | 0.49% | - |
| XYZ | 10.84 | 5.68 | 11.11 | - |
| YUV | 58.96 | 147.78 | 175.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 18 | 94 | 0 | 0.86 | 0.25 | 0.51 | 317.78 | 0.75 | 0.28 |
| Hex | 7E | 12 | 5E | 0 | 56 | 19 | 33 | 13E | 4B | 1C |
| Octal | 176 | 22 | 136 | 0 | 126 | 31 | 63 | 476 | 113 | 34 |
| Binary | 1111110 | 10010 | 1011110 | 0 | 1010110 | 11001 | 110011 | 100111110 | 1001011 | 11100 |
Color Harmonies of #7E125E
Complementary color
Monochromatic Colors of #7E125E
Black with #7E125E
Text Example
Text Example
White with #7E125E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E125E; }
p { color: rgb(126,18,94); }
H1.HeaderClassName
{
color: #7E125E;
}
.AnyTagClassName
{
color: #7E125E;
}
</style>
background-color css
<style>
a { background-color: #7E125E; }
a { background-color: rgb(126,18,94); }
div.DivClassName
{
background-color: #7E125E;
}
.BgClassName
{
background-color: #7E125E;
}
</style>
border-color css
<style>
span { border-color: #7E125E; }
span { border-color: rgb(126,18,94); }
td.TdClassName
{
border-color: #7E125E;
}
.TagClassName
{
border-color: #7E125E;
}
</style>