Shades of Blue Violet #7E1BDB
Tints of Blue Violet #7E1BDB
RGB
CMYK
RGB Variations
Color information
#7E1BDB (or 0x7E1BDB) is known color: Blue Violet. HEX triplet: 7E, 1B and DB. RGB value is (126,27,219). Sum of RGB (Red+Green+Blue) = 126+27+219=372 (49% of max value = 765). Red value is 126 (49.61% from 255 or 33.87% from 372); Green value is 27 (10.94% from 255 or 7.26% from 372); Blue value is 219 (85.94% from 255 or 58.87% from 372); Max value from RGB is 219 - color contains mainly: blue. Hex color #7E1BDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E1BDB is #81E424. Grayscale: #4D4D4D. Windows color (decimal): -8512549 or 14359422. OLE color: 14359422.
HSL color Cylindrical-coordinate representation of color #7E1BDB: hue angle of 270.94º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7E1BDB is Cyan = 0.42, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 126 | 27 | 219 | - |
| CMYK | 0.42 | 0.88 | 0 | 0.14 |
| HSL | 270.94º | 0.78% | 0.48% | - |
| HSV(B) | 270.94º | 0.88% | 0.86% | - |
| XYZ | 21.78 | 10.33 | 67.86 | - |
| YUV | 78.49 | 207.3 | 161.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 27 | 219 | 0.42 | 0.88 | 0 | 0.14 | 270.94 | 0.78 | 0.48 |
| Hex | 7E | 1B | DB | 2A | 58 | 0 | E | 10F | 4E | 30 |
| Octal | 176 | 33 | 333 | 52 | 130 | 0 | 16 | 417 | 116 | 60 |
| Binary | 1111110 | 11011 | 11011011 | 101010 | 1011000 | 0 | 1110 | 100001111 | 1001110 | 110000 |
Color Harmonies of #7E1BDB
Complementary color
Monochromatic Colors of #7E1BDB
Black with #7E1BDB
Text Example
Text Example
White with #7E1BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E1BDB; }
p { color: rgb(126,27,219); }
H1.HeaderClassName
{
color: #7E1BDB;
}
.AnyTagClassName
{
color: #7E1BDB;
}
</style>
background-color css
<style>
a { background-color: #7E1BDB; }
a { background-color: rgb(126,27,219); }
div.DivClassName
{
background-color: #7E1BDB;
}
.BgClassName
{
background-color: #7E1BDB;
}
</style>
border-color css
<style>
span { border-color: #7E1BDB; }
span { border-color: rgb(126,27,219); }
td.TdClassName
{
border-color: #7E1BDB;
}
.TagClassName
{
border-color: #7E1BDB;
}
</style>