Shades of Blue Violet #7E2DFF
Tints of Blue Violet #7E2DFF
RGB
CMYK
RGB Variations
Color information
#7E2DFF (or 0x7E2DFF) is known color: Blue Violet. HEX triplet: 7E, 2D and FF. RGB value is (126,45,255). Sum of RGB (Red+Green+Blue) = 126+45+255=426 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.58% from 426); Green value is 45 (17.97% from 255 or 10.56% from 426); Blue value is 255 (100% from 255 or 59.86% from 426); Max value from RGB is 255 - color contains mainly: blue. Hex color #7E2DFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7E2DFF is #81D200. Grayscale: #5C5C5C. Windows color (decimal): -8507905 or 16723326. OLE color: 16723326.
HSL color Cylindrical-coordinate representation of color #7E2DFF: hue angle of 263.14º 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 #7E2DFF is Cyan = 0.51, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 126 | 45 | 255 | - |
| CMYK | 0.51 | 0.82 | 0 | 0 |
| HSL | 263.14º | 1% | 0.59% | - |
| HSV(B) | 263.14º | 0.82% | 1% | - |
| XYZ | 27.59 | 13.53 | 95.77 | - |
| YUV | 93.16 | 219.34 | 151.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 45 | 255 | 0.51 | 0.82 | 0 | 0 | 263.14 | 1 | 0.59 |
| Hex | 7E | 2D | FF | 33 | 52 | 0 | 0 | 107 | 64 | 3B |
| Octal | 176 | 55 | 377 | 63 | 122 | 0 | 0 | 407 | 144 | 73 |
| Binary | 1111110 | 101101 | 11111111 | 110011 | 1010010 | 0 | 0 | 100000111 | 1100100 | 111011 |
Color Harmonies of #7E2DFF
Complementary color
Monochromatic Colors of #7E2DFF
Black with #7E2DFF
Text Example
Text Example
White with #7E2DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E2DFF; }
p { color: rgb(126,45,255); }
H1.HeaderClassName
{
color: #7E2DFF;
}
.AnyTagClassName
{
color: #7E2DFF;
}
</style>
background-color css
<style>
a { background-color: #7E2DFF; }
a { background-color: rgb(126,45,255); }
div.DivClassName
{
background-color: #7E2DFF;
}
.BgClassName
{
background-color: #7E2DFF;
}
</style>
border-color css
<style>
span { border-color: #7E2DFF; }
span { border-color: rgb(126,45,255); }
td.TdClassName
{
border-color: #7E2DFF;
}
.TagClassName
{
border-color: #7E2DFF;
}
</style>