Shades of Blue Violet #7B3BEA
Tints of Blue Violet #7B3BEA
RGB
CMYK
RGB Variations
Color information
#7B3BEA (or 0x7B3BEA) is known color: Blue Violet. HEX triplet: 7B, 3B and EA. RGB value is (123,59,234). Sum of RGB (Red+Green+Blue) = 123+59+234=416 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.57% from 416); Green value is 59 (23.44% from 255 or 14.18% from 416); Blue value is 234 (91.80% from 255 or 56.25% from 416); Max value from RGB is 234 - color contains mainly: blue. Hex color #7B3BEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7B3BEA is #84C415. Grayscale: #616161. Windows color (decimal): -8700950 or 15350651. OLE color: 15350651.
HSL color Cylindrical-coordinate representation of color #7B3BEA: hue angle of 261.94º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7B3BEA is Cyan = 0.47, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 123 | 59 | 234 | - |
| CMYK | 0.47 | 0.75 | 0 | 0.08 |
| HSL | 261.94º | 0.81% | 0.57% | - |
| HSV(B) | 261.94º | 0.75% | 0.92% | - |
| XYZ | 24.58 | 13.28 | 79.11 | - |
| YUV | 98.09 | 204.7 | 145.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 59 | 234 | 0.47 | 0.75 | 0 | 0.08 | 261.94 | 0.81 | 0.57 |
| Hex | 7B | 3B | EA | 2F | 4B | 0 | 8 | 106 | 51 | 39 |
| Octal | 173 | 73 | 352 | 57 | 113 | 0 | 10 | 406 | 121 | 71 |
| Binary | 1111011 | 111011 | 11101010 | 101111 | 1001011 | 0 | 1000 | 100000110 | 1010001 | 111001 |
Color Harmonies of #7B3BEA
Complementary color
Monochromatic Colors of #7B3BEA
Black with #7B3BEA
Text Example
Text Example
White with #7B3BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B3BEA; }
p { color: rgb(123,59,234); }
H1.HeaderClassName
{
color: #7B3BEA;
}
.AnyTagClassName
{
color: #7B3BEA;
}
</style>
background-color css
<style>
a { background-color: #7B3BEA; }
a { background-color: rgb(123,59,234); }
div.DivClassName
{
background-color: #7B3BEA;
}
.BgClassName
{
background-color: #7B3BEA;
}
</style>
border-color css
<style>
span { border-color: #7B3BEA; }
span { border-color: rgb(123,59,234); }
td.TdClassName
{
border-color: #7B3BEA;
}
.TagClassName
{
border-color: #7B3BEA;
}
</style>