Shades of Blue Violet #7A2EFA
Tints of Blue Violet #7A2EFA
RGB
CMYK
RGB Variations
Color information
#7A2EFA (or 0x7A2EFA) is known color: Blue Violet. HEX triplet: 7A, 2E and FA. RGB value is (122,46,250). Sum of RGB (Red+Green+Blue) = 122+46+250=418 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.19% from 418); Green value is 46 (18.36% from 255 or 11.00% from 418); Blue value is 250 (98.05% from 255 or 59.81% from 418); Max value from RGB is 250 - color contains mainly: blue. Hex color #7A2EFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7A2EFA is #85D105. Grayscale: #5B5B5B. Windows color (decimal): -8769798 or 16395898. OLE color: 16395898.
HSL color Cylindrical-coordinate representation of color #7A2EFA: hue angle of 262.35º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7A2EFA is Cyan = 0.51, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 122 | 46 | 250 | - |
| CMYK | 0.51 | 0.82 | 0 | 0.02 |
| HSL | 262.35º | 0.95% | 0.58% | - |
| HSV(B) | 262.35º | 0.82% | 0.98% | - |
| XYZ | 26.26 | 12.99 | 91.57 | - |
| YUV | 91.98 | 217.18 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 46 | 250 | 0.51 | 0.82 | 0 | 0.02 | 262.35 | 0.95 | 0.58 |
| Hex | 7A | 2E | FA | 33 | 52 | 0 | 2 | 106 | 5F | 3A |
| Octal | 172 | 56 | 372 | 63 | 122 | 0 | 2 | 406 | 137 | 72 |
| Binary | 1111010 | 101110 | 11111010 | 110011 | 1010010 | 0 | 10 | 100000110 | 1011111 | 111010 |
Color Harmonies of #7A2EFA
Complementary color
Monochromatic Colors of #7A2EFA
Black with #7A2EFA
Text Example
Text Example
White with #7A2EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A2EFA; }
p { color: rgb(122,46,250); }
H1.HeaderClassName
{
color: #7A2EFA;
}
.AnyTagClassName
{
color: #7A2EFA;
}
</style>
background-color css
<style>
a { background-color: #7A2EFA; }
a { background-color: rgb(122,46,250); }
div.DivClassName
{
background-color: #7A2EFA;
}
.BgClassName
{
background-color: #7A2EFA;
}
</style>
border-color css
<style>
span { border-color: #7A2EFA; }
span { border-color: rgb(122,46,250); }
td.TdClassName
{
border-color: #7A2EFA;
}
.TagClassName
{
border-color: #7A2EFA;
}
</style>