Shades of Blue Violet #7E2BDA
Tints of Blue Violet #7E2BDA
RGB
CMYK
RGB Variations
Color information
#7E2BDA (or 0x7E2BDA) is known color: Blue Violet. HEX triplet: 7E, 2B and DA. RGB value is (126,43,218). Sum of RGB (Red+Green+Blue) = 126+43+218=387 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.56% from 387); Green value is 43 (17.19% from 255 or 11.11% from 387); Blue value is 218 (85.55% from 255 or 56.33% from 387); Max value from RGB is 218 - color contains mainly: blue. Hex color #7E2BDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E2BDA is #81D425. Grayscale: #575757. Windows color (decimal): -8508454 or 14297982. OLE color: 14297982.
HSL color Cylindrical-coordinate representation of color #7E2BDA: hue angle of 268.46º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7E2BDA is Cyan = 0.42, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 126 | 43 | 218 | - |
| CMYK | 0.42 | 0.80 | 0 | 0.15 |
| HSL | 268.46º | 0.7% | 0.51% | - |
| HSV(B) | 268.46º | 0.8% | 0.85% | - |
| XYZ | 22.12 | 11.23 | 67.33 | - |
| YUV | 87.77 | 201.5 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 43 | 218 | 0.42 | 0.80 | 0 | 0.15 | 268.46 | 0.7 | 0.51 |
| Hex | 7E | 2B | DA | 2A | 50 | 0 | F | 10C | 46 | 33 |
| Octal | 176 | 53 | 332 | 52 | 120 | 0 | 17 | 414 | 106 | 63 |
| Binary | 1111110 | 101011 | 11011010 | 101010 | 1010000 | 0 | 1111 | 100001100 | 1000110 | 110011 |
Color Harmonies of #7E2BDA
Complementary color
Monochromatic Colors of #7E2BDA
Black with #7E2BDA
Text Example
Text Example
White with #7E2BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E2BDA; }
p { color: rgb(126,43,218); }
H1.HeaderClassName
{
color: #7E2BDA;
}
.AnyTagClassName
{
color: #7E2BDA;
}
</style>
background-color css
<style>
a { background-color: #7E2BDA; }
a { background-color: rgb(126,43,218); }
div.DivClassName
{
background-color: #7E2BDA;
}
.BgClassName
{
background-color: #7E2BDA;
}
</style>
border-color css
<style>
span { border-color: #7E2BDA; }
span { border-color: rgb(126,43,218); }
td.TdClassName
{
border-color: #7E2BDA;
}
.TagClassName
{
border-color: #7E2BDA;
}
</style>