Shades of Blue Violet #7C40E3
Tints of Blue Violet #7C40E3
RGB
CMYK
RGB Variations
Color information
#7C40E3 (or 0x7C40E3) is known color: Blue Violet. HEX triplet: 7C, 40 and E3. RGB value is (124,64,227). Sum of RGB (Red+Green+Blue) = 124+64+227=415 (54% of max value = 765). Red value is 124 (48.83% from 255 or 29.88% from 415); Green value is 64 (25.39% from 255 or 15.42% from 415); Blue value is 227 (89.06% from 255 or 54.70% from 415); Max value from RGB is 227 - color contains mainly: blue. Hex color #7C40E3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C40E3 is #83BF1C. Grayscale: #636363. Windows color (decimal): -8634141 or 14893180. OLE color: 14893180.
HSL color Cylindrical-coordinate representation of color #7C40E3: hue angle of 262.09º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7C40E3 is Cyan = 0.45, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 124 | 64 | 227 | - |
| CMYK | 0.45 | 0.72 | 0 | 0.11 |
| HSL | 262.09º | 0.74% | 0.57% | - |
| HSV(B) | 262.09º | 0.72% | 0.89% | - |
| XYZ | 24.01 | 13.5 | 74.01 | - |
| YUV | 100.52 | 199.38 | 144.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 64 | 227 | 0.45 | 0.72 | 0 | 0.11 | 262.09 | 0.74 | 0.57 |
| Hex | 7C | 40 | E3 | 2D | 48 | 0 | B | 106 | 4A | 39 |
| Octal | 174 | 100 | 343 | 55 | 110 | 0 | 13 | 406 | 112 | 71 |
| Binary | 1111100 | 1000000 | 11100011 | 101101 | 1001000 | 0 | 1011 | 100000110 | 1001010 | 111001 |
Color Harmonies of #7C40E3
Complementary color
Monochromatic Colors of #7C40E3
Black with #7C40E3
Text Example
Text Example
White with #7C40E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C40E3; }
p { color: rgb(124,64,227); }
H1.HeaderClassName
{
color: #7C40E3;
}
.AnyTagClassName
{
color: #7C40E3;
}
</style>
background-color css
<style>
a { background-color: #7C40E3; }
a { background-color: rgb(124,64,227); }
div.DivClassName
{
background-color: #7C40E3;
}
.BgClassName
{
background-color: #7C40E3;
}
</style>
border-color css
<style>
span { border-color: #7C40E3; }
span { border-color: rgb(124,64,227); }
td.TdClassName
{
border-color: #7C40E3;
}
.TagClassName
{
border-color: #7C40E3;
}
</style>