Shades of Blue Violet #7C2EEF
Tints of Blue Violet #7C2EEF
RGB
CMYK
RGB Variations
Color information
#7C2EEF (or 0x7C2EEF) is known color: Blue Violet. HEX triplet: 7C, 2E and EF. RGB value is (124,46,239). Sum of RGB (Red+Green+Blue) = 124+46+239=409 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.32% from 409); Green value is 46 (18.36% from 255 or 11.25% from 409); Blue value is 239 (93.75% from 255 or 58.44% from 409); Max value from RGB is 239 - color contains mainly: blue. Hex color #7C2EEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7C2EEF is #83D110. Grayscale: #5A5A5A. Windows color (decimal): -8638737 or 15675004. OLE color: 15675004.
HSL color Cylindrical-coordinate representation of color #7C2EEF: hue angle of 264.25º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7C2EEF is Cyan = 0.48, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 124 | 46 | 239 | - |
| CMYK | 0.48 | 0.81 | 0 | 0.06 |
| HSL | 264.25º | 0.86% | 0.56% | - |
| HSV(B) | 264.25º | 0.81% | 0.94% | - |
| XYZ | 24.87 | 12.47 | 82.76 | - |
| YUV | 91.32 | 211.34 | 151.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 46 | 239 | 0.48 | 0.81 | 0 | 0.06 | 264.25 | 0.86 | 0.56 |
| Hex | 7C | 2E | EF | 30 | 51 | 0 | 6 | 108 | 56 | 38 |
| Octal | 174 | 56 | 357 | 60 | 121 | 0 | 6 | 410 | 126 | 70 |
| Binary | 1111100 | 101110 | 11101111 | 110000 | 1010001 | 0 | 110 | 100001000 | 1010110 | 111000 |
Color Harmonies of #7C2EEF
Complementary color
Monochromatic Colors of #7C2EEF
Black with #7C2EEF
Text Example
Text Example
White with #7C2EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2EEF; }
p { color: rgb(124,46,239); }
H1.HeaderClassName
{
color: #7C2EEF;
}
.AnyTagClassName
{
color: #7C2EEF;
}
</style>
background-color css
<style>
a { background-color: #7C2EEF; }
a { background-color: rgb(124,46,239); }
div.DivClassName
{
background-color: #7C2EEF;
}
.BgClassName
{
background-color: #7C2EEF;
}
</style>
border-color css
<style>
span { border-color: #7C2EEF; }
span { border-color: rgb(124,46,239); }
td.TdClassName
{
border-color: #7C2EEF;
}
.TagClassName
{
border-color: #7C2EEF;
}
</style>