Shades of Blue Violet #7A2EFC
Tints of Blue Violet #7A2EFC
RGB
CMYK
RGB Variations
Color information
#7A2EFC (or 0x7A2EFC) is known color: Blue Violet. HEX triplet: 7A, 2E and FC. RGB value is (122,46,252). Sum of RGB (Red+Green+Blue) = 122+46+252=420 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.05% from 420); Green value is 46 (18.36% from 255 or 10.95% from 420); Blue value is 252 (98.83% from 255 or 60% from 420); Max value from RGB is 252 - color contains mainly: blue. Hex color #7A2EFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7A2EFC is #85D103. Grayscale: #5B5B5B. Windows color (decimal): -8769796 or 16526970. OLE color: 16526970.
HSL color Cylindrical-coordinate representation of color #7A2EFC: hue angle of 262.14º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7A2EFC is Cyan = 0.52, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 122 | 46 | 252 | - |
| CMYK | 0.52 | 0.82 | 0 | 0.01 |
| HSL | 262.14º | 0.97% | 0.58% | - |
| HSV(B) | 262.14º | 0.82% | 0.99% | - |
| XYZ | 26.57 | 13.12 | 93.23 | - |
| YUV | 92.21 | 218.18 | 149.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 46 | 252 | 0.52 | 0.82 | 0 | 0.01 | 262.14 | 0.97 | 0.58 |
| Hex | 7A | 2E | FC | 34 | 52 | 0 | 1 | 106 | 61 | 3A |
| Octal | 172 | 56 | 374 | 64 | 122 | 0 | 1 | 406 | 141 | 72 |
| Binary | 1111010 | 101110 | 11111100 | 110100 | 1010010 | 0 | 1 | 100000110 | 1100001 | 111010 |
Color Harmonies of #7A2EFC
Complementary color
Monochromatic Colors of #7A2EFC
Black with #7A2EFC
Text Example
Text Example
White with #7A2EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A2EFC; }
p { color: rgb(122,46,252); }
H1.HeaderClassName
{
color: #7A2EFC;
}
.AnyTagClassName
{
color: #7A2EFC;
}
</style>
background-color css
<style>
a { background-color: #7A2EFC; }
a { background-color: rgb(122,46,252); }
div.DivClassName
{
background-color: #7A2EFC;
}
.BgClassName
{
background-color: #7A2EFC;
}
</style>
border-color css
<style>
span { border-color: #7A2EFC; }
span { border-color: rgb(122,46,252); }
td.TdClassName
{
border-color: #7A2EFC;
}
.TagClassName
{
border-color: #7A2EFC;
}
</style>