Shades of Blue Violet #7B11EE
Tints of Blue Violet #7B11EE
RGB
CMYK
RGB Variations
Color information
#7B11EE (or 0x7B11EE) is known color: Blue Violet. HEX triplet: 7B, 11 and EE. RGB value is (123,17,238). Sum of RGB (Red+Green+Blue) = 123+17+238=378 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.54% from 378); Green value is 17 (7.03% from 255 or 4.50% from 378); Blue value is 238 (93.36% from 255 or 62.96% from 378); Max value from RGB is 238 - color contains mainly: blue. Hex color #7B11EE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7B11EE is #84EE11. Grayscale: #494949. Windows color (decimal): -8711698 or 15602043. OLE color: 15602043.
HSL color Cylindrical-coordinate representation of color #7B11EE: hue angle of 268.78º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7B11EE is Cyan = 0.48, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 123 | 17 | 238 | - |
| CMYK | 0.48 | 0.93 | 0 | 0.07 |
| HSL | 268.78º | 0.87% | 0.5% | - |
| HSV(B) | 268.78º | 0.93% | 0.93% | - |
| XYZ | 23.8 | 10.78 | 81.72 | - |
| YUV | 73.89 | 220.62 | 163.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 17 | 238 | 0.48 | 0.93 | 0 | 0.07 | 268.78 | 0.87 | 0.5 |
| Hex | 7B | 11 | EE | 30 | 5D | 0 | 7 | 10D | 57 | 32 |
| Octal | 173 | 21 | 356 | 60 | 135 | 0 | 7 | 415 | 127 | 62 |
| Binary | 1111011 | 10001 | 11101110 | 110000 | 1011101 | 0 | 111 | 100001101 | 1010111 | 110010 |
Color Harmonies of #7B11EE
Complementary color
Monochromatic Colors of #7B11EE
Black with #7B11EE
Text Example
Text Example
White with #7B11EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B11EE; }
p { color: rgb(123,17,238); }
H1.HeaderClassName
{
color: #7B11EE;
}
.AnyTagClassName
{
color: #7B11EE;
}
</style>
background-color css
<style>
a { background-color: #7B11EE; }
a { background-color: rgb(123,17,238); }
div.DivClassName
{
background-color: #7B11EE;
}
.BgClassName
{
background-color: #7B11EE;
}
</style>
border-color css
<style>
span { border-color: #7B11EE; }
span { border-color: rgb(123,17,238); }
td.TdClassName
{
border-color: #7B11EE;
}
.TagClassName
{
border-color: #7B11EE;
}
</style>