Shades of Blue Violet #793BFE
Tints of Blue Violet #793BFE
RGB
CMYK
RGB Variations
Color information
#793BFE (or 0x793BFE) is known color: Blue Violet. HEX triplet: 79, 3B and FE. RGB value is (121,59,254). Sum of RGB (Red+Green+Blue) = 121+59+254=434 (57% of max value = 765). Red value is 121 (47.66% from 255 or 27.88% from 434); Green value is 59 (23.44% from 255 or 13.59% from 434); Blue value is 254 (99.61% from 255 or 58.53% from 434); Max value from RGB is 254 - color contains mainly: blue. Hex color #793BFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #793BFE is #86C401. Grayscale: #636363. Windows color (decimal): -8832002 or 16661369. OLE color: 16661369.
HSL color Cylindrical-coordinate representation of color #793BFE: hue angle of 259.08º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #793BFE is Cyan = 0.52, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 121 | 59 | 254 | - |
| CMYK | 0.52 | 0.77 | 0 | 0.00 |
| HSL | 259.08º | 0.99% | 0.61% | - |
| HSV(B) | 259.08º | 0.77% | 1% | - |
| XYZ | 27.34 | 14.35 | 95.09 | - |
| YUV | 99.77 | 215.04 | 143.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 59 | 254 | 0.52 | 0.77 | 0 | 0.00 | 259.08 | 0.99 | 0.61 |
| Hex | 79 | 3B | FE | 34 | 4D | 0 | 0 | 103 | 63 | 3D |
| Octal | 171 | 73 | 376 | 64 | 115 | 0 | 0 | 403 | 143 | 75 |
| Binary | 1111001 | 111011 | 11111110 | 110100 | 1001101 | 0 | 0 | 100000011 | 1100011 | 111101 |
Color Harmonies of #793BFE
Complementary color
Monochromatic Colors of #793BFE
Black with #793BFE
Text Example
Text Example
White with #793BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #793BFE; }
p { color: rgb(121,59,254); }
H1.HeaderClassName
{
color: #793BFE;
}
.AnyTagClassName
{
color: #793BFE;
}
</style>
background-color css
<style>
a { background-color: #793BFE; }
a { background-color: rgb(121,59,254); }
div.DivClassName
{
background-color: #793BFE;
}
.BgClassName
{
background-color: #793BFE;
}
</style>
border-color css
<style>
span { border-color: #793BFE; }
span { border-color: rgb(121,59,254); }
td.TdClassName
{
border-color: #793BFE;
}
.TagClassName
{
border-color: #793BFE;
}
</style>