Shades of Dark Violet #7E04CE
Tints of Dark Violet #7E04CE
RGB
CMYK
RGB Variations
Color information
#7E04CE (or 0x7E04CE) is known color: Dark Violet. HEX triplet: 7E, 04 and CE. RGB value is (126,4,206). Sum of RGB (Red+Green+Blue) = 126+4+206=336 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.5% from 336); Green value is 4 (1.95% from 255 or 1.19% from 336); Blue value is 206 (80.86% from 255 or 61.31% from 336); Max value from RGB is 206 - color contains mainly: blue. Hex color #7E04CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7E04CE is #81FB31. Grayscale: #3E3E3E. Windows color (decimal): -8518450 or 13501566. OLE color: 13501566.
HSL color Cylindrical-coordinate representation of color #7E04CE: hue angle of 276.24º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7E04CE is Cyan = 0.39, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 126 | 4 | 206 | - |
| CMYK | 0.39 | 0.98 | 0 | 0.19 |
| HSL | 276.24º | 0.96% | 0.41% | - |
| HSV(B) | 276.24º | 0.98% | 0.81% | - |
| XYZ | 19.79 | 8.98 | 59.08 | - |
| YUV | 63.51 | 208.42 | 172.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 4 | 206 | 0.39 | 0.98 | 0 | 0.19 | 276.24 | 0.96 | 0.41 |
| Hex | 7E | 4 | CE | 27 | 62 | 0 | 13 | 114 | 60 | 29 |
| Octal | 176 | 4 | 316 | 47 | 142 | 0 | 23 | 424 | 140 | 51 |
| Binary | 1111110 | 100 | 11001110 | 100111 | 1100010 | 0 | 10011 | 100010100 | 1100000 | 101001 |
Color Harmonies of #7E04CE
Complementary color
Monochromatic Colors of #7E04CE
Black with #7E04CE
Text Example
Text Example
White with #7E04CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E04CE; }
p { color: rgb(126,4,206); }
H1.HeaderClassName
{
color: #7E04CE;
}
.AnyTagClassName
{
color: #7E04CE;
}
</style>
background-color css
<style>
a { background-color: #7E04CE; }
a { background-color: rgb(126,4,206); }
div.DivClassName
{
background-color: #7E04CE;
}
.BgClassName
{
background-color: #7E04CE;
}
</style>
border-color css
<style>
span { border-color: #7E04CE; }
span { border-color: rgb(126,4,206); }
td.TdClassName
{
border-color: #7E04CE;
}
.TagClassName
{
border-color: #7E04CE;
}
</style>