Shades of Dark Violet #7E04CF
Tints of Dark Violet #7E04CF
RGB
CMYK
RGB Variations
Color information
#7E04CF (or 0x7E04CF) is known color: Dark Violet. HEX triplet: 7E, 04 and CF. RGB value is (126,4,207). Sum of RGB (Red+Green+Blue) = 126+4+207=337 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.39% from 337); Green value is 4 (1.95% from 255 or 1.19% from 337); Blue value is 207 (81.25% from 255 or 61.42% from 337); Max value from RGB is 207 - color contains mainly: blue. Hex color #7E04CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7E04CF is #81FB30. Grayscale: #3E3E3E. Windows color (decimal): -8518449 or 13567102. OLE color: 13567102.
HSL color Cylindrical-coordinate representation of color #7E04CF: hue angle of 276.06º 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 #7E04CF is Cyan = 0.39, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 126 | 4 | 207 | - |
| CMYK | 0.39 | 0.98 | 0 | 0.19 |
| HSL | 276.06º | 0.96% | 0.41% | - |
| HSV(B) | 276.06º | 0.98% | 0.81% | - |
| XYZ | 19.91 | 9.03 | 59.72 | - |
| YUV | 63.62 | 208.92 | 172.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 4 | 207 | 0.39 | 0.98 | 0 | 0.19 | 276.06 | 0.96 | 0.41 |
| Hex | 7E | 4 | CF | 27 | 62 | 0 | 13 | 114 | 60 | 29 |
| Octal | 176 | 4 | 317 | 47 | 142 | 0 | 23 | 424 | 140 | 51 |
| Binary | 1111110 | 100 | 11001111 | 100111 | 1100010 | 0 | 10011 | 100010100 | 1100000 | 101001 |
Color Harmonies of #7E04CF
Complementary color
Monochromatic Colors of #7E04CF
Black with #7E04CF
Text Example
Text Example
White with #7E04CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E04CF; }
p { color: rgb(126,4,207); }
H1.HeaderClassName
{
color: #7E04CF;
}
.AnyTagClassName
{
color: #7E04CF;
}
</style>
background-color css
<style>
a { background-color: #7E04CF; }
a { background-color: rgb(126,4,207); }
div.DivClassName
{
background-color: #7E04CF;
}
.BgClassName
{
background-color: #7E04CF;
}
</style>
border-color css
<style>
span { border-color: #7E04CF; }
span { border-color: rgb(126,4,207); }
td.TdClassName
{
border-color: #7E04CF;
}
.TagClassName
{
border-color: #7E04CF;
}
</style>