Shades of Blue Violet #7E2FDB
Tints of Blue Violet #7E2FDB
RGB
CMYK
RGB Variations
Color information
#7E2FDB (or 0x7E2FDB) is known color: Blue Violet. HEX triplet: 7E, 2F and DB. RGB value is (126,47,219). Sum of RGB (Red+Green+Blue) = 126+47+219=392 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.14% from 392); Green value is 47 (18.75% from 255 or 11.99% from 392); Blue value is 219 (85.94% from 255 or 55.87% from 392); Max value from RGB is 219 - color contains mainly: blue. Hex color #7E2FDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E2FDB is #81D024. Grayscale: #595959. Windows color (decimal): -8507429 or 14364542. OLE color: 14364542.
HSL color Cylindrical-coordinate representation of color #7E2FDB: hue angle of 267.56º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7E2FDB is Cyan = 0.42, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 126 | 47 | 219 | - |
| CMYK | 0.42 | 0.79 | 0 | 0.14 |
| HSL | 267.56º | 0.7% | 0.52% | - |
| HSV(B) | 267.56º | 0.79% | 0.86% | - |
| XYZ | 22.41 | 11.58 | 68.07 | - |
| YUV | 90.23 | 200.67 | 153.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 47 | 219 | 0.42 | 0.79 | 0 | 0.14 | 267.56 | 0.7 | 0.52 |
| Hex | 7E | 2F | DB | 2A | 4F | 0 | E | 10C | 46 | 34 |
| Octal | 176 | 57 | 333 | 52 | 117 | 0 | 16 | 414 | 106 | 64 |
| Binary | 1111110 | 101111 | 11011011 | 101010 | 1001111 | 0 | 1110 | 100001100 | 1000110 | 110100 |
Color Harmonies of #7E2FDB
Complementary color
Monochromatic Colors of #7E2FDB
Black with #7E2FDB
Text Example
Text Example
White with #7E2FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E2FDB; }
p { color: rgb(126,47,219); }
H1.HeaderClassName
{
color: #7E2FDB;
}
.AnyTagClassName
{
color: #7E2FDB;
}
</style>
background-color css
<style>
a { background-color: #7E2FDB; }
a { background-color: rgb(126,47,219); }
div.DivClassName
{
background-color: #7E2FDB;
}
.BgClassName
{
background-color: #7E2FDB;
}
</style>
border-color css
<style>
span { border-color: #7E2FDB; }
span { border-color: rgb(126,47,219); }
td.TdClassName
{
border-color: #7E2FDB;
}
.TagClassName
{
border-color: #7E2FDB;
}
</style>