Shades of Blue Violet #793EFE
Tints of Blue Violet #793EFE
RGB
CMYK
RGB Variations
Color information
#793EFE (or 0x793EFE) is known color: Blue Violet. HEX triplet: 79, 3E and FE. RGB value is (121,62,254). Sum of RGB (Red+Green+Blue) = 121+62+254=437 (57% of max value = 765). Red value is 121 (47.66% from 255 or 27.69% from 437); Green value is 62 (24.61% from 255 or 14.19% from 437); Blue value is 254 (99.61% from 255 or 58.12% from 437); Max value from RGB is 254 - color contains mainly: blue. Hex color #793EFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #793EFE is #86C101. Grayscale: #646464. Windows color (decimal): -8831234 or 16662137. OLE color: 16662137.
HSL color Cylindrical-coordinate representation of color #793EFE: hue angle of 258.44º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #793EFE is Cyan = 0.52, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 121 | 62 | 254 | - |
| CMYK | 0.52 | 0.76 | 0 | 0.00 |
| HSL | 258.44º | 0.99% | 0.62% | - |
| HSV(B) | 258.44º | 0.76% | 1% | - |
| XYZ | 27.5 | 14.67 | 95.15 | - |
| YUV | 101.53 | 214.05 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 62 | 254 | 0.52 | 0.76 | 0 | 0.00 | 258.44 | 0.99 | 0.62 |
| Hex | 79 | 3E | FE | 34 | 4C | 0 | 0 | 102 | 63 | 3E |
| Octal | 171 | 76 | 376 | 64 | 114 | 0 | 0 | 402 | 143 | 76 |
| Binary | 1111001 | 111110 | 11111110 | 110100 | 1001100 | 0 | 0 | 100000010 | 1100011 | 111110 |
Color Harmonies of #793EFE
Complementary color
Monochromatic Colors of #793EFE
Black with #793EFE
Text Example
Text Example
White with #793EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #793EFE; }
p { color: rgb(121,62,254); }
H1.HeaderClassName
{
color: #793EFE;
}
.AnyTagClassName
{
color: #793EFE;
}
</style>
background-color css
<style>
a { background-color: #793EFE; }
a { background-color: rgb(121,62,254); }
div.DivClassName
{
background-color: #793EFE;
}
.BgClassName
{
background-color: #793EFE;
}
</style>
border-color css
<style>
span { border-color: #793EFE; }
span { border-color: rgb(121,62,254); }
td.TdClassName
{
border-color: #793EFE;
}
.TagClassName
{
border-color: #793EFE;
}
</style>