Shades of Blue Violet #7A3EF9
Tints of Blue Violet #7A3EF9
RGB
CMYK
RGB Variations
Color information
#7A3EF9 (or 0x7A3EF9) is known color: Blue Violet. HEX triplet: 7A, 3E and F9. RGB value is (122,62,249). Sum of RGB (Red+Green+Blue) = 122+62+249=433 (57% of max value = 765). Red value is 122 (48.05% from 255 or 28.18% from 433); Green value is 62 (24.61% from 255 or 14.32% from 433); Blue value is 249 (97.66% from 255 or 57.51% from 433); Max value from RGB is 249 - color contains mainly: blue. Hex color #7A3EF9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7A3EF9 is #85C106. Grayscale: #646464. Windows color (decimal): -8765703 or 16334458. OLE color: 16334458.
HSL color Cylindrical-coordinate representation of color #7A3EF9: hue angle of 259.25º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7A3EF9 is Cyan = 0.51, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 122 | 62 | 249 | - |
| CMYK | 0.51 | 0.75 | 0 | 0.02 |
| HSL | 259.25º | 0.94% | 0.61% | - |
| HSV(B) | 259.25º | 0.75% | 0.98% | - |
| XYZ | 26.85 | 14.42 | 90.99 | - |
| YUV | 101.26 | 211.38 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 62 | 249 | 0.51 | 0.75 | 0 | 0.02 | 259.25 | 0.94 | 0.61 |
| Hex | 7A | 3E | F9 | 33 | 4B | 0 | 2 | 103 | 5E | 3D |
| Octal | 172 | 76 | 371 | 63 | 113 | 0 | 2 | 403 | 136 | 75 |
| Binary | 1111010 | 111110 | 11111001 | 110011 | 1001011 | 0 | 10 | 100000011 | 1011110 | 111101 |
Color Harmonies of #7A3EF9
Complementary color
Monochromatic Colors of #7A3EF9
Black with #7A3EF9
Text Example
Text Example
White with #7A3EF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3EF9; }
p { color: rgb(122,62,249); }
H1.HeaderClassName
{
color: #7A3EF9;
}
.AnyTagClassName
{
color: #7A3EF9;
}
</style>
background-color css
<style>
a { background-color: #7A3EF9; }
a { background-color: rgb(122,62,249); }
div.DivClassName
{
background-color: #7A3EF9;
}
.BgClassName
{
background-color: #7A3EF9;
}
</style>
border-color css
<style>
span { border-color: #7A3EF9; }
span { border-color: rgb(122,62,249); }
td.TdClassName
{
border-color: #7A3EF9;
}
.TagClassName
{
border-color: #7A3EF9;
}
</style>