Shades of Blue Violet #793AF1
Tints of Blue Violet #793AF1
RGB
CMYK
RGB Variations
Color information
#793AF1 (or 0x793AF1) is known color: Blue Violet. HEX triplet: 79, 3A and F1. RGB value is (121,58,241). Sum of RGB (Red+Green+Blue) = 121+58+241=420 (55% of max value = 765). Red value is 121 (47.66% from 255 or 28.81% from 420); Green value is 58 (23.05% from 255 or 13.81% from 420); Blue value is 241 (94.53% from 255 or 57.38% from 420); Max value from RGB is 241 - color contains mainly: blue. Hex color #793AF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #793AF1 is #86C50E. Grayscale: #616161. Windows color (decimal): -8832271 or 15809145. OLE color: 15809145.
HSL color Cylindrical-coordinate representation of color #793AF1: hue angle of 260.66º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #793AF1 is Cyan = 0.50, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 121 | 58 | 241 | - |
| CMYK | 0.50 | 0.76 | 0 | 0.05 |
| HSL | 260.66º | 0.87% | 0.59% | - |
| HSV(B) | 260.66º | 0.76% | 0.95% | - |
| XYZ | 25.28 | 13.44 | 84.48 | - |
| YUV | 97.7 | 208.87 | 144.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 58 | 241 | 0.50 | 0.76 | 0 | 0.05 | 260.66 | 0.87 | 0.59 |
| Hex | 79 | 3A | F1 | 32 | 4C | 0 | 5 | 105 | 57 | 3B |
| Octal | 171 | 72 | 361 | 62 | 114 | 0 | 5 | 405 | 127 | 73 |
| Binary | 1111001 | 111010 | 11110001 | 110010 | 1001100 | 0 | 101 | 100000101 | 1010111 | 111011 |
Color Harmonies of #793AF1
Complementary color
Monochromatic Colors of #793AF1
Black with #793AF1
Text Example
Text Example
White with #793AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #793AF1; }
p { color: rgb(121,58,241); }
H1.HeaderClassName
{
color: #793AF1;
}
.AnyTagClassName
{
color: #793AF1;
}
</style>
background-color css
<style>
a { background-color: #793AF1; }
a { background-color: rgb(121,58,241); }
div.DivClassName
{
background-color: #793AF1;
}
.BgClassName
{
background-color: #793AF1;
}
</style>
border-color css
<style>
span { border-color: #793AF1; }
span { border-color: rgb(121,58,241); }
td.TdClassName
{
border-color: #793AF1;
}
.TagClassName
{
border-color: #793AF1;
}
</style>