Shades of Blue Violet #7B3CF4
Tints of Blue Violet #7B3CF4
RGB
CMYK
RGB Variations
Color information
#7B3CF4 (or 0x7B3CF4) is known color: Blue Violet. HEX triplet: 7B, 3C and F4. RGB value is (123,60,244). Sum of RGB (Red+Green+Blue) = 123+60+244=427 (56% of max value = 765). Red value is 123 (48.44% from 255 or 28.81% from 427); Green value is 60 (23.83% from 255 or 14.05% from 427); Blue value is 244 (95.70% from 255 or 57.14% from 427); Max value from RGB is 244 - color contains mainly: blue. Hex color #7B3CF4 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7B3CF4 is #84C30B. Grayscale: #636363. Windows color (decimal): -8700684 or 16006267. OLE color: 16006267.
HSL color Cylindrical-coordinate representation of color #7B3CF4: hue angle of 260.54º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7B3CF4 is Cyan = 0.50, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 123 | 60 | 244 | - |
| CMYK | 0.50 | 0.75 | 0 | 0.04 |
| HSL | 260.54º | 0.89% | 0.6% | - |
| HSV(B) | 260.54º | 0.75% | 0.96% | - |
| XYZ | 26.11 | 13.97 | 86.91 | - |
| YUV | 99.81 | 209.37 | 144.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 60 | 244 | 0.50 | 0.75 | 0 | 0.04 | 260.54 | 0.89 | 0.6 |
| Hex | 7B | 3C | F4 | 32 | 4B | 0 | 4 | 105 | 59 | 3C |
| Octal | 173 | 74 | 364 | 62 | 113 | 0 | 4 | 405 | 131 | 74 |
| Binary | 1111011 | 111100 | 11110100 | 110010 | 1001011 | 0 | 100 | 100000101 | 1011001 | 111100 |
Color Harmonies of #7B3CF4
Complementary color
Monochromatic Colors of #7B3CF4
Black with #7B3CF4
Text Example
Text Example
White with #7B3CF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B3CF4; }
p { color: rgb(123,60,244); }
H1.HeaderClassName
{
color: #7B3CF4;
}
.AnyTagClassName
{
color: #7B3CF4;
}
</style>
background-color css
<style>
a { background-color: #7B3CF4; }
a { background-color: rgb(123,60,244); }
div.DivClassName
{
background-color: #7B3CF4;
}
.BgClassName
{
background-color: #7B3CF4;
}
</style>
border-color css
<style>
span { border-color: #7B3CF4; }
span { border-color: rgb(123,60,244); }
td.TdClassName
{
border-color: #7B3CF4;
}
.TagClassName
{
border-color: #7B3CF4;
}
</style>