Shades of Blue Violet #7B3EFF
Tints of Blue Violet #7B3EFF
RGB
CMYK
RGB Variations
Color information
#7B3EFF (or 0x7B3EFF) is known color: Blue Violet. HEX triplet: 7B, 3E and FF. RGB value is (123,62,255). Sum of RGB (Red+Green+Blue) = 123+62+255=440 (58% of max value = 765). Red value is 123 (48.44% from 255 or 27.95% from 440); Green value is 62 (24.61% from 255 or 14.09% from 440); Blue value is 255 (100% from 255 or 57.95% from 440); Max value from RGB is 255 - color contains mainly: blue. Hex color #7B3EFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7B3EFF is #84C100. Grayscale: #656565. Windows color (decimal): -8700161 or 16727675. OLE color: 16727675.
HSL color Cylindrical-coordinate representation of color #7B3EFF: hue angle of 258.96º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7B3EFF is Cyan = 0.52, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 123 | 62 | 255 | - |
| CMYK | 0.52 | 0.76 | 0 | 0 |
| HSL | 258.96º | 1% | 0.62% | - |
| HSV(B) | 258.96º | 0.76% | 1% | - |
| XYZ | 27.94 | 14.88 | 96.01 | - |
| YUV | 102.24 | 214.21 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 62 | 255 | 0.52 | 0.76 | 0 | 0 | 258.96 | 1 | 0.62 |
| Hex | 7B | 3E | FF | 34 | 4C | 0 | 0 | 103 | 64 | 3E |
| Octal | 173 | 76 | 377 | 64 | 114 | 0 | 0 | 403 | 144 | 76 |
| Binary | 1111011 | 111110 | 11111111 | 110100 | 1001100 | 0 | 0 | 100000011 | 1100100 | 111110 |
Color Harmonies of #7B3EFF
Complementary color
Monochromatic Colors of #7B3EFF
Black with #7B3EFF
Text Example
Text Example
White with #7B3EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B3EFF; }
p { color: rgb(123,62,255); }
H1.HeaderClassName
{
color: #7B3EFF;
}
.AnyTagClassName
{
color: #7B3EFF;
}
</style>
background-color css
<style>
a { background-color: #7B3EFF; }
a { background-color: rgb(123,62,255); }
div.DivClassName
{
background-color: #7B3EFF;
}
.BgClassName
{
background-color: #7B3EFF;
}
</style>
border-color css
<style>
span { border-color: #7B3EFF; }
span { border-color: rgb(123,62,255); }
td.TdClassName
{
border-color: #7B3EFF;
}
.TagClassName
{
border-color: #7B3EFF;
}
</style>