Shades of Blue Violet #7941FE
Tints of Blue Violet #7941FE
RGB
CMYK
RGB Variations
Color information
#7941FE (or 0x7941FE) is known color: Blue Violet. HEX triplet: 79, 41 and FE. RGB value is (121,65,254). Sum of RGB (Red+Green+Blue) = 121+65+254=440 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.5% from 440); Green value is 65 (25.78% from 255 or 14.77% from 440); Blue value is 254 (99.61% from 255 or 57.73% from 440); Max value from RGB is 254 - color contains mainly: blue. Hex color #7941FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7941FE is #86BE01. Grayscale: #666666. Windows color (decimal): -8830466 or 16662905. OLE color: 16662905.
HSL color Cylindrical-coordinate representation of color #7941FE: hue angle of 257.78º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7941FE is Cyan = 0.52, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 121 | 65 | 254 | - |
| CMYK | 0.52 | 0.74 | 0 | 0.00 |
| HSL | 257.78º | 0.99% | 0.63% | - |
| HSV(B) | 257.78º | 0.74% | 1% | - |
| XYZ | 27.66 | 15 | 95.2 | - |
| YUV | 103.29 | 213.05 | 140.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 65 | 254 | 0.52 | 0.74 | 0 | 0.00 | 257.78 | 0.99 | 0.63 |
| Hex | 79 | 41 | FE | 34 | 4A | 0 | 0 | 102 | 63 | 3F |
| Octal | 171 | 101 | 376 | 64 | 112 | 0 | 0 | 402 | 143 | 77 |
| Binary | 1111001 | 1000001 | 11111110 | 110100 | 1001010 | 0 | 0 | 100000010 | 1100011 | 111111 |
Color Harmonies of #7941FE
Complementary color
Monochromatic Colors of #7941FE
Black with #7941FE
Text Example
Text Example
White with #7941FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7941FE; }
p { color: rgb(121,65,254); }
H1.HeaderClassName
{
color: #7941FE;
}
.AnyTagClassName
{
color: #7941FE;
}
</style>
background-color css
<style>
a { background-color: #7941FE; }
a { background-color: rgb(121,65,254); }
div.DivClassName
{
background-color: #7941FE;
}
.BgClassName
{
background-color: #7941FE;
}
</style>
border-color css
<style>
span { border-color: #7941FE; }
span { border-color: rgb(121,65,254); }
td.TdClassName
{
border-color: #7941FE;
}
.TagClassName
{
border-color: #7941FE;
}
</style>