Shades of Blue Violet #7B40FE
Tints of Blue Violet #7B40FE
RGB
CMYK
RGB Variations
Color information
#7B40FE (or 0x7B40FE) is known color: Blue Violet. HEX triplet: 7B, 40 and FE. RGB value is (123,64,254). Sum of RGB (Red+Green+Blue) = 123+64+254=441 (58% of max value = 765). Red value is 123 (48.44% from 255 or 27.89% from 441); Green value is 64 (25.39% from 255 or 14.51% from 441); Blue value is 254 (99.61% from 255 or 57.60% from 441); Max value from RGB is 254 - color contains mainly: blue. Hex color #7B40FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7B40FE is #84BF01. Grayscale: #666666. Windows color (decimal): -8699650 or 16662651. OLE color: 16662651.
HSL color Cylindrical-coordinate representation of color #7B40FE: hue angle of 258.63º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7B40FE is Cyan = 0.52, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 123 | 64 | 254 | - |
| CMYK | 0.52 | 0.75 | 0 | 0.00 |
| HSL | 258.63º | 0.99% | 0.62% | - |
| HSV(B) | 258.63º | 0.75% | 1% | - |
| XYZ | 27.89 | 15.03 | 95.2 | - |
| YUV | 103.3 | 213.05 | 142.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 64 | 254 | 0.52 | 0.75 | 0 | 0.00 | 258.63 | 0.99 | 0.62 |
| Hex | 7B | 40 | FE | 34 | 4B | 0 | 0 | 103 | 63 | 3E |
| Octal | 173 | 100 | 376 | 64 | 113 | 0 | 0 | 403 | 143 | 76 |
| Binary | 1111011 | 1000000 | 11111110 | 110100 | 1001011 | 0 | 0 | 100000011 | 1100011 | 111110 |
Color Harmonies of #7B40FE
Complementary color
Monochromatic Colors of #7B40FE
Black with #7B40FE
Text Example
Text Example
White with #7B40FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B40FE; }
p { color: rgb(123,64,254); }
H1.HeaderClassName
{
color: #7B40FE;
}
.AnyTagClassName
{
color: #7B40FE;
}
</style>
background-color css
<style>
a { background-color: #7B40FE; }
a { background-color: rgb(123,64,254); }
div.DivClassName
{
background-color: #7B40FE;
}
.BgClassName
{
background-color: #7B40FE;
}
</style>
border-color css
<style>
span { border-color: #7B40FE; }
span { border-color: rgb(123,64,254); }
td.TdClassName
{
border-color: #7B40FE;
}
.TagClassName
{
border-color: #7B40FE;
}
</style>