Shades of Blue Violet #7929FE
Tints of Blue Violet #7929FE
RGB
CMYK
RGB Variations
Color information
#7929FE (or 0x7929FE) is known color: Blue Violet. HEX triplet: 79, 29 and FE. RGB value is (121,41,254). Sum of RGB (Red+Green+Blue) = 121+41+254=416 (55% of max value = 765). Red value is 121 (47.66% from 255 or 29.09% from 416); Green value is 41 (16.41% from 255 or 9.86% from 416); Blue value is 254 (99.61% from 255 or 61.06% from 416); Max value from RGB is 254 - color contains mainly: blue. Hex color #7929FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7929FE is #86D601. Grayscale: #585858. Windows color (decimal): -8836610 or 16656761. OLE color: 16656761.
HSL color Cylindrical-coordinate representation of color #7929FE: hue angle of 262.54º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7929FE is Cyan = 0.52, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 121 | 41 | 254 | - |
| CMYK | 0.52 | 0.84 | 0 | 0.00 |
| HSL | 262.54º | 0.99% | 0.58% | - |
| HSV(B) | 262.54º | 0.84% | 1% | - |
| XYZ | 26.57 | 12.81 | 94.84 | - |
| YUV | 89.2 | 221 | 150.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 41 | 254 | 0.52 | 0.84 | 0 | 0.00 | 262.54 | 0.99 | 0.58 |
| Hex | 79 | 29 | FE | 34 | 54 | 0 | 0 | 107 | 63 | 3A |
| Octal | 171 | 51 | 376 | 64 | 124 | 0 | 0 | 407 | 143 | 72 |
| Binary | 1111001 | 101001 | 11111110 | 110100 | 1010100 | 0 | 0 | 100000111 | 1100011 | 111010 |
Color Harmonies of #7929FE
Complementary color
Monochromatic Colors of #7929FE
Black with #7929FE
Text Example
Text Example
White with #7929FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7929FE; }
p { color: rgb(121,41,254); }
H1.HeaderClassName
{
color: #7929FE;
}
.AnyTagClassName
{
color: #7929FE;
}
</style>
background-color css
<style>
a { background-color: #7929FE; }
a { background-color: rgb(121,41,254); }
div.DivClassName
{
background-color: #7929FE;
}
.BgClassName
{
background-color: #7929FE;
}
</style>
border-color css
<style>
span { border-color: #7929FE; }
span { border-color: rgb(121,41,254); }
td.TdClassName
{
border-color: #7929FE;
}
.TagClassName
{
border-color: #7929FE;
}
</style>