Shades of Blue Violet #7B2BE0
Tints of Blue Violet #7B2BE0
RGB
CMYK
RGB Variations
Color information
#7B2BE0 (or 0x7B2BE0) is known color: Blue Violet. HEX triplet: 7B, 2B and E0. RGB value is (123,43,224). Sum of RGB (Red+Green+Blue) = 123+43+224=390 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.54% from 390); Green value is 43 (17.19% from 255 or 11.03% from 390); Blue value is 224 (87.89% from 255 or 57.44% from 390); Max value from RGB is 224 - color contains mainly: blue. Hex color #7B2BE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B2BE0 is #84D41F. Grayscale: #565656. Windows color (decimal): -8705056 or 14691195. OLE color: 14691195.
HSL color Cylindrical-coordinate representation of color #7B2BE0: hue angle of 266.52º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7B2BE0 is Cyan = 0.45, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 123 | 43 | 224 | - |
| CMYK | 0.45 | 0.81 | 0 | 0.12 |
| HSL | 266.52º | 0.74% | 0.52% | - |
| HSV(B) | 266.52º | 0.81% | 0.88% | - |
| XYZ | 22.49 | 11.32 | 71.52 | - |
| YUV | 87.55 | 205 | 153.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 43 | 224 | 0.45 | 0.81 | 0 | 0.12 | 266.52 | 0.74 | 0.52 |
| Hex | 7B | 2B | E0 | 2D | 51 | 0 | C | 10B | 4A | 34 |
| Octal | 173 | 53 | 340 | 55 | 121 | 0 | 14 | 413 | 112 | 64 |
| Binary | 1111011 | 101011 | 11100000 | 101101 | 1010001 | 0 | 1100 | 100001011 | 1001010 | 110100 |
Color Harmonies of #7B2BE0
Complementary color
Monochromatic Colors of #7B2BE0
Black with #7B2BE0
Text Example
Text Example
White with #7B2BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B2BE0; }
p { color: rgb(123,43,224); }
H1.HeaderClassName
{
color: #7B2BE0;
}
.AnyTagClassName
{
color: #7B2BE0;
}
</style>
background-color css
<style>
a { background-color: #7B2BE0; }
a { background-color: rgb(123,43,224); }
div.DivClassName
{
background-color: #7B2BE0;
}
.BgClassName
{
background-color: #7B2BE0;
}
</style>
border-color css
<style>
span { border-color: #7B2BE0; }
span { border-color: rgb(123,43,224); }
td.TdClassName
{
border-color: #7B2BE0;
}
.TagClassName
{
border-color: #7B2BE0;
}
</style>