Shades of Blue Violet #7A1EFA
Tints of Blue Violet #7A1EFA
RGB
CMYK
RGB Variations
Color information
#7A1EFA (or 0x7A1EFA) is known color: Blue Violet. HEX triplet: 7A, 1E and FA. RGB value is (122,30,250). Sum of RGB (Red+Green+Blue) = 122+30+250=402 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.35% from 402); Green value is 30 (12.11% from 255 or 7.46% from 402); Blue value is 250 (98.05% from 255 or 62.19% from 402); Max value from RGB is 250 - color contains mainly: blue. Hex color #7A1EFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7A1EFA is #85E105. Grayscale: #515151. Windows color (decimal): -8773894 or 16391802. OLE color: 16391802.
HSL color Cylindrical-coordinate representation of color #7A1EFA: hue angle of 265.09º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7A1EFA is Cyan = 0.51, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 122 | 30 | 250 | - |
| CMYK | 0.51 | 0.88 | 0 | 0.02 |
| HSL | 265.09º | 0.96% | 0.55% | - |
| HSV(B) | 265.09º | 0.88% | 0.98% | - |
| XYZ | 25.75 | 11.97 | 91.4 | - |
| YUV | 82.59 | 222.48 | 156.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 30 | 250 | 0.51 | 0.88 | 0 | 0.02 | 265.09 | 0.96 | 0.55 |
| Hex | 7A | 1E | FA | 33 | 58 | 0 | 2 | 109 | 60 | 37 |
| Octal | 172 | 36 | 372 | 63 | 130 | 0 | 2 | 411 | 140 | 67 |
| Binary | 1111010 | 11110 | 11111010 | 110011 | 1011000 | 0 | 10 | 100001001 | 1100000 | 110111 |
Color Harmonies of #7A1EFA
Complementary color
Monochromatic Colors of #7A1EFA
Black with #7A1EFA
Text Example
Text Example
White with #7A1EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1EFA; }
p { color: rgb(122,30,250); }
H1.HeaderClassName
{
color: #7A1EFA;
}
.AnyTagClassName
{
color: #7A1EFA;
}
</style>
background-color css
<style>
a { background-color: #7A1EFA; }
a { background-color: rgb(122,30,250); }
div.DivClassName
{
background-color: #7A1EFA;
}
.BgClassName
{
background-color: #7A1EFA;
}
</style>
border-color css
<style>
span { border-color: #7A1EFA; }
span { border-color: rgb(122,30,250); }
td.TdClassName
{
border-color: #7A1EFA;
}
.TagClassName
{
border-color: #7A1EFA;
}
</style>