Shades of Blue Violet #7C2BEF
Tints of Blue Violet #7C2BEF
RGB
CMYK
RGB Variations
Color information
#7C2BEF (or 0x7C2BEF) is known color: Blue Violet. HEX triplet: 7C, 2B and EF. RGB value is (124,43,239). Sum of RGB (Red+Green+Blue) = 124+43+239=406 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.54% from 406); Green value is 43 (17.19% from 255 or 10.59% from 406); Blue value is 239 (93.75% from 255 or 58.87% from 406); Max value from RGB is 239 - color contains mainly: blue. Hex color #7C2BEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7C2BEF is #83D410. Grayscale: #585858. Windows color (decimal): -8639505 or 15674236. OLE color: 15674236.
HSL color Cylindrical-coordinate representation of color #7C2BEF: hue angle of 264.8º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7C2BEF is Cyan = 0.48, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 124 | 43 | 239 | - |
| CMYK | 0.48 | 0.82 | 0 | 0.06 |
| HSL | 264.8º | 0.86% | 0.55% | - |
| HSV(B) | 264.8º | 0.82% | 0.94% | - |
| XYZ | 24.76 | 12.24 | 82.72 | - |
| YUV | 89.56 | 212.34 | 152.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 43 | 239 | 0.48 | 0.82 | 0 | 0.06 | 264.8 | 0.86 | 0.55 |
| Hex | 7C | 2B | EF | 30 | 52 | 0 | 6 | 109 | 56 | 37 |
| Octal | 174 | 53 | 357 | 60 | 122 | 0 | 6 | 411 | 126 | 67 |
| Binary | 1111100 | 101011 | 11101111 | 110000 | 1010010 | 0 | 110 | 100001001 | 1010110 | 110111 |
Color Harmonies of #7C2BEF
Complementary color
Monochromatic Colors of #7C2BEF
Black with #7C2BEF
Text Example
Text Example
White with #7C2BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2BEF; }
p { color: rgb(124,43,239); }
H1.HeaderClassName
{
color: #7C2BEF;
}
.AnyTagClassName
{
color: #7C2BEF;
}
</style>
background-color css
<style>
a { background-color: #7C2BEF; }
a { background-color: rgb(124,43,239); }
div.DivClassName
{
background-color: #7C2BEF;
}
.BgClassName
{
background-color: #7C2BEF;
}
</style>
border-color css
<style>
span { border-color: #7C2BEF; }
span { border-color: rgb(124,43,239); }
td.TdClassName
{
border-color: #7C2BEF;
}
.TagClassName
{
border-color: #7C2BEF;
}
</style>