Shades of Blue Violet #7940FA
Tints of Blue Violet #7940FA
RGB
CMYK
RGB Variations
Color information
#7940FA (or 0x7940FA) is known color: Blue Violet. HEX triplet: 79, 40 and FA. RGB value is (121,64,250). Sum of RGB (Red+Green+Blue) = 121+64+250=435 (57% of max value = 765). Red value is 121 (47.66% from 255 or 27.82% from 435); Green value is 64 (25.39% from 255 or 14.71% from 435); Blue value is 250 (98.05% from 255 or 57.47% from 435); Max value from RGB is 250 - color contains mainly: blue. Hex color #7940FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7940FA is #86BF05. Grayscale: #656565. Windows color (decimal): -8830726 or 16400505. OLE color: 16400505.
HSL color Cylindrical-coordinate representation of color #7940FA: hue angle of 258.39º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7940FA is Cyan = 0.52, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 121 | 64 | 250 | - |
| CMYK | 0.52 | 0.74 | 0 | 0.02 |
| HSL | 258.39º | 0.95% | 0.62% | - |
| HSV(B) | 258.39º | 0.74% | 0.98% | - |
| XYZ | 26.97 | 14.63 | 91.85 | - |
| YUV | 102.25 | 211.38 | 141.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 64 | 250 | 0.52 | 0.74 | 0 | 0.02 | 258.39 | 0.95 | 0.62 |
| Hex | 79 | 40 | FA | 34 | 4A | 0 | 2 | 102 | 5F | 3E |
| Octal | 171 | 100 | 372 | 64 | 112 | 0 | 2 | 402 | 137 | 76 |
| Binary | 1111001 | 1000000 | 11111010 | 110100 | 1001010 | 0 | 10 | 100000010 | 1011111 | 111110 |
Color Harmonies of #7940FA
Complementary color
Monochromatic Colors of #7940FA
Black with #7940FA
Text Example
Text Example
White with #7940FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7940FA; }
p { color: rgb(121,64,250); }
H1.HeaderClassName
{
color: #7940FA;
}
.AnyTagClassName
{
color: #7940FA;
}
</style>
background-color css
<style>
a { background-color: #7940FA; }
a { background-color: rgb(121,64,250); }
div.DivClassName
{
background-color: #7940FA;
}
.BgClassName
{
background-color: #7940FA;
}
</style>
border-color css
<style>
span { border-color: #7940FA; }
span { border-color: rgb(121,64,250); }
td.TdClassName
{
border-color: #7940FA;
}
.TagClassName
{
border-color: #7940FA;
}
</style>