Shades of Blue Violet #7B2EE9
Tints of Blue Violet #7B2EE9
RGB
CMYK
RGB Variations
Color information
#7B2EE9 (or 0x7B2EE9) is known color: Blue Violet. HEX triplet: 7B, 2E and E9. RGB value is (123,46,233). Sum of RGB (Red+Green+Blue) = 123+46+233=402 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.60% from 402); Green value is 46 (18.36% from 255 or 11.44% from 402); Blue value is 233 (91.41% from 255 or 57.96% from 402); Max value from RGB is 233 - color contains mainly: blue. Hex color #7B2EE9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7B2EE9 is #84D116. Grayscale: #595959. Windows color (decimal): -8704279 or 15281787. OLE color: 15281787.
HSL color Cylindrical-coordinate representation of color #7B2EE9: hue angle of 264.71º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7B2EE9 is Cyan = 0.47, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 123 | 46 | 233 | - |
| CMYK | 0.47 | 0.80 | 0 | 0.09 |
| HSL | 264.71º | 0.81% | 0.55% | - |
| HSV(B) | 264.71º | 0.8% | 0.91% | - |
| XYZ | 23.85 | 12.05 | 78.16 | - |
| YUV | 90.34 | 208.51 | 151.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 46 | 233 | 0.47 | 0.80 | 0 | 0.09 | 264.71 | 0.81 | 0.55 |
| Hex | 7B | 2E | E9 | 2F | 50 | 0 | 9 | 109 | 51 | 37 |
| Octal | 173 | 56 | 351 | 57 | 120 | 0 | 11 | 411 | 121 | 67 |
| Binary | 1111011 | 101110 | 11101001 | 101111 | 1010000 | 0 | 1001 | 100001001 | 1010001 | 110111 |
Color Harmonies of #7B2EE9
Complementary color
Monochromatic Colors of #7B2EE9
Black with #7B2EE9
Text Example
Text Example
White with #7B2EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B2EE9; }
p { color: rgb(123,46,233); }
H1.HeaderClassName
{
color: #7B2EE9;
}
.AnyTagClassName
{
color: #7B2EE9;
}
</style>
background-color css
<style>
a { background-color: #7B2EE9; }
a { background-color: rgb(123,46,233); }
div.DivClassName
{
background-color: #7B2EE9;
}
.BgClassName
{
background-color: #7B2EE9;
}
</style>
border-color css
<style>
span { border-color: #7B2EE9; }
span { border-color: rgb(123,46,233); }
td.TdClassName
{
border-color: #7B2EE9;
}
.TagClassName
{
border-color: #7B2EE9;
}
</style>