Shades of Blue Violet #7E2BFF
Tints of Blue Violet #7E2BFF
RGB
CMYK
RGB Variations
Color information
#7E2BFF (or 0x7E2BFF) is known color: Blue Violet. HEX triplet: 7E, 2B and FF. RGB value is (126,43,255). Sum of RGB (Red+Green+Blue) = 126+43+255=424 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.72% from 424); Green value is 43 (17.19% from 255 or 10.14% from 424); Blue value is 255 (100% from 255 or 60.14% from 424); Max value from RGB is 255 - color contains mainly: blue. Hex color #7E2BFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7E2BFF is #81D400. Grayscale: #5B5B5B. Windows color (decimal): -8508417 or 16722814. OLE color: 16722814.
HSL color Cylindrical-coordinate representation of color #7E2BFF: hue angle of 263.49º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7E2BFF is Cyan = 0.51, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 126 | 43 | 255 | - |
| CMYK | 0.51 | 0.83 | 0 | 0 |
| HSL | 263.49º | 1% | 0.58% | - |
| HSV(B) | 263.49º | 0.83% | 1% | - |
| XYZ | 27.52 | 13.38 | 95.74 | - |
| YUV | 91.99 | 220 | 152.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 43 | 255 | 0.51 | 0.83 | 0 | 0 | 263.49 | 1 | 0.58 |
| Hex | 7E | 2B | FF | 33 | 53 | 0 | 0 | 107 | 64 | 3A |
| Octal | 176 | 53 | 377 | 63 | 123 | 0 | 0 | 407 | 144 | 72 |
| Binary | 1111110 | 101011 | 11111111 | 110011 | 1010011 | 0 | 0 | 100000111 | 1100100 | 111010 |
Color Harmonies of #7E2BFF
Complementary color
Monochromatic Colors of #7E2BFF
Black with #7E2BFF
Text Example
Text Example
White with #7E2BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E2BFF; }
p { color: rgb(126,43,255); }
H1.HeaderClassName
{
color: #7E2BFF;
}
.AnyTagClassName
{
color: #7E2BFF;
}
</style>
background-color css
<style>
a { background-color: #7E2BFF; }
a { background-color: rgb(126,43,255); }
div.DivClassName
{
background-color: #7E2BFF;
}
.BgClassName
{
background-color: #7E2BFF;
}
</style>
border-color css
<style>
span { border-color: #7E2BFF; }
span { border-color: rgb(126,43,255); }
td.TdClassName
{
border-color: #7E2BFF;
}
.TagClassName
{
border-color: #7E2BFF;
}
</style>