Shades of Blue Violet #7B2BEA
Tints of Blue Violet #7B2BEA
RGB
CMYK
RGB Variations
Color information
#7B2BEA (or 0x7B2BEA) is known color: Blue Violet. HEX triplet: 7B, 2B and EA. RGB value is (123,43,234). Sum of RGB (Red+Green+Blue) = 123+43+234=400 (52% of max value = 765). Red value is 123 (48.44% from 255 or 30.75% from 400); Green value is 43 (17.19% from 255 or 10.75% from 400); Blue value is 234 (91.80% from 255 or 58.5% from 400); Max value from RGB is 234 - color contains mainly: blue. Hex color #7B2BEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7B2BEA is #84D415. Grayscale: #585858. Windows color (decimal): -8705046 or 15346555. OLE color: 15346555.
HSL color Cylindrical-coordinate representation of color #7B2BEA: hue angle of 265.13º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7B2BEA is Cyan = 0.47, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 123 | 43 | 234 | - |
| CMYK | 0.47 | 0.82 | 0 | 0.08 |
| HSL | 265.13º | 0.82% | 0.54% | - |
| HSV(B) | 265.13º | 0.82% | 0.92% | - |
| XYZ | 23.88 | 11.88 | 78.88 | - |
| YUV | 88.69 | 210 | 152.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 43 | 234 | 0.47 | 0.82 | 0 | 0.08 | 265.13 | 0.82 | 0.54 |
| Hex | 7B | 2B | EA | 2F | 52 | 0 | 8 | 109 | 52 | 36 |
| Octal | 173 | 53 | 352 | 57 | 122 | 0 | 10 | 411 | 122 | 66 |
| Binary | 1111011 | 101011 | 11101010 | 101111 | 1010010 | 0 | 1000 | 100001001 | 1010010 | 110110 |
Color Harmonies of #7B2BEA
Complementary color
Monochromatic Colors of #7B2BEA
Black with #7B2BEA
Text Example
Text Example
White with #7B2BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B2BEA; }
p { color: rgb(123,43,234); }
H1.HeaderClassName
{
color: #7B2BEA;
}
.AnyTagClassName
{
color: #7B2BEA;
}
</style>
background-color css
<style>
a { background-color: #7B2BEA; }
a { background-color: rgb(123,43,234); }
div.DivClassName
{
background-color: #7B2BEA;
}
.BgClassName
{
background-color: #7B2BEA;
}
</style>
border-color css
<style>
span { border-color: #7B2BEA; }
span { border-color: rgb(123,43,234); }
td.TdClassName
{
border-color: #7B2BEA;
}
.TagClassName
{
border-color: #7B2BEA;
}
</style>