Shades of Blue Violet #7E28EB
Tints of Blue Violet #7E28EB
RGB
CMYK
RGB Variations
Color information
#7E28EB (or 0x7E28EB) is known color: Blue Violet. HEX triplet: 7E, 28 and EB. RGB value is (126,40,235). Sum of RGB (Red+Green+Blue) = 126+40+235=401 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.42% from 401); Green value is 40 (16.02% from 255 or 9.98% from 401); Blue value is 235 (92.19% from 255 or 58.60% from 401); Max value from RGB is 235 - color contains mainly: blue. Hex color #7E28EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7E28EB is #81D714. Grayscale: #575757. Windows color (decimal): -8509205 or 15411326. OLE color: 15411326.
HSL color Cylindrical-coordinate representation of color #7E28EB: hue angle of 266.46º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7E28EB is Cyan = 0.46, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 126 | 40 | 235 | - |
| CMYK | 0.46 | 0.83 | 0 | 0.08 |
| HSL | 266.46º | 0.83% | 0.54% | - |
| HSV(B) | 266.46º | 0.83% | 0.92% | - |
| XYZ | 24.36 | 11.95 | 79.62 | - |
| YUV | 87.94 | 210.99 | 155.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 40 | 235 | 0.46 | 0.83 | 0 | 0.08 | 266.46 | 0.83 | 0.54 |
| Hex | 7E | 28 | EB | 2E | 53 | 0 | 8 | 10A | 53 | 36 |
| Octal | 176 | 50 | 353 | 56 | 123 | 0 | 10 | 412 | 123 | 66 |
| Binary | 1111110 | 101000 | 11101011 | 101110 | 1010011 | 0 | 1000 | 100001010 | 1010011 | 110110 |
Color Harmonies of #7E28EB
Complementary color
Monochromatic Colors of #7E28EB
Black with #7E28EB
Text Example
Text Example
White with #7E28EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E28EB; }
p { color: rgb(126,40,235); }
H1.HeaderClassName
{
color: #7E28EB;
}
.AnyTagClassName
{
color: #7E28EB;
}
</style>
background-color css
<style>
a { background-color: #7E28EB; }
a { background-color: rgb(126,40,235); }
div.DivClassName
{
background-color: #7E28EB;
}
.BgClassName
{
background-color: #7E28EB;
}
</style>
border-color css
<style>
span { border-color: #7E28EB; }
span { border-color: rgb(126,40,235); }
td.TdClassName
{
border-color: #7E28EB;
}
.TagClassName
{
border-color: #7E28EB;
}
</style>