Shades of Blue Violet #791EFA
Tints of Blue Violet #791EFA
RGB
CMYK
RGB Variations
Color information
#791EFA (or 0x791EFA) is known color: Blue Violet. HEX triplet: 79, 1E and FA. RGB value is (121,30,250). Sum of RGB (Red+Green+Blue) = 121+30+250=401 (53% of max value = 765). Red value is 121 (47.66% from 255 or 30.17% from 401); Green value is 30 (12.11% from 255 or 7.48% from 401); Blue value is 250 (98.05% from 255 or 62.34% from 401); Max value from RGB is 250 - color contains mainly: blue. Hex color #791EFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #791EFA is #86E105. Grayscale: #515151. Windows color (decimal): -8839430 or 16391801. OLE color: 16391801.
HSL color Cylindrical-coordinate representation of color #791EFA: hue angle of 264.82º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #791EFA is Cyan = 0.52, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 121 | 30 | 250 | - |
| CMYK | 0.52 | 0.88 | 0 | 0.02 |
| HSL | 264.82º | 0.96% | 0.55% | - |
| HSV(B) | 264.82º | 0.88% | 0.98% | - |
| XYZ | 25.6 | 11.9 | 91.39 | - |
| YUV | 82.29 | 222.65 | 155.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 30 | 250 | 0.52 | 0.88 | 0 | 0.02 | 264.82 | 0.96 | 0.55 |
| Hex | 79 | 1E | FA | 34 | 58 | 0 | 2 | 109 | 60 | 37 |
| Octal | 171 | 36 | 372 | 64 | 130 | 0 | 2 | 411 | 140 | 67 |
| Binary | 1111001 | 11110 | 11111010 | 110100 | 1011000 | 0 | 10 | 100001001 | 1100000 | 110111 |
Color Harmonies of #791EFA
Complementary color
Monochromatic Colors of #791EFA
Black with #791EFA
Text Example
Text Example
White with #791EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #791EFA; }
p { color: rgb(121,30,250); }
H1.HeaderClassName
{
color: #791EFA;
}
.AnyTagClassName
{
color: #791EFA;
}
</style>
background-color css
<style>
a { background-color: #791EFA; }
a { background-color: rgb(121,30,250); }
div.DivClassName
{
background-color: #791EFA;
}
.BgClassName
{
background-color: #791EFA;
}
</style>
border-color css
<style>
span { border-color: #791EFA; }
span { border-color: rgb(121,30,250); }
td.TdClassName
{
border-color: #791EFA;
}
.TagClassName
{
border-color: #791EFA;
}
</style>