Shades of Blue Violet #7A2EEC
Tints of Blue Violet #7A2EEC
RGB
CMYK
RGB Variations
Color information
#7A2EEC (or 0x7A2EEC) is known color: Blue Violet. HEX triplet: 7A, 2E and EC. RGB value is (122,46,236). Sum of RGB (Red+Green+Blue) = 122+46+236=404 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.20% from 404); Green value is 46 (18.36% from 255 or 11.39% from 404); Blue value is 236 (92.58% from 255 or 58.42% from 404); Max value from RGB is 236 - color contains mainly: blue. Hex color #7A2EEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7A2EEC is #85D113. Grayscale: #595959. Windows color (decimal): -8769812 or 15478394. OLE color: 15478394.
HSL color Cylindrical-coordinate representation of color #7A2EEC: hue angle of 264º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7A2EEC is Cyan = 0.48, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 122 | 46 | 236 | - |
| CMYK | 0.48 | 0.81 | 0 | 0.07 |
| HSL | 264º | 0.83% | 0.55% | - |
| HSV(B) | 264º | 0.81% | 0.93% | - |
| XYZ | 24.14 | 12.15 | 80.43 | - |
| YUV | 90.38 | 210.18 | 150.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 46 | 236 | 0.48 | 0.81 | 0 | 0.07 | 264 | 0.83 | 0.55 |
| Hex | 7A | 2E | EC | 30 | 51 | 0 | 7 | 108 | 53 | 37 |
| Octal | 172 | 56 | 354 | 60 | 121 | 0 | 7 | 410 | 123 | 67 |
| Binary | 1111010 | 101110 | 11101100 | 110000 | 1010001 | 0 | 111 | 100001000 | 1010011 | 110111 |
Color Harmonies of #7A2EEC
Complementary color
Monochromatic Colors of #7A2EEC
Black with #7A2EEC
Text Example
Text Example
White with #7A2EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A2EEC; }
p { color: rgb(122,46,236); }
H1.HeaderClassName
{
color: #7A2EEC;
}
.AnyTagClassName
{
color: #7A2EEC;
}
</style>
background-color css
<style>
a { background-color: #7A2EEC; }
a { background-color: rgb(122,46,236); }
div.DivClassName
{
background-color: #7A2EEC;
}
.BgClassName
{
background-color: #7A2EEC;
}
</style>
border-color css
<style>
span { border-color: #7A2EEC; }
span { border-color: rgb(122,46,236); }
td.TdClassName
{
border-color: #7A2EEC;
}
.TagClassName
{
border-color: #7A2EEC;
}
</style>