Shades of Dark Violet #7E04DD
Tints of Dark Violet #7E04DD
RGB
CMYK
RGB Variations
Color information
#7E04DD (or 0x7E04DD) is known color: Dark Violet. HEX triplet: 7E, 04 and DD. RGB value is (126,4,221). Sum of RGB (Red+Green+Blue) = 126+4+221=351 (46% of max value = 765). Red value is 126 (49.61% from 255 or 35.90% from 351); Green value is 4 (1.95% from 255 or 1.14% from 351); Blue value is 221 (86.72% from 255 or 62.96% from 351); Max value from RGB is 221 - color contains mainly: blue. Hex color #7E04DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7E04DD is #81FB22. Grayscale: #404040. Windows color (decimal): -8518435 or 14484606. OLE color: 14484606.
HSL color Cylindrical-coordinate representation of color #7E04DD: hue angle of 273.73º 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 #7E04DD is Cyan = 0.43, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 126 | 4 | 221 | - |
| CMYK | 0.43 | 0.98 | 0 | 0.13 |
| HSL | 273.73º | 0.96% | 0.44% | - |
| HSV(B) | 273.73º | 0.98% | 0.87% | - |
| XYZ | 21.7 | 9.74 | 69.14 | - |
| YUV | 65.22 | 215.92 | 171.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 4 | 221 | 0.43 | 0.98 | 0 | 0.13 | 273.73 | 0.96 | 0.44 |
| Hex | 7E | 4 | DD | 2B | 62 | 0 | D | 112 | 60 | 2C |
| Octal | 176 | 4 | 335 | 53 | 142 | 0 | 15 | 422 | 140 | 54 |
| Binary | 1111110 | 100 | 11011101 | 101011 | 1100010 | 0 | 1101 | 100010010 | 1100000 | 101100 |
Color Harmonies of #7E04DD
Complementary color
Monochromatic Colors of #7E04DD
Black with #7E04DD
Text Example
Text Example
White with #7E04DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E04DD; }
p { color: rgb(126,4,221); }
H1.HeaderClassName
{
color: #7E04DD;
}
.AnyTagClassName
{
color: #7E04DD;
}
</style>
background-color css
<style>
a { background-color: #7E04DD; }
a { background-color: rgb(126,4,221); }
div.DivClassName
{
background-color: #7E04DD;
}
.BgClassName
{
background-color: #7E04DD;
}
</style>
border-color css
<style>
span { border-color: #7E04DD; }
span { border-color: rgb(126,4,221); }
td.TdClassName
{
border-color: #7E04DD;
}
.TagClassName
{
border-color: #7E04DD;
}
</style>