Shades of Dark Purple #7E206F
Tints of Dark Purple #7E206F
RGB
CMYK
RGB Variations
Color information
#7E206F (or 0x7E206F) is known color: Dark Purple. HEX triplet: 7E, 20 and 6F. RGB value is (126,32,111). Sum of RGB (Red+Green+Blue) = 126+32+111=269 (35% of max value = 765). Red value is 126 (49.61% from 255 or 46.84% from 269); Green value is 32 (12.89% from 255 or 11.90% from 269); Blue value is 111 (43.75% from 255 or 41.26% from 269); Max value from RGB is 126 - color contains mainly: red. Hex color #7E206F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E206F is #81DF90. Grayscale: #444444. Windows color (decimal): -8511377 or 7282814. OLE color: 7282814.
HSL color Cylindrical-coordinate representation of color #7E206F: hue angle of 309.57º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7E206F is Cyan = 0, Magento = 0.75, Yellow = 0.12 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 32 | 111 | - |
| CMYK | 0 | 0.75 | 0.12 | 0.51 |
| HSL | 309.57º | 0.59% | 0.31% | - |
| HSV(B) | 309.57º | 0.75% | 0.49% | - |
| XYZ | 11.99 | 6.62 | 15.68 | - |
| YUV | 69.11 | 151.64 | 168.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 32 | 111 | 0 | 0.75 | 0.12 | 0.51 | 309.57 | 0.59 | 0.31 |
| Hex | 7E | 20 | 6F | 0 | 4B | C | 33 | 136 | 3B | 1F |
| Octal | 176 | 40 | 157 | 0 | 113 | 14 | 63 | 466 | 73 | 37 |
| Binary | 1111110 | 100000 | 1101111 | 0 | 1001011 | 1100 | 110011 | 100110110 | 111011 | 11111 |
Color Harmonies of #7E206F
Complementary color
Monochromatic Colors of #7E206F
Black with #7E206F
Text Example
Text Example
White with #7E206F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E206F; }
p { color: rgb(126,32,111); }
H1.HeaderClassName
{
color: #7E206F;
}
.AnyTagClassName
{
color: #7E206F;
}
</style>
background-color css
<style>
a { background-color: #7E206F; }
a { background-color: rgb(126,32,111); }
div.DivClassName
{
background-color: #7E206F;
}
.BgClassName
{
background-color: #7E206F;
}
</style>
border-color css
<style>
span { border-color: #7E206F; }
span { border-color: rgb(126,32,111); }
td.TdClassName
{
border-color: #7E206F;
}
.TagClassName
{
border-color: #7E206F;
}
</style>