Shades of Blue Violet #7C34EE
Tints of Blue Violet #7C34EE
RGB
CMYK
RGB Variations
Color information
#7C34EE (or 0x7C34EE) is known color: Blue Violet. HEX triplet: 7C, 34 and EE. RGB value is (124,52,238). Sum of RGB (Red+Green+Blue) = 124+52+238=414 (54% of max value = 765). Red value is 124 (48.83% from 255 or 29.95% from 414); Green value is 52 (20.70% from 255 or 12.56% from 414); Blue value is 238 (93.36% from 255 or 57.49% from 414); Max value from RGB is 238 - color contains mainly: blue. Hex color #7C34EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7C34EE is #83CB11. Grayscale: #5E5E5E. Windows color (decimal): -8637202 or 15611004. OLE color: 15611004.
HSL color Cylindrical-coordinate representation of color #7C34EE: hue angle of 263.23º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7C34EE is Cyan = 0.48, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 124 | 52 | 238 | - |
| CMYK | 0.48 | 0.78 | 0 | 0.07 |
| HSL | 263.23º | 0.85% | 0.57% | - |
| HSV(B) | 263.23º | 0.78% | 0.93% | - |
| XYZ | 24.97 | 12.91 | 82.07 | - |
| YUV | 94.73 | 208.85 | 148.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 52 | 238 | 0.48 | 0.78 | 0 | 0.07 | 263.23 | 0.85 | 0.57 |
| Hex | 7C | 34 | EE | 30 | 4E | 0 | 7 | 107 | 55 | 39 |
| Octal | 174 | 64 | 356 | 60 | 116 | 0 | 7 | 407 | 125 | 71 |
| Binary | 1111100 | 110100 | 11101110 | 110000 | 1001110 | 0 | 111 | 100000111 | 1010101 | 111001 |
Color Harmonies of #7C34EE
Complementary color
Monochromatic Colors of #7C34EE
Black with #7C34EE
Text Example
Text Example
White with #7C34EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C34EE; }
p { color: rgb(124,52,238); }
H1.HeaderClassName
{
color: #7C34EE;
}
.AnyTagClassName
{
color: #7C34EE;
}
</style>
background-color css
<style>
a { background-color: #7C34EE; }
a { background-color: rgb(124,52,238); }
div.DivClassName
{
background-color: #7C34EE;
}
.BgClassName
{
background-color: #7C34EE;
}
</style>
border-color css
<style>
span { border-color: #7C34EE; }
span { border-color: rgb(124,52,238); }
td.TdClassName
{
border-color: #7C34EE;
}
.TagClassName
{
border-color: #7C34EE;
}
</style>