Shades of Blue Violet #7B0FEB
Tints of Blue Violet #7B0FEB
RGB
CMYK
RGB Variations
Color information
#7B0FEB (or 0x7B0FEB) is known color: Blue Violet. HEX triplet: 7B, 0F and EB. RGB value is (123,15,235). Sum of RGB (Red+Green+Blue) = 123+15+235=373 (49% of max value = 765). Red value is 123 (48.44% from 255 or 32.98% from 373); Green value is 15 (6.25% from 255 or 4.02% from 373); Blue value is 235 (92.19% from 255 or 63.00% from 373); Max value from RGB is 235 - color contains mainly: blue. Hex color #7B0FEB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7B0FEB is #84F014. Grayscale: #474747. Windows color (decimal): -8712213 or 15404923. OLE color: 15404923.
HSL color Cylindrical-coordinate representation of color #7B0FEB: hue angle of 269.45º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7B0FEB is Cyan = 0.48, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 123 | 15 | 235 | - |
| CMYK | 0.48 | 0.94 | 0 | 0.08 |
| HSL | 269.45º | 0.88% | 0.49% | - |
| HSV(B) | 269.45º | 0.94% | 0.92% | - |
| XYZ | 23.33 | 10.55 | 79.4 | - |
| YUV | 72.37 | 219.78 | 164.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 15 | 235 | 0.48 | 0.94 | 0 | 0.08 | 269.45 | 0.88 | 0.49 |
| Hex | 7B | F | EB | 30 | 5E | 0 | 8 | 10D | 58 | 31 |
| Octal | 173 | 17 | 353 | 60 | 136 | 0 | 10 | 415 | 130 | 61 |
| Binary | 1111011 | 1111 | 11101011 | 110000 | 1011110 | 0 | 1000 | 100001101 | 1011000 | 110001 |
Color Harmonies of #7B0FEB
Complementary color
Monochromatic Colors of #7B0FEB
Black with #7B0FEB
Text Example
Text Example
White with #7B0FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B0FEB; }
p { color: rgb(123,15,235); }
H1.HeaderClassName
{
color: #7B0FEB;
}
.AnyTagClassName
{
color: #7B0FEB;
}
</style>
background-color css
<style>
a { background-color: #7B0FEB; }
a { background-color: rgb(123,15,235); }
div.DivClassName
{
background-color: #7B0FEB;
}
.BgClassName
{
background-color: #7B0FEB;
}
</style>
border-color css
<style>
span { border-color: #7B0FEB; }
span { border-color: rgb(123,15,235); }
td.TdClassName
{
border-color: #7B0FEB;
}
.TagClassName
{
border-color: #7B0FEB;
}
</style>