Shades of Blue Violet #7C40EA
Tints of Blue Violet #7C40EA
RGB
CMYK
RGB Variations
Color information
#7C40EA (or 0x7C40EA) is known color: Blue Violet. HEX triplet: 7C, 40 and EA. RGB value is (124,64,234). Sum of RGB (Red+Green+Blue) = 124+64+234=422 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.38% from 422); Green value is 64 (25.39% from 255 or 15.17% from 422); Blue value is 234 (91.80% from 255 or 55.45% from 422); Max value from RGB is 234 - color contains mainly: blue. Hex color #7C40EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7C40EA is #83BF15. Grayscale: #646464. Windows color (decimal): -8634134 or 15351932. OLE color: 15351932.
HSL color Cylindrical-coordinate representation of color #7C40EA: hue angle of 261.18º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7C40EA is Cyan = 0.47, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 124 | 64 | 234 | - |
| CMYK | 0.47 | 0.73 | 0 | 0.08 |
| HSL | 261.18º | 0.8% | 0.58% | - |
| HSV(B) | 261.18º | 0.73% | 0.92% | - |
| XYZ | 25 | 13.89 | 79.21 | - |
| YUV | 101.32 | 202.88 | 144.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 64 | 234 | 0.47 | 0.73 | 0 | 0.08 | 261.18 | 0.8 | 0.58 |
| Hex | 7C | 40 | EA | 2F | 49 | 0 | 8 | 105 | 50 | 3A |
| Octal | 174 | 100 | 352 | 57 | 111 | 0 | 10 | 405 | 120 | 72 |
| Binary | 1111100 | 1000000 | 11101010 | 101111 | 1001001 | 0 | 1000 | 100000101 | 1010000 | 111010 |
Color Harmonies of #7C40EA
Complementary color
Monochromatic Colors of #7C40EA
Black with #7C40EA
Text Example
Text Example
White with #7C40EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C40EA; }
p { color: rgb(124,64,234); }
H1.HeaderClassName
{
color: #7C40EA;
}
.AnyTagClassName
{
color: #7C40EA;
}
</style>
background-color css
<style>
a { background-color: #7C40EA; }
a { background-color: rgb(124,64,234); }
div.DivClassName
{
background-color: #7C40EA;
}
.BgClassName
{
background-color: #7C40EA;
}
</style>
border-color css
<style>
span { border-color: #7C40EA; }
span { border-color: rgb(124,64,234); }
td.TdClassName
{
border-color: #7C40EA;
}
.TagClassName
{
border-color: #7C40EA;
}
</style>