Shades of Blue Violet #792EF0
Tints of Blue Violet #792EF0
RGB
CMYK
RGB Variations
Color information
#792EF0 (or 0x792EF0) is known color: Blue Violet. HEX triplet: 79, 2E and F0. RGB value is (121,46,240). Sum of RGB (Red+Green+Blue) = 121+46+240=407 (53% of max value = 765). Red value is 121 (47.66% from 255 or 29.73% from 407); Green value is 46 (18.36% from 255 or 11.30% from 407); Blue value is 240 (94.14% from 255 or 58.97% from 407); Max value from RGB is 240 - color contains mainly: blue. Hex color #792EF0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #792EF0 is #86D10F. Grayscale: #595959. Windows color (decimal): -8835344 or 15740537. OLE color: 15740537.
HSL color Cylindrical-coordinate representation of color #792EF0: hue angle of 263.2º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #792EF0 is Cyan = 0.50, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 121 | 46 | 240 | - |
| CMYK | 0.50 | 0.81 | 0 | 0.06 |
| HSL | 263.2º | 0.87% | 0.56% | - |
| HSV(B) | 263.2º | 0.81% | 0.94% | - |
| XYZ | 24.59 | 12.31 | 83.52 | - |
| YUV | 90.54 | 212.35 | 149.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 46 | 240 | 0.50 | 0.81 | 0 | 0.06 | 263.2 | 0.87 | 0.56 |
| Hex | 79 | 2E | F0 | 32 | 51 | 0 | 6 | 107 | 57 | 38 |
| Octal | 171 | 56 | 360 | 62 | 121 | 0 | 6 | 407 | 127 | 70 |
| Binary | 1111001 | 101110 | 11110000 | 110010 | 1010001 | 0 | 110 | 100000111 | 1010111 | 111000 |
Color Harmonies of #792EF0
Complementary color
Monochromatic Colors of #792EF0
Black with #792EF0
Text Example
Text Example
White with #792EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792EF0; }
p { color: rgb(121,46,240); }
H1.HeaderClassName
{
color: #792EF0;
}
.AnyTagClassName
{
color: #792EF0;
}
</style>
background-color css
<style>
a { background-color: #792EF0; }
a { background-color: rgb(121,46,240); }
div.DivClassName
{
background-color: #792EF0;
}
.BgClassName
{
background-color: #792EF0;
}
</style>
border-color css
<style>
span { border-color: #792EF0; }
span { border-color: rgb(121,46,240); }
td.TdClassName
{
border-color: #792EF0;
}
.TagClassName
{
border-color: #792EF0;
}
</style>