Shades of Blue Violet #7C2BFB
Tints of Blue Violet #7C2BFB
RGB
CMYK
RGB Variations
Color information
#7C2BFB (or 0x7C2BFB) is known color: Blue Violet. HEX triplet: 7C, 2B and FB. RGB value is (124,43,251). Sum of RGB (Red+Green+Blue) = 124+43+251=418 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.67% from 418); Green value is 43 (17.19% from 255 or 10.29% from 418); Blue value is 251 (98.44% from 255 or 60.05% from 418); Max value from RGB is 251 - color contains mainly: blue. Hex color #7C2BFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7C2BFB is #83D404. Grayscale: #5A5A5A. Windows color (decimal): -8639493 or 16460668. OLE color: 16460668.
HSL color Cylindrical-coordinate representation of color #7C2BFB: hue angle of 263.37º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7C2BFB is Cyan = 0.51, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 124 | 43 | 251 | - |
| CMYK | 0.51 | 0.83 | 0 | 0.02 |
| HSL | 263.37º | 0.96% | 0.58% | - |
| HSV(B) | 263.37º | 0.83% | 0.98% | - |
| XYZ | 26.59 | 12.98 | 92.37 | - |
| YUV | 90.93 | 218.34 | 151.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 43 | 251 | 0.51 | 0.83 | 0 | 0.02 | 263.37 | 0.96 | 0.58 |
| Hex | 7C | 2B | FB | 33 | 53 | 0 | 2 | 107 | 60 | 3A |
| Octal | 174 | 53 | 373 | 63 | 123 | 0 | 2 | 407 | 140 | 72 |
| Binary | 1111100 | 101011 | 11111011 | 110011 | 1010011 | 0 | 10 | 100000111 | 1100000 | 111010 |
Color Harmonies of #7C2BFB
Complementary color
Monochromatic Colors of #7C2BFB
Black with #7C2BFB
Text Example
Text Example
White with #7C2BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2BFB; }
p { color: rgb(124,43,251); }
H1.HeaderClassName
{
color: #7C2BFB;
}
.AnyTagClassName
{
color: #7C2BFB;
}
</style>
background-color css
<style>
a { background-color: #7C2BFB; }
a { background-color: rgb(124,43,251); }
div.DivClassName
{
background-color: #7C2BFB;
}
.BgClassName
{
background-color: #7C2BFB;
}
</style>
border-color css
<style>
span { border-color: #7C2BFB; }
span { border-color: rgb(124,43,251); }
td.TdClassName
{
border-color: #7C2BFB;
}
.TagClassName
{
border-color: #7C2BFB;
}
</style>