Shades of Blue Violet #7A2CEF
Tints of Blue Violet #7A2CEF
RGB
CMYK
RGB Variations
Color information
#7A2CEF (or 0x7A2CEF) is known color: Blue Violet. HEX triplet: 7A, 2C and EF. RGB value is (122,44,239). Sum of RGB (Red+Green+Blue) = 122+44+239=405 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.12% from 405); Green value is 44 (17.58% from 255 or 10.86% from 405); Blue value is 239 (93.75% from 255 or 59.01% from 405); Max value from RGB is 239 - color contains mainly: blue. Hex color #7A2CEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7A2CEF is #85D310. Grayscale: #585858. Windows color (decimal): -8770321 or 15674490. OLE color: 15674490.
HSL color Cylindrical-coordinate representation of color #7A2CEF: hue angle of 264º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7A2CEF is Cyan = 0.49, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 122 | 44 | 239 | - |
| CMYK | 0.49 | 0.82 | 0 | 0.06 |
| HSL | 264º | 0.86% | 0.55% | - |
| HSV(B) | 264º | 0.82% | 0.94% | - |
| XYZ | 24.51 | 12.17 | 82.72 | - |
| YUV | 89.55 | 212.34 | 151.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 44 | 239 | 0.49 | 0.82 | 0 | 0.06 | 264 | 0.86 | 0.55 |
| Hex | 7A | 2C | EF | 31 | 52 | 0 | 6 | 108 | 56 | 37 |
| Octal | 172 | 54 | 357 | 61 | 122 | 0 | 6 | 410 | 126 | 67 |
| Binary | 1111010 | 101100 | 11101111 | 110001 | 1010010 | 0 | 110 | 100001000 | 1010110 | 110111 |
Color Harmonies of #7A2CEF
Complementary color
Monochromatic Colors of #7A2CEF
Black with #7A2CEF
Text Example
Text Example
White with #7A2CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A2CEF; }
p { color: rgb(122,44,239); }
H1.HeaderClassName
{
color: #7A2CEF;
}
.AnyTagClassName
{
color: #7A2CEF;
}
</style>
background-color css
<style>
a { background-color: #7A2CEF; }
a { background-color: rgb(122,44,239); }
div.DivClassName
{
background-color: #7A2CEF;
}
.BgClassName
{
background-color: #7A2CEF;
}
</style>
border-color css
<style>
span { border-color: #7A2CEF; }
span { border-color: rgb(122,44,239); }
td.TdClassName
{
border-color: #7A2CEF;
}
.TagClassName
{
border-color: #7A2CEF;
}
</style>