Shades of Blue Violet #791FEC
Tints of Blue Violet #791FEC
RGB
CMYK
RGB Variations
Color information
#791FEC (or 0x791FEC) is known color: Blue Violet. HEX triplet: 79, 1F and EC. RGB value is (121,31,236). Sum of RGB (Red+Green+Blue) = 121+31+236=388 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.19% from 388); Green value is 31 (12.5% from 255 or 7.99% from 388); Blue value is 236 (92.58% from 255 or 60.82% from 388); Max value from RGB is 236 - color contains mainly: blue. Hex color #791FEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #791FEC is #86E013. Grayscale: #505050. Windows color (decimal): -8839188 or 15474553. OLE color: 15474553.
HSL color Cylindrical-coordinate representation of color #791FEC: hue angle of 266.34º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #791FEC is Cyan = 0.49, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 121 | 31 | 236 | - |
| CMYK | 0.49 | 0.87 | 0 | 0.07 |
| HSL | 266.34º | 0.84% | 0.52% | - |
| HSV(B) | 266.34º | 0.87% | 0.93% | - |
| XYZ | 23.52 | 11.1 | 80.26 | - |
| YUV | 81.28 | 215.32 | 156.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 31 | 236 | 0.49 | 0.87 | 0 | 0.07 | 266.34 | 0.84 | 0.52 |
| Hex | 79 | 1F | EC | 31 | 57 | 0 | 7 | 10A | 54 | 34 |
| Octal | 171 | 37 | 354 | 61 | 127 | 0 | 7 | 412 | 124 | 64 |
| Binary | 1111001 | 11111 | 11101100 | 110001 | 1010111 | 0 | 111 | 100001010 | 1010100 | 110100 |
Color Harmonies of #791FEC
Complementary color
Monochromatic Colors of #791FEC
Black with #791FEC
Text Example
Text Example
White with #791FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #791FEC; }
p { color: rgb(121,31,236); }
H1.HeaderClassName
{
color: #791FEC;
}
.AnyTagClassName
{
color: #791FEC;
}
</style>
background-color css
<style>
a { background-color: #791FEC; }
a { background-color: rgb(121,31,236); }
div.DivClassName
{
background-color: #791FEC;
}
.BgClassName
{
background-color: #791FEC;
}
</style>
border-color css
<style>
span { border-color: #791FEC; }
span { border-color: rgb(121,31,236); }
td.TdClassName
{
border-color: #791FEC;
}
.TagClassName
{
border-color: #791FEC;
}
</style>