Shades of Blue Violet #7E1FEB
Tints of Blue Violet #7E1FEB
RGB
CMYK
RGB Variations
Color information
#7E1FEB (or 0x7E1FEB) is known color: Blue Violet. HEX triplet: 7E, 1F and EB. RGB value is (126,31,235). Sum of RGB (Red+Green+Blue) = 126+31+235=392 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.14% from 392); Green value is 31 (12.5% from 255 or 7.91% from 392); Blue value is 235 (92.19% from 255 or 59.95% from 392); Max value from RGB is 235 - color contains mainly: blue. Hex color #7E1FEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7E1FEB is #81E014. Grayscale: #515151. Windows color (decimal): -8511509 or 15409022. OLE color: 15409022.
HSL color Cylindrical-coordinate representation of color #7E1FEB: hue angle of 267.94º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7E1FEB is Cyan = 0.46, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 126 | 31 | 235 | - |
| CMYK | 0.46 | 0.87 | 0 | 0.08 |
| HSL | 267.94º | 0.84% | 0.52% | - |
| HSV(B) | 267.94º | 0.87% | 0.92% | - |
| XYZ | 24.09 | 11.41 | 79.53 | - |
| YUV | 82.66 | 213.97 | 158.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 31 | 235 | 0.46 | 0.87 | 0 | 0.08 | 267.94 | 0.84 | 0.52 |
| Hex | 7E | 1F | EB | 2E | 57 | 0 | 8 | 10C | 54 | 34 |
| Octal | 176 | 37 | 353 | 56 | 127 | 0 | 10 | 414 | 124 | 64 |
| Binary | 1111110 | 11111 | 11101011 | 101110 | 1010111 | 0 | 1000 | 100001100 | 1010100 | 110100 |
Color Harmonies of #7E1FEB
Complementary color
Monochromatic Colors of #7E1FEB
Black with #7E1FEB
Text Example
Text Example
White with #7E1FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E1FEB; }
p { color: rgb(126,31,235); }
H1.HeaderClassName
{
color: #7E1FEB;
}
.AnyTagClassName
{
color: #7E1FEB;
}
</style>
background-color css
<style>
a { background-color: #7E1FEB; }
a { background-color: rgb(126,31,235); }
div.DivClassName
{
background-color: #7E1FEB;
}
.BgClassName
{
background-color: #7E1FEB;
}
</style>
border-color css
<style>
span { border-color: #7E1FEB; }
span { border-color: rgb(126,31,235); }
td.TdClassName
{
border-color: #7E1FEB;
}
.TagClassName
{
border-color: #7E1FEB;
}
</style>