Shades of Dark Violet #7E06D1
Tints of Dark Violet #7E06D1
RGB
CMYK
RGB Variations
Color information
#7E06D1 (or 0x7E06D1) is known color: Dark Violet. HEX triplet: 7E, 06 and D1. RGB value is (126,6,209). Sum of RGB (Red+Green+Blue) = 126+6+209=341 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.95% from 341); Green value is 6 (2.73% from 255 or 1.76% from 341); Blue value is 209 (82.03% from 255 or 61.29% from 341); Max value from RGB is 209 - color contains mainly: blue. Hex color #7E06D1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7E06D1 is #81F92E. Grayscale: #404040. Windows color (decimal): -8517935 or 13698686. OLE color: 13698686.
HSL color Cylindrical-coordinate representation of color #7E06D1: hue angle of 275.47º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7E06D1 is Cyan = 0.40, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 126 | 6 | 209 | - |
| CMYK | 0.40 | 0.97 | 0 | 0.18 |
| HSL | 275.47º | 0.94% | 0.42% | - |
| HSV(B) | 275.47º | 0.97% | 0.82% | - |
| XYZ | 20.18 | 9.17 | 61.03 | - |
| YUV | 65.02 | 209.26 | 171.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 6 | 209 | 0.40 | 0.97 | 0 | 0.18 | 275.47 | 0.94 | 0.42 |
| Hex | 7E | 6 | D1 | 28 | 61 | 0 | 12 | 113 | 5E | 2A |
| Octal | 176 | 6 | 321 | 50 | 141 | 0 | 22 | 423 | 136 | 52 |
| Binary | 1111110 | 110 | 11010001 | 101000 | 1100001 | 0 | 10010 | 100010011 | 1011110 | 101010 |
Color Harmonies of #7E06D1
Complementary color
Monochromatic Colors of #7E06D1
Black with #7E06D1
Text Example
Text Example
White with #7E06D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E06D1; }
p { color: rgb(126,6,209); }
H1.HeaderClassName
{
color: #7E06D1;
}
.AnyTagClassName
{
color: #7E06D1;
}
</style>
background-color css
<style>
a { background-color: #7E06D1; }
a { background-color: rgb(126,6,209); }
div.DivClassName
{
background-color: #7E06D1;
}
.BgClassName
{
background-color: #7E06D1;
}
</style>
border-color css
<style>
span { border-color: #7E06D1; }
span { border-color: rgb(126,6,209); }
td.TdClassName
{
border-color: #7E06D1;
}
.TagClassName
{
border-color: #7E06D1;
}
</style>