Shades of Blue Violet #793DFE
Tints of Blue Violet #793DFE
RGB
CMYK
RGB Variations
Color information
#793DFE (or 0x793DFE) is known color: Blue Violet. HEX triplet: 79, 3D and FE. RGB value is (121,61,254). Sum of RGB (Red+Green+Blue) = 121+61+254=436 (57% of max value = 765). Red value is 121 (47.66% from 255 or 27.75% from 436); Green value is 61 (24.22% from 255 or 13.99% from 436); Blue value is 254 (99.61% from 255 or 58.26% from 436); Max value from RGB is 254 - color contains mainly: blue. Hex color #793DFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #793DFE is #86C201. Grayscale: #646464. Windows color (decimal): -8831490 or 16661881. OLE color: 16661881.
HSL color Cylindrical-coordinate representation of color #793DFE: hue angle of 258.65º 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 #793DFE is Cyan = 0.52, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 121 | 61 | 254 | - |
| CMYK | 0.52 | 0.76 | 0 | 0.00 |
| HSL | 258.65º | 0.99% | 0.62% | - |
| HSV(B) | 258.65º | 0.76% | 1% | - |
| XYZ | 27.44 | 14.56 | 95.13 | - |
| YUV | 100.94 | 214.38 | 142.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 61 | 254 | 0.52 | 0.76 | 0 | 0.00 | 258.65 | 0.99 | 0.62 |
| Hex | 79 | 3D | FE | 34 | 4C | 0 | 0 | 103 | 63 | 3E |
| Octal | 171 | 75 | 376 | 64 | 114 | 0 | 0 | 403 | 143 | 76 |
| Binary | 1111001 | 111101 | 11111110 | 110100 | 1001100 | 0 | 0 | 100000011 | 1100011 | 111110 |
Color Harmonies of #793DFE
Complementary color
Monochromatic Colors of #793DFE
Black with #793DFE
Text Example
Text Example
White with #793DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #793DFE; }
p { color: rgb(121,61,254); }
H1.HeaderClassName
{
color: #793DFE;
}
.AnyTagClassName
{
color: #793DFE;
}
</style>
background-color css
<style>
a { background-color: #793DFE; }
a { background-color: rgb(121,61,254); }
div.DivClassName
{
background-color: #793DFE;
}
.BgClassName
{
background-color: #793DFE;
}
</style>
border-color css
<style>
span { border-color: #793DFE; }
span { border-color: rgb(121,61,254); }
td.TdClassName
{
border-color: #793DFE;
}
.TagClassName
{
border-color: #793DFE;
}
</style>