Shades of Blue Violet #7E2BFC
Tints of Blue Violet #7E2BFC
RGB
CMYK
RGB Variations
Color information
#7E2BFC (or 0x7E2BFC) is known color: Blue Violet. HEX triplet: 7E, 2B and FC. RGB value is (126,43,252). Sum of RGB (Red+Green+Blue) = 126+43+252=421 (55% of max value = 765). Red value is 126 (49.61% from 255 or 29.93% from 421); Green value is 43 (17.19% from 255 or 10.21% from 421); Blue value is 252 (98.83% from 255 or 59.86% from 421); Max value from RGB is 252 - color contains mainly: blue. Hex color #7E2BFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7E2BFC is #81D403. Grayscale: #5A5A5A. Windows color (decimal): -8508420 or 16526206. OLE color: 16526206.
HSL color Cylindrical-coordinate representation of color #7E2BFC: hue angle of 263.83º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7E2BFC is Cyan = 0.5, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 126 | 43 | 252 | - |
| CMYK | 0.5 | 0.83 | 0 | 0.01 |
| HSL | 263.83º | 0.97% | 0.58% | - |
| HSV(B) | 263.83º | 0.83% | 0.99% | - |
| XYZ | 27.04 | 13.19 | 93.22 | - |
| YUV | 91.64 | 218.5 | 152.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 43 | 252 | 0.5 | 0.83 | 0 | 0.01 | 263.83 | 0.97 | 0.58 |
| Hex | 7E | 2B | FC | 32 | 53 | 0 | 1 | 108 | 61 | 3A |
| Octal | 176 | 53 | 374 | 62 | 123 | 0 | 1 | 410 | 141 | 72 |
| Binary | 1111110 | 101011 | 11111100 | 110010 | 1010011 | 0 | 1 | 100001000 | 1100001 | 111010 |
Color Harmonies of #7E2BFC
Complementary color
Monochromatic Colors of #7E2BFC
Black with #7E2BFC
Text Example
Text Example
White with #7E2BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E2BFC; }
p { color: rgb(126,43,252); }
H1.HeaderClassName
{
color: #7E2BFC;
}
.AnyTagClassName
{
color: #7E2BFC;
}
</style>
background-color css
<style>
a { background-color: #7E2BFC; }
a { background-color: rgb(126,43,252); }
div.DivClassName
{
background-color: #7E2BFC;
}
.BgClassName
{
background-color: #7E2BFC;
}
</style>
border-color css
<style>
span { border-color: #7E2BFC; }
span { border-color: rgb(126,43,252); }
td.TdClassName
{
border-color: #7E2BFC;
}
.TagClassName
{
border-color: #7E2BFC;
}
</style>