Shades of Dark Purple #7E246F
Tints of Dark Purple #7E246F
RGB
CMYK
RGB Variations
Color information
#7E246F (or 0x7E246F) is known color: Dark Purple. HEX triplet: 7E, 24 and 6F. RGB value is (126,36,111). Sum of RGB (Red+Green+Blue) = 126+36+111=273 (36% of max value = 765). Red value is 126 (49.61% from 255 or 46.15% from 273); Green value is 36 (14.45% from 255 or 13.19% from 273); Blue value is 111 (43.75% from 255 or 40.66% from 273); Max value from RGB is 126 - color contains mainly: red. Hex color #7E246F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E246F is #81DB90. Grayscale: #474747. Windows color (decimal): -8510353 or 7283838. OLE color: 7283838.
HSL color Cylindrical-coordinate representation of color #7E246F: hue angle of 310º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7E246F is Cyan = 0, Magento = 0.71, Yellow = 0.12 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 36 | 111 | - |
| CMYK | 0 | 0.71 | 0.12 | 0.51 |
| HSL | 310º | 0.56% | 0.32% | - |
| HSV(B) | 310º | 0.71% | 0.49% | - |
| XYZ | 12.1 | 6.85 | 15.72 | - |
| YUV | 71.46 | 150.32 | 166.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 36 | 111 | 0 | 0.71 | 0.12 | 0.51 | 310 | 0.56 | 0.32 |
| Hex | 7E | 24 | 6F | 0 | 47 | C | 33 | 136 | 38 | 20 |
| Octal | 176 | 44 | 157 | 0 | 107 | 14 | 63 | 466 | 70 | 40 |
| Binary | 1111110 | 100100 | 1101111 | 0 | 1000111 | 1100 | 110011 | 100110110 | 111000 | 100000 |
Color Harmonies of #7E246F
Complementary color
Monochromatic Colors of #7E246F
Black with #7E246F
Text Example
Text Example
White with #7E246F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E246F; }
p { color: rgb(126,36,111); }
H1.HeaderClassName
{
color: #7E246F;
}
.AnyTagClassName
{
color: #7E246F;
}
</style>
background-color css
<style>
a { background-color: #7E246F; }
a { background-color: rgb(126,36,111); }
div.DivClassName
{
background-color: #7E246F;
}
.BgClassName
{
background-color: #7E246F;
}
</style>
border-color css
<style>
span { border-color: #7E246F; }
span { border-color: rgb(126,36,111); }
td.TdClassName
{
border-color: #7E246F;
}
.TagClassName
{
border-color: #7E246F;
}
</style>