Shades of Blue Violet #792DF5
Tints of Blue Violet #792DF5
RGB
CMYK
RGB Variations
Color information
#792DF5 (or 0x792DF5) is known color: Blue Violet. HEX triplet: 79, 2D and F5. RGB value is (121,45,245). Sum of RGB (Red+Green+Blue) = 121+45+245=411 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.44% from 411); Green value is 45 (17.97% from 255 or 10.95% from 411); Blue value is 245 (96.09% from 255 or 59.61% from 411); Max value from RGB is 245 - color contains mainly: blue. Hex color #792DF5 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #792DF5 is #86D20A. Grayscale: #595959. Windows color (decimal): -8835595 or 16067961. OLE color: 16067961.
HSL color Cylindrical-coordinate representation of color #792DF5: hue angle of 262.8º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #792DF5 is Cyan = 0.51, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 121 | 45 | 245 | - |
| CMYK | 0.51 | 0.82 | 0 | 0.04 |
| HSL | 262.8º | 0.91% | 0.57% | - |
| HSV(B) | 262.8º | 0.82% | 0.96% | - |
| XYZ | 25.3 | 12.53 | 87.47 | - |
| YUV | 90.52 | 215.18 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 45 | 245 | 0.51 | 0.82 | 0 | 0.04 | 262.8 | 0.91 | 0.57 |
| Hex | 79 | 2D | F5 | 33 | 52 | 0 | 4 | 107 | 5B | 39 |
| Octal | 171 | 55 | 365 | 63 | 122 | 0 | 4 | 407 | 133 | 71 |
| Binary | 1111001 | 101101 | 11110101 | 110011 | 1010010 | 0 | 100 | 100000111 | 1011011 | 111001 |
Color Harmonies of #792DF5
Complementary color
Monochromatic Colors of #792DF5
Black with #792DF5
Text Example
Text Example
White with #792DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792DF5; }
p { color: rgb(121,45,245); }
H1.HeaderClassName
{
color: #792DF5;
}
.AnyTagClassName
{
color: #792DF5;
}
</style>
background-color css
<style>
a { background-color: #792DF5; }
a { background-color: rgb(121,45,245); }
div.DivClassName
{
background-color: #792DF5;
}
.BgClassName
{
background-color: #792DF5;
}
</style>
border-color css
<style>
span { border-color: #792DF5; }
span { border-color: rgb(121,45,245); }
td.TdClassName
{
border-color: #792DF5;
}
.TagClassName
{
border-color: #792DF5;
}
</style>