Shades of Blue Violet #793EFF
Tints of Blue Violet #793EFF
RGB
CMYK
RGB Variations
Color information
#793EFF (or 0x793EFF) is known color: Blue Violet. HEX triplet: 79, 3E and FF. RGB value is (121,62,255). Sum of RGB (Red+Green+Blue) = 121+62+255=438 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.63% from 438); Green value is 62 (24.61% from 255 or 14.16% from 438); Blue value is 255 (100% from 255 or 58.22% from 438); Max value from RGB is 255 - color contains mainly: blue. Hex color #793EFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #793EFF is #86C100. Grayscale: #646464. Windows color (decimal): -8831233 or 16727673. OLE color: 16727673.
HSL color Cylindrical-coordinate representation of color #793EFF: hue angle of 258.34º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #793EFF is Cyan = 0.53, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 121 | 62 | 255 | - |
| CMYK | 0.53 | 0.76 | 0 | 0 |
| HSL | 258.34º | 1% | 0.62% | - |
| HSV(B) | 258.34º | 0.76% | 1% | - |
| XYZ | 27.66 | 14.73 | 95.99 | - |
| YUV | 101.64 | 214.55 | 141.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 62 | 255 | 0.53 | 0.76 | 0 | 0 | 258.34 | 1 | 0.62 |
| Hex | 79 | 3E | FF | 35 | 4C | 0 | 0 | 102 | 64 | 3E |
| Octal | 171 | 76 | 377 | 65 | 114 | 0 | 0 | 402 | 144 | 76 |
| Binary | 1111001 | 111110 | 11111111 | 110101 | 1001100 | 0 | 0 | 100000010 | 1100100 | 111110 |
Color Harmonies of #793EFF
Complementary color
Monochromatic Colors of #793EFF
Black with #793EFF
Text Example
Text Example
White with #793EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #793EFF; }
p { color: rgb(121,62,255); }
H1.HeaderClassName
{
color: #793EFF;
}
.AnyTagClassName
{
color: #793EFF;
}
</style>
background-color css
<style>
a { background-color: #793EFF; }
a { background-color: rgb(121,62,255); }
div.DivClassName
{
background-color: #793EFF;
}
.BgClassName
{
background-color: #793EFF;
}
</style>
border-color css
<style>
span { border-color: #793EFF; }
span { border-color: rgb(121,62,255); }
td.TdClassName
{
border-color: #793EFF;
}
.TagClassName
{
border-color: #793EFF;
}
</style>