Shades of Blue Violet #7B3CEC
Tints of Blue Violet #7B3CEC
RGB
CMYK
RGB Variations
Color information
#7B3CEC (or 0x7B3CEC) is known color: Blue Violet. HEX triplet: 7B, 3C and EC. RGB value is (123,60,236). Sum of RGB (Red+Green+Blue) = 123+60+236=419 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.36% from 419); Green value is 60 (23.83% from 255 or 14.32% from 419); Blue value is 236 (92.58% from 255 or 56.32% from 419); Max value from RGB is 236 - color contains mainly: blue. Hex color #7B3CEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7B3CEC is #84C313. Grayscale: #626262. Windows color (decimal): -8700692 or 15481979. OLE color: 15481979.
HSL color Cylindrical-coordinate representation of color #7B3CEC: hue angle of 261.48º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7B3CEC is Cyan = 0.48, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 123 | 60 | 236 | - |
| CMYK | 0.48 | 0.75 | 0 | 0.07 |
| HSL | 261.48º | 0.82% | 0.58% | - |
| HSV(B) | 261.48º | 0.75% | 0.93% | - |
| XYZ | 24.92 | 13.5 | 80.65 | - |
| YUV | 98.9 | 205.37 | 145.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 60 | 236 | 0.48 | 0.75 | 0 | 0.07 | 261.48 | 0.82 | 0.58 |
| Hex | 7B | 3C | EC | 30 | 4B | 0 | 7 | 105 | 52 | 3A |
| Octal | 173 | 74 | 354 | 60 | 113 | 0 | 7 | 405 | 122 | 72 |
| Binary | 1111011 | 111100 | 11101100 | 110000 | 1001011 | 0 | 111 | 100000101 | 1010010 | 111010 |
Color Harmonies of #7B3CEC
Complementary color
Monochromatic Colors of #7B3CEC
Black with #7B3CEC
Text Example
Text Example
White with #7B3CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B3CEC; }
p { color: rgb(123,60,236); }
H1.HeaderClassName
{
color: #7B3CEC;
}
.AnyTagClassName
{
color: #7B3CEC;
}
</style>
background-color css
<style>
a { background-color: #7B3CEC; }
a { background-color: rgb(123,60,236); }
div.DivClassName
{
background-color: #7B3CEC;
}
.BgClassName
{
background-color: #7B3CEC;
}
</style>
border-color css
<style>
span { border-color: #7B3CEC; }
span { border-color: rgb(123,60,236); }
td.TdClassName
{
border-color: #7B3CEC;
}
.TagClassName
{
border-color: #7B3CEC;
}
</style>