Shades of Blue Violet #7E40F3
Tints of Blue Violet #7E40F3
RGB
CMYK
RGB Variations
Color information
#7E40F3 (or 0x7E40F3) is known color: Blue Violet. HEX triplet: 7E, 40 and F3. RGB value is (126,64,243). Sum of RGB (Red+Green+Blue) = 126+64+243=433 (57% of max value = 765). Red value is 126 (49.61% from 255 or 29.10% from 433); Green value is 64 (25.39% from 255 or 14.78% from 433); Blue value is 243 (95.31% from 255 or 56.12% from 433); Max value from RGB is 243 - color contains mainly: blue. Hex color #7E40F3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7E40F3 is #81BF0C. Grayscale: #666666. Windows color (decimal): -8503053 or 15941758. OLE color: 15941758.
HSL color Cylindrical-coordinate representation of color #7E40F3: hue angle of 260.78º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7E40F3 is Cyan = 0.48, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 126 | 64 | 243 | - |
| CMYK | 0.48 | 0.74 | 0 | 0.05 |
| HSL | 260.78º | 0.88% | 0.6% | - |
| HSV(B) | 260.78º | 0.74% | 0.95% | - |
| XYZ | 26.62 | 14.57 | 86.2 | - |
| YUV | 102.94 | 207.04 | 144.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 64 | 243 | 0.48 | 0.74 | 0 | 0.05 | 260.78 | 0.88 | 0.6 |
| Hex | 7E | 40 | F3 | 30 | 4A | 0 | 5 | 105 | 58 | 3C |
| Octal | 176 | 100 | 363 | 60 | 112 | 0 | 5 | 405 | 130 | 74 |
| Binary | 1111110 | 1000000 | 11110011 | 110000 | 1001010 | 0 | 101 | 100000101 | 1011000 | 111100 |
Color Harmonies of #7E40F3
Complementary color
Monochromatic Colors of #7E40F3
Black with #7E40F3
Text Example
Text Example
White with #7E40F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E40F3; }
p { color: rgb(126,64,243); }
H1.HeaderClassName
{
color: #7E40F3;
}
.AnyTagClassName
{
color: #7E40F3;
}
</style>
background-color css
<style>
a { background-color: #7E40F3; }
a { background-color: rgb(126,64,243); }
div.DivClassName
{
background-color: #7E40F3;
}
.BgClassName
{
background-color: #7E40F3;
}
</style>
border-color css
<style>
span { border-color: #7E40F3; }
span { border-color: rgb(126,64,243); }
td.TdClassName
{
border-color: #7E40F3;
}
.TagClassName
{
border-color: #7E40F3;
}
</style>