Shades of Blue Violet #7B2CEC
Tints of Blue Violet #7B2CEC
RGB
CMYK
RGB Variations
Color information
#7B2CEC (or 0x7B2CEC) is known color: Blue Violet. HEX triplet: 7B, 2C and EC. RGB value is (123,44,236). Sum of RGB (Red+Green+Blue) = 123+44+236=403 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.52% from 403); Green value is 44 (17.58% from 255 or 10.92% 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 #7B2CEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7B2CEC is #84D313. Grayscale: #585858. Windows color (decimal): -8704788 or 15477883. OLE color: 15477883.
HSL color Cylindrical-coordinate representation of color #7B2CEC: hue angle of 264.69º 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 #7B2CEC is Cyan = 0.48, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 123 | 44 | 236 | - |
| CMYK | 0.48 | 0.81 | 0 | 0.07 |
| HSL | 264.69º | 0.83% | 0.55% | - |
| HSV(B) | 264.69º | 0.81% | 0.93% | - |
| XYZ | 24.21 | 12.07 | 80.41 | - |
| YUV | 89.51 | 210.67 | 151.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 44 | 236 | 0.48 | 0.81 | 0 | 0.07 | 264.69 | 0.83 | 0.55 |
| Hex | 7B | 2C | EC | 30 | 51 | 0 | 7 | 109 | 53 | 37 |
| Octal | 173 | 54 | 354 | 60 | 121 | 0 | 7 | 411 | 123 | 67 |
| Binary | 1111011 | 101100 | 11101100 | 110000 | 1010001 | 0 | 111 | 100001001 | 1010011 | 110111 |
Color Harmonies of #7B2CEC
Complementary color
Monochromatic Colors of #7B2CEC
Black with #7B2CEC
Text Example
Text Example
White with #7B2CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B2CEC; }
p { color: rgb(123,44,236); }
H1.HeaderClassName
{
color: #7B2CEC;
}
.AnyTagClassName
{
color: #7B2CEC;
}
</style>
background-color css
<style>
a { background-color: #7B2CEC; }
a { background-color: rgb(123,44,236); }
div.DivClassName
{
background-color: #7B2CEC;
}
.BgClassName
{
background-color: #7B2CEC;
}
</style>
border-color css
<style>
span { border-color: #7B2CEC; }
span { border-color: rgb(123,44,236); }
td.TdClassName
{
border-color: #7B2CEC;
}
.TagClassName
{
border-color: #7B2CEC;
}
</style>