Shades of Blue Violet #7E2ADC
Tints of Blue Violet #7E2ADC
RGB
CMYK
RGB Variations
Color information
#7E2ADC (or 0x7E2ADC) is known color: Blue Violet. HEX triplet: 7E, 2A and DC. RGB value is (126,42,220). Sum of RGB (Red+Green+Blue) = 126+42+220=388 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.47% from 388); Green value is 42 (16.80% from 255 or 10.82% from 388); Blue value is 220 (86.33% from 255 or 56.70% from 388); Max value from RGB is 220 - color contains mainly: blue. Hex color #7E2ADC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E2ADC is #81D523. Grayscale: #565656. Windows color (decimal): -8508708 or 14428798. OLE color: 14428798.
HSL color Cylindrical-coordinate representation of color #7E2ADC: hue angle of 268.31º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7E2ADC is Cyan = 0.43, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 126 | 42 | 220 | - |
| CMYK | 0.43 | 0.81 | 0 | 0.14 |
| HSL | 268.31º | 0.72% | 0.51% | - |
| HSV(B) | 268.31º | 0.81% | 0.86% | - |
| XYZ | 22.35 | 11.26 | 68.71 | - |
| YUV | 87.41 | 202.83 | 155.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 42 | 220 | 0.43 | 0.81 | 0 | 0.14 | 268.31 | 0.72 | 0.51 |
| Hex | 7E | 2A | DC | 2B | 51 | 0 | E | 10C | 48 | 33 |
| Octal | 176 | 52 | 334 | 53 | 121 | 0 | 16 | 414 | 110 | 63 |
| Binary | 1111110 | 101010 | 11011100 | 101011 | 1010001 | 0 | 1110 | 100001100 | 1001000 | 110011 |
Color Harmonies of #7E2ADC
Complementary color
Monochromatic Colors of #7E2ADC
Black with #7E2ADC
Text Example
Text Example
White with #7E2ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E2ADC; }
p { color: rgb(126,42,220); }
H1.HeaderClassName
{
color: #7E2ADC;
}
.AnyTagClassName
{
color: #7E2ADC;
}
</style>
background-color css
<style>
a { background-color: #7E2ADC; }
a { background-color: rgb(126,42,220); }
div.DivClassName
{
background-color: #7E2ADC;
}
.BgClassName
{
background-color: #7E2ADC;
}
</style>
border-color css
<style>
span { border-color: #7E2ADC; }
span { border-color: rgb(126,42,220); }
td.TdClassName
{
border-color: #7E2ADC;
}
.TagClassName
{
border-color: #7E2ADC;
}
</style>