Shades of Blue Violet #7C40EF
Tints of Blue Violet #7C40EF
RGB
CMYK
RGB Variations
Color information
#7C40EF (or 0x7C40EF) is known color: Blue Violet. HEX triplet: 7C, 40 and EF. RGB value is (124,64,239). Sum of RGB (Red+Green+Blue) = 124+64+239=427 (56% of max value = 765). Red value is 124 (48.83% from 255 or 29.04% from 427); Green value is 64 (25.39% from 255 or 14.99% from 427); Blue value is 239 (93.75% from 255 or 55.97% from 427); Max value from RGB is 239 - color contains mainly: blue. Hex color #7C40EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7C40EF is #83BF10. Grayscale: #656565. Windows color (decimal): -8634129 or 15679612. OLE color: 15679612.
HSL color Cylindrical-coordinate representation of color #7C40EF: hue angle of 260.57º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7C40EF is Cyan = 0.48, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 124 | 64 | 239 | - |
| CMYK | 0.48 | 0.73 | 0 | 0.06 |
| HSL | 260.57º | 0.85% | 0.59% | - |
| HSV(B) | 260.57º | 0.73% | 0.94% | - |
| XYZ | 25.73 | 14.18 | 83.04 | - |
| YUV | 101.89 | 205.38 | 143.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 64 | 239 | 0.48 | 0.73 | 0 | 0.06 | 260.57 | 0.85 | 0.59 |
| Hex | 7C | 40 | EF | 30 | 49 | 0 | 6 | 105 | 55 | 3B |
| Octal | 174 | 100 | 357 | 60 | 111 | 0 | 6 | 405 | 125 | 73 |
| Binary | 1111100 | 1000000 | 11101111 | 110000 | 1001001 | 0 | 110 | 100000101 | 1010101 | 111011 |
Color Harmonies of #7C40EF
Complementary color
Monochromatic Colors of #7C40EF
Black with #7C40EF
Text Example
Text Example
White with #7C40EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C40EF; }
p { color: rgb(124,64,239); }
H1.HeaderClassName
{
color: #7C40EF;
}
.AnyTagClassName
{
color: #7C40EF;
}
</style>
background-color css
<style>
a { background-color: #7C40EF; }
a { background-color: rgb(124,64,239); }
div.DivClassName
{
background-color: #7C40EF;
}
.BgClassName
{
background-color: #7C40EF;
}
</style>
border-color css
<style>
span { border-color: #7C40EF; }
span { border-color: rgb(124,64,239); }
td.TdClassName
{
border-color: #7C40EF;
}
.TagClassName
{
border-color: #7C40EF;
}
</style>