Shades of Blue Violet #793AF0
Tints of Blue Violet #793AF0
RGB
CMYK
RGB Variations
Color information
#793AF0 (or 0x793AF0) is known color: Blue Violet. HEX triplet: 79, 3A and F0. RGB value is (121,58,240). Sum of RGB (Red+Green+Blue) = 121+58+240=419 (55% of max value = 765). Red value is 121 (47.66% from 255 or 28.88% from 419); Green value is 58 (23.05% from 255 or 13.84% from 419); Blue value is 240 (94.14% from 255 or 57.28% from 419); Max value from RGB is 240 - color contains mainly: blue. Hex color #793AF0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #793AF0 is #86C50F. Grayscale: #606060. Windows color (decimal): -8832272 or 15743609. OLE color: 15743609.
HSL color Cylindrical-coordinate representation of color #793AF0: hue angle of 260.77º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #793AF0 is Cyan = 0.50, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 121 | 58 | 240 | - |
| CMYK | 0.50 | 0.76 | 0 | 0.06 |
| HSL | 260.77º | 0.86% | 0.58% | - |
| HSV(B) | 260.77º | 0.76% | 0.94% | - |
| XYZ | 25.13 | 13.38 | 83.7 | - |
| YUV | 97.59 | 208.37 | 144.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 58 | 240 | 0.50 | 0.76 | 0 | 0.06 | 260.77 | 0.86 | 0.58 |
| Hex | 79 | 3A | F0 | 32 | 4C | 0 | 6 | 105 | 56 | 3A |
| Octal | 171 | 72 | 360 | 62 | 114 | 0 | 6 | 405 | 126 | 72 |
| Binary | 1111001 | 111010 | 11110000 | 110010 | 1001100 | 0 | 110 | 100000101 | 1010110 | 111010 |
Color Harmonies of #793AF0
Complementary color
Monochromatic Colors of #793AF0
Black with #793AF0
Text Example
Text Example
White with #793AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #793AF0; }
p { color: rgb(121,58,240); }
H1.HeaderClassName
{
color: #793AF0;
}
.AnyTagClassName
{
color: #793AF0;
}
</style>
background-color css
<style>
a { background-color: #793AF0; }
a { background-color: rgb(121,58,240); }
div.DivClassName
{
background-color: #793AF0;
}
.BgClassName
{
background-color: #793AF0;
}
</style>
border-color css
<style>
span { border-color: #793AF0; }
span { border-color: rgb(121,58,240); }
td.TdClassName
{
border-color: #793AF0;
}
.TagClassName
{
border-color: #793AF0;
}
</style>