Shades of Blue Violet #7C2BEC
Tints of Blue Violet #7C2BEC
RGB
CMYK
RGB Variations
Color information
#7C2BEC (or 0x7C2BEC) is known color: Blue Violet. HEX triplet: 7C, 2B and EC. RGB value is (124,43,236). Sum of RGB (Red+Green+Blue) = 124+43+236=403 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.77% from 403); Green value is 43 (17.19% from 255 or 10.67% from 403); Blue value is 236 (92.58% from 255 or 58.56% from 403); Max value from RGB is 236 - color contains mainly: blue. Hex color #7C2BEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7C2BEC is #83D413. Grayscale: #585858. Windows color (decimal): -8639508 or 15477628. OLE color: 15477628.
HSL color Cylindrical-coordinate representation of color #7C2BEC: hue angle of 265.18º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7C2BEC is Cyan = 0.47, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 124 | 43 | 236 | - |
| CMYK | 0.47 | 0.82 | 0 | 0.07 |
| HSL | 265.18º | 0.84% | 0.55% | - |
| HSV(B) | 265.18º | 0.82% | 0.93% | - |
| XYZ | 24.32 | 12.07 | 80.4 | - |
| YUV | 89.22 | 210.84 | 152.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 43 | 236 | 0.47 | 0.82 | 0 | 0.07 | 265.18 | 0.84 | 0.55 |
| Hex | 7C | 2B | EC | 2F | 52 | 0 | 7 | 109 | 54 | 37 |
| Octal | 174 | 53 | 354 | 57 | 122 | 0 | 7 | 411 | 124 | 67 |
| Binary | 1111100 | 101011 | 11101100 | 101111 | 1010010 | 0 | 111 | 100001001 | 1010100 | 110111 |
Color Harmonies of #7C2BEC
Complementary color
Monochromatic Colors of #7C2BEC
Black with #7C2BEC
Text Example
Text Example
White with #7C2BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2BEC; }
p { color: rgb(124,43,236); }
H1.HeaderClassName
{
color: #7C2BEC;
}
.AnyTagClassName
{
color: #7C2BEC;
}
</style>
background-color css
<style>
a { background-color: #7C2BEC; }
a { background-color: rgb(124,43,236); }
div.DivClassName
{
background-color: #7C2BEC;
}
.BgClassName
{
background-color: #7C2BEC;
}
</style>
border-color css
<style>
span { border-color: #7C2BEC; }
span { border-color: rgb(124,43,236); }
td.TdClassName
{
border-color: #7C2BEC;
}
.TagClassName
{
border-color: #7C2BEC;
}
</style>