Shades of Blue Violet #792CF4
Tints of Blue Violet #792CF4
RGB
CMYK
RGB Variations
Color information
#792CF4 (or 0x792CF4) is known color: Blue Violet. HEX triplet: 79, 2C and F4. RGB value is (121,44,244). Sum of RGB (Red+Green+Blue) = 121+44+244=409 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.58% from 409); Green value is 44 (17.58% from 255 or 10.76% from 409); Blue value is 244 (95.70% from 255 or 59.66% from 409); Max value from RGB is 244 - color contains mainly: blue. Hex color #792CF4 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #792CF4 is #86D30B. Grayscale: #595959. Windows color (decimal): -8835852 or 16002169. OLE color: 16002169.
HSL color Cylindrical-coordinate representation of color #792CF4: hue angle of 263.1º 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 #792CF4 is Cyan = 0.50, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 121 | 44 | 244 | - |
| CMYK | 0.50 | 0.82 | 0 | 0.04 |
| HSL | 263.1º | 0.9% | 0.56% | - |
| HSV(B) | 263.1º | 0.82% | 0.96% | - |
| XYZ | 25.11 | 12.4 | 86.66 | - |
| YUV | 89.82 | 215.01 | 150.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 44 | 244 | 0.50 | 0.82 | 0 | 0.04 | 263.1 | 0.9 | 0.56 |
| Hex | 79 | 2C | F4 | 32 | 52 | 0 | 4 | 107 | 5A | 38 |
| Octal | 171 | 54 | 364 | 62 | 122 | 0 | 4 | 407 | 132 | 70 |
| Binary | 1111001 | 101100 | 11110100 | 110010 | 1010010 | 0 | 100 | 100000111 | 1011010 | 111000 |
Color Harmonies of #792CF4
Complementary color
Monochromatic Colors of #792CF4
Black with #792CF4
Text Example
Text Example
White with #792CF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792CF4; }
p { color: rgb(121,44,244); }
H1.HeaderClassName
{
color: #792CF4;
}
.AnyTagClassName
{
color: #792CF4;
}
</style>
background-color css
<style>
a { background-color: #792CF4; }
a { background-color: rgb(121,44,244); }
div.DivClassName
{
background-color: #792CF4;
}
.BgClassName
{
background-color: #792CF4;
}
</style>
border-color css
<style>
span { border-color: #792CF4; }
span { border-color: rgb(121,44,244); }
td.TdClassName
{
border-color: #792CF4;
}
.TagClassName
{
border-color: #792CF4;
}
</style>