Shades of Blue Violet #793FEC
Tints of Blue Violet #793FEC
RGB
CMYK
RGB Variations
Color information
#793FEC (or 0x793FEC) is known color: Blue Violet. HEX triplet: 79, 3F and EC. RGB value is (121,63,236). Sum of RGB (Red+Green+Blue) = 121+63+236=420 (55% of max value = 765). Red value is 121 (47.66% from 255 or 28.81% from 420); Green value is 63 (25% from 255 or 15% from 420); Blue value is 236 (92.58% from 255 or 56.19% from 420); Max value from RGB is 236 - color contains mainly: blue. Hex color #793FEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #793FEC is #86C013. Grayscale: #636363. Windows color (decimal): -8830996 or 15482745. OLE color: 15482745.
HSL color Cylindrical-coordinate representation of color #793FEC: hue angle of 260.12º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #793FEC is Cyan = 0.49, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 121 | 63 | 236 | - |
| CMYK | 0.49 | 0.73 | 0 | 0.07 |
| HSL | 260.12º | 0.82% | 0.59% | - |
| HSV(B) | 260.12º | 0.73% | 0.93% | - |
| XYZ | 24.8 | 13.68 | 80.69 | - |
| YUV | 100.06 | 204.72 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 63 | 236 | 0.49 | 0.73 | 0 | 0.07 | 260.12 | 0.82 | 0.59 |
| Hex | 79 | 3F | EC | 31 | 49 | 0 | 7 | 104 | 52 | 3B |
| Octal | 171 | 77 | 354 | 61 | 111 | 0 | 7 | 404 | 122 | 73 |
| Binary | 1111001 | 111111 | 11101100 | 110001 | 1001001 | 0 | 111 | 100000100 | 1010010 | 111011 |
Color Harmonies of #793FEC
Complementary color
Monochromatic Colors of #793FEC
Black with #793FEC
Text Example
Text Example
White with #793FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #793FEC; }
p { color: rgb(121,63,236); }
H1.HeaderClassName
{
color: #793FEC;
}
.AnyTagClassName
{
color: #793FEC;
}
</style>
background-color css
<style>
a { background-color: #793FEC; }
a { background-color: rgb(121,63,236); }
div.DivClassName
{
background-color: #793FEC;
}
.BgClassName
{
background-color: #793FEC;
}
</style>
border-color css
<style>
span { border-color: #793FEC; }
span { border-color: rgb(121,63,236); }
td.TdClassName
{
border-color: #793FEC;
}
.TagClassName
{
border-color: #793FEC;
}
</style>