Shades of Blue Violet #7E3ADC
Tints of Blue Violet #7E3ADC
RGB
CMYK
RGB Variations
Color information
#7E3ADC (or 0x7E3ADC) is known color: Blue Violet. HEX triplet: 7E, 3A and DC. RGB value is (126,58,220). Sum of RGB (Red+Green+Blue) = 126+58+220=404 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.19% from 404); Green value is 58 (23.05% from 255 or 14.36% from 404); Blue value is 220 (86.33% from 255 or 54.46% from 404); Max value from RGB is 220 - color contains mainly: blue. Hex color #7E3ADC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E3ADC is #81C523. Grayscale: #606060. Windows color (decimal): -8504612 or 14432894. OLE color: 14432894.
HSL color Cylindrical-coordinate representation of color #7E3ADC: hue angle of 265.19º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7E3ADC is Cyan = 0.43, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 126 | 58 | 220 | - |
| CMYK | 0.43 | 0.74 | 0 | 0.14 |
| HSL | 265.19º | 0.7% | 0.55% | - |
| HSV(B) | 265.19º | 0.74% | 0.86% | - |
| XYZ | 23.04 | 12.63 | 68.93 | - |
| YUV | 96.8 | 197.53 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 58 | 220 | 0.43 | 0.74 | 0 | 0.14 | 265.19 | 0.7 | 0.55 |
| Hex | 7E | 3A | DC | 2B | 4A | 0 | E | 109 | 46 | 37 |
| Octal | 176 | 72 | 334 | 53 | 112 | 0 | 16 | 411 | 106 | 67 |
| Binary | 1111110 | 111010 | 11011100 | 101011 | 1001010 | 0 | 1110 | 100001001 | 1000110 | 110111 |
Color Harmonies of #7E3ADC
Complementary color
Monochromatic Colors of #7E3ADC
Black with #7E3ADC
Text Example
Text Example
White with #7E3ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E3ADC; }
p { color: rgb(126,58,220); }
H1.HeaderClassName
{
color: #7E3ADC;
}
.AnyTagClassName
{
color: #7E3ADC;
}
</style>
background-color css
<style>
a { background-color: #7E3ADC; }
a { background-color: rgb(126,58,220); }
div.DivClassName
{
background-color: #7E3ADC;
}
.BgClassName
{
background-color: #7E3ADC;
}
</style>
border-color css
<style>
span { border-color: #7E3ADC; }
span { border-color: rgb(126,58,220); }
td.TdClassName
{
border-color: #7E3ADC;
}
.TagClassName
{
border-color: #7E3ADC;
}
</style>