Shades of Blue Violet #7A2EFD
Tints of Blue Violet #7A2EFD
RGB
CMYK
RGB Variations
Color information
#7A2EFD (or 0x7A2EFD) is known color: Blue Violet. HEX triplet: 7A, 2E and FD. RGB value is (122,46,253). Sum of RGB (Red+Green+Blue) = 122+46+253=421 (55% of max value = 765). Red value is 122 (48.05% from 255 or 28.98% from 421); Green value is 46 (18.36% from 255 or 10.93% from 421); Blue value is 253 (99.22% from 255 or 60.10% from 421); Max value from RGB is 253 - color contains mainly: blue. Hex color #7A2EFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7A2EFD is #85D102. Grayscale: #5B5B5B. Windows color (decimal): -8769795 or 16592506. OLE color: 16592506.
HSL color Cylindrical-coordinate representation of color #7A2EFD: hue angle of 262.03º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7A2EFD is Cyan = 0.52, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 122 | 46 | 253 | - |
| CMYK | 0.52 | 0.82 | 0 | 0.01 |
| HSL | 262.03º | 0.98% | 0.59% | - |
| HSV(B) | 262.03º | 0.82% | 0.99% | - |
| XYZ | 26.73 | 13.18 | 94.06 | - |
| YUV | 92.32 | 218.68 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 46 | 253 | 0.52 | 0.82 | 0 | 0.01 | 262.03 | 0.98 | 0.59 |
| Hex | 7A | 2E | FD | 34 | 52 | 0 | 1 | 106 | 62 | 3B |
| Octal | 172 | 56 | 375 | 64 | 122 | 0 | 1 | 406 | 142 | 73 |
| Binary | 1111010 | 101110 | 11111101 | 110100 | 1010010 | 0 | 1 | 100000110 | 1100010 | 111011 |
Color Harmonies of #7A2EFD
Complementary color
Monochromatic Colors of #7A2EFD
Black with #7A2EFD
Text Example
Text Example
White with #7A2EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A2EFD; }
p { color: rgb(122,46,253); }
H1.HeaderClassName
{
color: #7A2EFD;
}
.AnyTagClassName
{
color: #7A2EFD;
}
</style>
background-color css
<style>
a { background-color: #7A2EFD; }
a { background-color: rgb(122,46,253); }
div.DivClassName
{
background-color: #7A2EFD;
}
.BgClassName
{
background-color: #7A2EFD;
}
</style>
border-color css
<style>
span { border-color: #7A2EFD; }
span { border-color: rgb(122,46,253); }
td.TdClassName
{
border-color: #7A2EFD;
}
.TagClassName
{
border-color: #7A2EFD;
}
</style>