Shades of Blue Violet #7B2FEC
Tints of Blue Violet #7B2FEC
RGB
CMYK
RGB Variations
Color information
#7B2FEC (or 0x7B2FEC) is known color: Blue Violet. HEX triplet: 7B, 2F and EC. RGB value is (123,47,236). Sum of RGB (Red+Green+Blue) = 123+47+236=406 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.30% from 406); Green value is 47 (18.75% from 255 or 11.58% from 406); Blue value is 236 (92.58% from 255 or 58.13% from 406); Max value from RGB is 236 - color contains mainly: blue. Hex color #7B2FEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7B2FEC is #84D013. Grayscale: #5A5A5A. Windows color (decimal): -8704020 or 15478651. OLE color: 15478651.
HSL color Cylindrical-coordinate representation of color #7B2FEC: hue angle of 264.13º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7B2FEC is Cyan = 0.48, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 123 | 47 | 236 | - |
| CMYK | 0.48 | 0.80 | 0 | 0.07 |
| HSL | 264.13º | 0.83% | 0.55% | - |
| HSV(B) | 264.13º | 0.8% | 0.93% | - |
| XYZ | 24.33 | 12.3 | 80.45 | - |
| YUV | 91.27 | 209.68 | 150.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 47 | 236 | 0.48 | 0.80 | 0 | 0.07 | 264.13 | 0.83 | 0.55 |
| Hex | 7B | 2F | EC | 30 | 50 | 0 | 7 | 108 | 53 | 37 |
| Octal | 173 | 57 | 354 | 60 | 120 | 0 | 7 | 410 | 123 | 67 |
| Binary | 1111011 | 101111 | 11101100 | 110000 | 1010000 | 0 | 111 | 100001000 | 1010011 | 110111 |
Color Harmonies of #7B2FEC
Complementary color
Monochromatic Colors of #7B2FEC
Black with #7B2FEC
Text Example
Text Example
White with #7B2FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B2FEC; }
p { color: rgb(123,47,236); }
H1.HeaderClassName
{
color: #7B2FEC;
}
.AnyTagClassName
{
color: #7B2FEC;
}
</style>
background-color css
<style>
a { background-color: #7B2FEC; }
a { background-color: rgb(123,47,236); }
div.DivClassName
{
background-color: #7B2FEC;
}
.BgClassName
{
background-color: #7B2FEC;
}
</style>
border-color css
<style>
span { border-color: #7B2FEC; }
span { border-color: rgb(123,47,236); }
td.TdClassName
{
border-color: #7B2FEC;
}
.TagClassName
{
border-color: #7B2FEC;
}
</style>