Shades of Dark Violet #7E04DE
Tints of Dark Violet #7E04DE
RGB
CMYK
RGB Variations
Color information
#7E04DE (or 0x7E04DE) is known color: Dark Violet. HEX triplet: 7E, 04 and DE. RGB value is (126,4,222). Sum of RGB (Red+Green+Blue) = 126+4+222=352 (46% of max value = 765). Red value is 126 (49.61% from 255 or 35.80% from 352); Green value is 4 (1.95% from 255 or 1.14% from 352); Blue value is 222 (87.11% from 255 or 63.07% from 352); Max value from RGB is 222 - color contains mainly: blue. Hex color #7E04DE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7E04DE is #81FB21. Grayscale: #404040. Windows color (decimal): -8518434 or 14550142. OLE color: 14550142.
HSL color Cylindrical-coordinate representation of color #7E04DE: hue angle of 273.58º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7E04DE is Cyan = 0.43, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 126 | 4 | 222 | - |
| CMYK | 0.43 | 0.98 | 0 | 0.13 |
| HSL | 273.58º | 0.96% | 0.44% | - |
| HSV(B) | 273.58º | 0.98% | 0.87% | - |
| XYZ | 21.83 | 9.8 | 69.85 | - |
| YUV | 65.33 | 216.42 | 171.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 4 | 222 | 0.43 | 0.98 | 0 | 0.13 | 273.58 | 0.96 | 0.44 |
| Hex | 7E | 4 | DE | 2B | 62 | 0 | D | 112 | 60 | 2C |
| Octal | 176 | 4 | 336 | 53 | 142 | 0 | 15 | 422 | 140 | 54 |
| Binary | 1111110 | 100 | 11011110 | 101011 | 1100010 | 0 | 1101 | 100010010 | 1100000 | 101100 |
Color Harmonies of #7E04DE
Complementary color
Monochromatic Colors of #7E04DE
Black with #7E04DE
Text Example
Text Example
White with #7E04DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E04DE; }
p { color: rgb(126,4,222); }
H1.HeaderClassName
{
color: #7E04DE;
}
.AnyTagClassName
{
color: #7E04DE;
}
</style>
background-color css
<style>
a { background-color: #7E04DE; }
a { background-color: rgb(126,4,222); }
div.DivClassName
{
background-color: #7E04DE;
}
.BgClassName
{
background-color: #7E04DE;
}
</style>
border-color css
<style>
span { border-color: #7E04DE; }
span { border-color: rgb(126,4,222); }
td.TdClassName
{
border-color: #7E04DE;
}
.TagClassName
{
border-color: #7E04DE;
}
</style>