Shades of Blue Violet #792BF4
Tints of Blue Violet #792BF4
RGB
CMYK
RGB Variations
Color information
#792BF4 (or 0x792BF4) is known color: Blue Violet. HEX triplet: 79, 2B and F4. RGB value is (121,43,244). Sum of RGB (Red+Green+Blue) = 121+43+244=408 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.66% from 408); Green value is 43 (17.19% from 255 or 10.54% from 408); Blue value is 244 (95.70% from 255 or 59.80% from 408); Max value from RGB is 244 - color contains mainly: blue. Hex color #792BF4 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #792BF4 is #86D40B. Grayscale: #585858. Windows color (decimal): -8836108 or 16001913. OLE color: 16001913.
HSL color Cylindrical-coordinate representation of color #792BF4: hue angle of 263.28º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #792BF4 is Cyan = 0.50, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 121 | 43 | 244 | - |
| CMYK | 0.50 | 0.82 | 0 | 0.04 |
| HSL | 263.28º | 0.9% | 0.56% | - |
| HSV(B) | 263.28º | 0.82% | 0.96% | - |
| XYZ | 25.08 | 12.32 | 86.65 | - |
| YUV | 89.24 | 215.34 | 150.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 43 | 244 | 0.50 | 0.82 | 0 | 0.04 | 263.28 | 0.9 | 0.56 |
| Hex | 79 | 2B | F4 | 32 | 52 | 0 | 4 | 107 | 5A | 38 |
| Octal | 171 | 53 | 364 | 62 | 122 | 0 | 4 | 407 | 132 | 70 |
| Binary | 1111001 | 101011 | 11110100 | 110010 | 1010010 | 0 | 100 | 100000111 | 1011010 | 111000 |
Color Harmonies of #792BF4
Complementary color
Monochromatic Colors of #792BF4
Black with #792BF4
Text Example
Text Example
White with #792BF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792BF4; }
p { color: rgb(121,43,244); }
H1.HeaderClassName
{
color: #792BF4;
}
.AnyTagClassName
{
color: #792BF4;
}
</style>
background-color css
<style>
a { background-color: #792BF4; }
a { background-color: rgb(121,43,244); }
div.DivClassName
{
background-color: #792BF4;
}
.BgClassName
{
background-color: #792BF4;
}
</style>
border-color css
<style>
span { border-color: #792BF4; }
span { border-color: rgb(121,43,244); }
td.TdClassName
{
border-color: #792BF4;
}
.TagClassName
{
border-color: #792BF4;
}
</style>