Shades of Dark Purple #7E147E
Tints of Dark Purple #7E147E
RGB
CMYK
RGB Variations
Color information
#7E147E (or 0x7E147E) is known color: Dark Purple. HEX triplet: 7E, 14 and 7E. RGB value is (126,20,126). Sum of RGB (Red+Green+Blue) = 126+20+126=272 (36% of max value = 765). Red value is 126 (49.61% from 255 or 46.32% from 272); Green value is 20 (8.20% from 255 or 7.35% from 272); Blue value is 126 (49.61% from 255 or 46.32% from 272); Max value from RGB is 126 - color contains mainly: red, blue. Hex color #7E147E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E147E is #81EB81. Grayscale: #3F3F3F. Windows color (decimal): -8514434 or 8262782. OLE color: 8262782.
HSL color Cylindrical-coordinate representation of color #7E147E: hue angle of 300º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7E147E is Cyan = 0, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 20 | 126 | - |
| CMYK | 0 | 0.84 | 0 | 0.51 |
| HSL | 300º | 0.73% | 0.29% | - |
| HSV(B) | 300º | 0.84% | 0.49% | - |
| XYZ | 12.62 | 6.44 | 20.32 | - |
| YUV | 63.78 | 163.12 | 172.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 20 | 126 | 0 | 0.84 | 0 | 0.51 | 300 | 0.73 | 0.29 |
| Hex | 7E | 14 | 7E | 0 | 54 | 0 | 33 | 12C | 49 | 1D |
| Octal | 176 | 24 | 176 | 0 | 124 | 0 | 63 | 454 | 111 | 35 |
| Binary | 1111110 | 10100 | 1111110 | 0 | 1010100 | 0 | 110011 | 100101100 | 1001001 | 11101 |
Color Harmonies of #7E147E
Complementary color
Monochromatic Colors of #7E147E
Black with #7E147E
Text Example
Text Example
White with #7E147E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E147E; }
p { color: rgb(126,20,126); }
H1.HeaderClassName
{
color: #7E147E;
}
.AnyTagClassName
{
color: #7E147E;
}
</style>
background-color css
<style>
a { background-color: #7E147E; }
a { background-color: rgb(126,20,126); }
div.DivClassName
{
background-color: #7E147E;
}
.BgClassName
{
background-color: #7E147E;
}
</style>
border-color css
<style>
span { border-color: #7E147E; }
span { border-color: rgb(126,20,126); }
td.TdClassName
{
border-color: #7E147E;
}
.TagClassName
{
border-color: #7E147E;
}
</style>