Shades of Blue Violet #7C3EEA
Tints of Blue Violet #7C3EEA
RGB
CMYK
RGB Variations
Color information
#7C3EEA (or 0x7C3EEA) is known color: Blue Violet. HEX triplet: 7C, 3E and EA. RGB value is (124,62,234). Sum of RGB (Red+Green+Blue) = 124+62+234=420 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.52% from 420); Green value is 62 (24.61% from 255 or 14.76% from 420); Blue value is 234 (91.80% from 255 or 55.71% from 420); Max value from RGB is 234 - color contains mainly: blue. Hex color #7C3EEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7C3EEA is #83C115. Grayscale: #636363. Windows color (decimal): -8634646 or 15351420. OLE color: 15351420.
HSL color Cylindrical-coordinate representation of color #7C3EEA: hue angle of 261.63º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7C3EEA is Cyan = 0.47, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 124 | 62 | 234 | - |
| CMYK | 0.47 | 0.74 | 0 | 0.08 |
| HSL | 261.63º | 0.8% | 0.58% | - |
| HSV(B) | 261.63º | 0.74% | 0.92% | - |
| XYZ | 24.89 | 13.67 | 79.17 | - |
| YUV | 100.15 | 203.54 | 145.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 62 | 234 | 0.47 | 0.74 | 0 | 0.08 | 261.63 | 0.8 | 0.58 |
| Hex | 7C | 3E | EA | 2F | 4A | 0 | 8 | 106 | 50 | 3A |
| Octal | 174 | 76 | 352 | 57 | 112 | 0 | 10 | 406 | 120 | 72 |
| Binary | 1111100 | 111110 | 11101010 | 101111 | 1001010 | 0 | 1000 | 100000110 | 1010000 | 111010 |
Color Harmonies of #7C3EEA
Complementary color
Monochromatic Colors of #7C3EEA
Black with #7C3EEA
Text Example
Text Example
White with #7C3EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C3EEA; }
p { color: rgb(124,62,234); }
H1.HeaderClassName
{
color: #7C3EEA;
}
.AnyTagClassName
{
color: #7C3EEA;
}
</style>
background-color css
<style>
a { background-color: #7C3EEA; }
a { background-color: rgb(124,62,234); }
div.DivClassName
{
background-color: #7C3EEA;
}
.BgClassName
{
background-color: #7C3EEA;
}
</style>
border-color css
<style>
span { border-color: #7C3EEA; }
span { border-color: rgb(124,62,234); }
td.TdClassName
{
border-color: #7C3EEA;
}
.TagClassName
{
border-color: #7C3EEA;
}
</style>