Shades of Blue Violet #7A40EB
Tints of Blue Violet #7A40EB
RGB
CMYK
RGB Variations
Color information
#7A40EB (or 0x7A40EB) is known color: Blue Violet. HEX triplet: 7A, 40 and EB. RGB value is (122,64,235). Sum of RGB (Red+Green+Blue) = 122+64+235=421 (55% of max value = 765). Red value is 122 (48.05% from 255 or 28.98% from 421); Green value is 64 (25.39% from 255 or 15.20% from 421); Blue value is 235 (92.19% from 255 or 55.82% from 421); Max value from RGB is 235 - color contains mainly: blue. Hex color #7A40EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7A40EB is #85BF14. Grayscale: #646464. Windows color (decimal): -8765205 or 15417466. OLE color: 15417466.
HSL color Cylindrical-coordinate representation of color #7A40EB: hue angle of 260.35º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7A40EB is Cyan = 0.48, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 122 | 64 | 235 | - |
| CMYK | 0.48 | 0.73 | 0 | 0.08 |
| HSL | 260.35º | 0.81% | 0.59% | - |
| HSV(B) | 260.35º | 0.73% | 0.92% | - |
| XYZ | 24.85 | 13.8 | 79.95 | - |
| YUV | 100.84 | 203.72 | 143.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 64 | 235 | 0.48 | 0.73 | 0 | 0.08 | 260.35 | 0.81 | 0.59 |
| Hex | 7A | 40 | EB | 30 | 49 | 0 | 8 | 104 | 51 | 3B |
| Octal | 172 | 100 | 353 | 60 | 111 | 0 | 10 | 404 | 121 | 73 |
| Binary | 1111010 | 1000000 | 11101011 | 110000 | 1001001 | 0 | 1000 | 100000100 | 1010001 | 111011 |
Color Harmonies of #7A40EB
Complementary color
Monochromatic Colors of #7A40EB
Black with #7A40EB
Text Example
Text Example
White with #7A40EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A40EB; }
p { color: rgb(122,64,235); }
H1.HeaderClassName
{
color: #7A40EB;
}
.AnyTagClassName
{
color: #7A40EB;
}
</style>
background-color css
<style>
a { background-color: #7A40EB; }
a { background-color: rgb(122,64,235); }
div.DivClassName
{
background-color: #7A40EB;
}
.BgClassName
{
background-color: #7A40EB;
}
</style>
border-color css
<style>
span { border-color: #7A40EB; }
span { border-color: rgb(122,64,235); }
td.TdClassName
{
border-color: #7A40EB;
}
.TagClassName
{
border-color: #7A40EB;
}
</style>