Shades of Blue Violet #7C2CEC
Tints of Blue Violet #7C2CEC
RGB
CMYK
RGB Variations
Color information
#7C2CEC (or 0x7C2CEC) is known color: Blue Violet. HEX triplet: 7C, 2C and EC. RGB value is (124,44,236). Sum of RGB (Red+Green+Blue) = 124+44+236=404 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.69% from 404); Green value is 44 (17.58% from 255 or 10.89% from 404); Blue value is 236 (92.58% from 255 or 58.42% from 404); Max value from RGB is 236 - color contains mainly: blue. Hex color #7C2CEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7C2CEC is #83D313. Grayscale: #595959. Windows color (decimal): -8639252 or 15477884. OLE color: 15477884.
HSL color Cylindrical-coordinate representation of color #7C2CEC: hue angle of 265º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7C2CEC is Cyan = 0.47, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 124 | 44 | 236 | - |
| CMYK | 0.47 | 0.81 | 0 | 0.07 |
| HSL | 265º | 0.83% | 0.55% | - |
| HSV(B) | 265º | 0.81% | 0.93% | - |
| XYZ | 24.35 | 12.14 | 80.42 | - |
| YUV | 89.81 | 210.5 | 152.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 44 | 236 | 0.47 | 0.81 | 0 | 0.07 | 265 | 0.83 | 0.55 |
| Hex | 7C | 2C | EC | 2F | 51 | 0 | 7 | 109 | 53 | 37 |
| Octal | 174 | 54 | 354 | 57 | 121 | 0 | 7 | 411 | 123 | 67 |
| Binary | 1111100 | 101100 | 11101100 | 101111 | 1010001 | 0 | 111 | 100001001 | 1010011 | 110111 |
Color Harmonies of #7C2CEC
Complementary color
Monochromatic Colors of #7C2CEC
Black with #7C2CEC
Text Example
Text Example
White with #7C2CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2CEC; }
p { color: rgb(124,44,236); }
H1.HeaderClassName
{
color: #7C2CEC;
}
.AnyTagClassName
{
color: #7C2CEC;
}
</style>
background-color css
<style>
a { background-color: #7C2CEC; }
a { background-color: rgb(124,44,236); }
div.DivClassName
{
background-color: #7C2CEC;
}
.BgClassName
{
background-color: #7C2CEC;
}
</style>
border-color css
<style>
span { border-color: #7C2CEC; }
span { border-color: rgb(124,44,236); }
td.TdClassName
{
border-color: #7C2CEC;
}
.TagClassName
{
border-color: #7C2CEC;
}
</style>