Shades of Blue Violet #7B40FC
Tints of Blue Violet #7B40FC
RGB
CMYK
RGB Variations
Color information
#7B40FC (or 0x7B40FC) is known color: Blue Violet. HEX triplet: 7B, 40 and FC. RGB value is (123,64,252). Sum of RGB (Red+Green+Blue) = 123+64+252=439 (58% of max value = 765). Red value is 123 (48.44% from 255 or 28.02% from 439); Green value is 64 (25.39% from 255 or 14.58% from 439); Blue value is 252 (98.83% from 255 or 57.40% from 439); Max value from RGB is 252 - color contains mainly: blue. Hex color #7B40FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7B40FC is #84BF03. Grayscale: #666666. Windows color (decimal): -8699652 or 16531579. OLE color: 16531579.
HSL color Cylindrical-coordinate representation of color #7B40FC: hue angle of 258.83º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7B40FC is Cyan = 0.51, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 123 | 64 | 252 | - |
| CMYK | 0.51 | 0.75 | 0 | 0.01 |
| HSL | 258.83º | 0.97% | 0.62% | - |
| HSV(B) | 258.83º | 0.75% | 0.99% | - |
| XYZ | 27.57 | 14.91 | 93.52 | - |
| YUV | 103.07 | 212.05 | 142.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 64 | 252 | 0.51 | 0.75 | 0 | 0.01 | 258.83 | 0.97 | 0.62 |
| Hex | 7B | 40 | FC | 33 | 4B | 0 | 1 | 103 | 61 | 3E |
| Octal | 173 | 100 | 374 | 63 | 113 | 0 | 1 | 403 | 141 | 76 |
| Binary | 1111011 | 1000000 | 11111100 | 110011 | 1001011 | 0 | 1 | 100000011 | 1100001 | 111110 |
Color Harmonies of #7B40FC
Complementary color
Monochromatic Colors of #7B40FC
Black with #7B40FC
Text Example
Text Example
White with #7B40FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B40FC; }
p { color: rgb(123,64,252); }
H1.HeaderClassName
{
color: #7B40FC;
}
.AnyTagClassName
{
color: #7B40FC;
}
</style>
background-color css
<style>
a { background-color: #7B40FC; }
a { background-color: rgb(123,64,252); }
div.DivClassName
{
background-color: #7B40FC;
}
.BgClassName
{
background-color: #7B40FC;
}
</style>
border-color css
<style>
span { border-color: #7B40FC; }
span { border-color: rgb(123,64,252); }
td.TdClassName
{
border-color: #7B40FC;
}
.TagClassName
{
border-color: #7B40FC;
}
</style>