Shades of Blue Violet #7E2FFF
Tints of Blue Violet #7E2FFF
RGB
CMYK
RGB Variations
Color information
#7E2FFF (or 0x7E2FFF) is known color: Blue Violet. HEX triplet: 7E, 2F and FF. RGB value is (126,47,255). Sum of RGB (Red+Green+Blue) = 126+47+255=428 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.44% from 428); Green value is 47 (18.75% from 255 or 10.98% from 428); Blue value is 255 (100% from 255 or 59.58% from 428); Max value from RGB is 255 - color contains mainly: blue. Hex color #7E2FFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7E2FFF is #81D000. Grayscale: #5D5D5D. Windows color (decimal): -8507393 or 16723838. OLE color: 16723838.
HSL color Cylindrical-coordinate representation of color #7E2FFF: hue angle of 262.79º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7E2FFF is Cyan = 0.51, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 126 | 47 | 255 | - |
| CMYK | 0.51 | 0.82 | 0 | 0 |
| HSL | 262.79º | 1% | 0.59% | - |
| HSV(B) | 262.79º | 0.82% | 1% | - |
| XYZ | 27.67 | 13.69 | 95.79 | - |
| YUV | 94.33 | 218.67 | 150.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 47 | 255 | 0.51 | 0.82 | 0 | 0 | 262.79 | 1 | 0.59 |
| Hex | 7E | 2F | FF | 33 | 52 | 0 | 0 | 107 | 64 | 3B |
| Octal | 176 | 57 | 377 | 63 | 122 | 0 | 0 | 407 | 144 | 73 |
| Binary | 1111110 | 101111 | 11111111 | 110011 | 1010010 | 0 | 0 | 100000111 | 1100100 | 111011 |
Color Harmonies of #7E2FFF
Complementary color
Monochromatic Colors of #7E2FFF
Black with #7E2FFF
Text Example
Text Example
White with #7E2FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E2FFF; }
p { color: rgb(126,47,255); }
H1.HeaderClassName
{
color: #7E2FFF;
}
.AnyTagClassName
{
color: #7E2FFF;
}
</style>
background-color css
<style>
a { background-color: #7E2FFF; }
a { background-color: rgb(126,47,255); }
div.DivClassName
{
background-color: #7E2FFF;
}
.BgClassName
{
background-color: #7E2FFF;
}
</style>
border-color css
<style>
span { border-color: #7E2FFF; }
span { border-color: rgb(126,47,255); }
td.TdClassName
{
border-color: #7E2FFF;
}
.TagClassName
{
border-color: #7E2FFF;
}
</style>