Shades of Blue Violet #7E2EFD
Tints of Blue Violet #7E2EFD
RGB
CMYK
RGB Variations
Color information
#7E2EFD (or 0x7E2EFD) is known color: Blue Violet. HEX triplet: 7E, 2E and FD. RGB value is (126,46,253). Sum of RGB (Red+Green+Blue) = 126+46+253=425 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.65% from 425); Green value is 46 (18.36% from 255 or 10.82% from 425); Blue value is 253 (99.22% from 255 or 59.53% from 425); Max value from RGB is 253 - color contains mainly: blue. Hex color #7E2EFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7E2EFD is #81D102. Grayscale: #5C5C5C. Windows color (decimal): -8507651 or 16592510. OLE color: 16592510.
HSL color Cylindrical-coordinate representation of color #7E2EFD: hue angle of 263.19º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7E2EFD is Cyan = 0.50, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 126 | 46 | 253 | - |
| CMYK | 0.50 | 0.82 | 0 | 0.01 |
| HSL | 263.19º | 0.98% | 0.59% | - |
| HSV(B) | 263.19º | 0.82% | 0.99% | - |
| XYZ | 27.31 | 13.48 | 94.09 | - |
| YUV | 93.52 | 218 | 151.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 46 | 253 | 0.50 | 0.82 | 0 | 0.01 | 263.19 | 0.98 | 0.59 |
| Hex | 7E | 2E | FD | 32 | 52 | 0 | 1 | 107 | 62 | 3B |
| Octal | 176 | 56 | 375 | 62 | 122 | 0 | 1 | 407 | 142 | 73 |
| Binary | 1111110 | 101110 | 11111101 | 110010 | 1010010 | 0 | 1 | 100000111 | 1100010 | 111011 |
Color Harmonies of #7E2EFD
Complementary color
Monochromatic Colors of #7E2EFD
Black with #7E2EFD
Text Example
Text Example
White with #7E2EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E2EFD; }
p { color: rgb(126,46,253); }
H1.HeaderClassName
{
color: #7E2EFD;
}
.AnyTagClassName
{
color: #7E2EFD;
}
</style>
background-color css
<style>
a { background-color: #7E2EFD; }
a { background-color: rgb(126,46,253); }
div.DivClassName
{
background-color: #7E2EFD;
}
.BgClassName
{
background-color: #7E2EFD;
}
</style>
border-color css
<style>
span { border-color: #7E2EFD; }
span { border-color: rgb(126,46,253); }
td.TdClassName
{
border-color: #7E2EFD;
}
.TagClassName
{
border-color: #7E2EFD;
}
</style>