Shades of Blue Violet #791EFC
Tints of Blue Violet #791EFC
RGB
CMYK
RGB Variations
Color information
#791EFC (or 0x791EFC) is known color: Blue Violet. HEX triplet: 79, 1E and FC. RGB value is (121,30,252). Sum of RGB (Red+Green+Blue) = 121+30+252=403 (53% of max value = 765). Red value is 121 (47.66% from 255 or 30.02% from 403); Green value is 30 (12.11% from 255 or 7.44% from 403); Blue value is 252 (98.83% from 255 or 62.53% from 403); Max value from RGB is 252 - color contains mainly: blue. Hex color #791EFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #791EFC is #86E103. Grayscale: #515151. Windows color (decimal): -8839428 or 16522873. OLE color: 16522873.
HSL color Cylindrical-coordinate representation of color #791EFC: hue angle of 264.59º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #791EFC is Cyan = 0.52, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 121 | 30 | 252 | - |
| CMYK | 0.52 | 0.88 | 0 | 0.01 |
| HSL | 264.59º | 0.97% | 0.55% | - |
| HSV(B) | 264.59º | 0.88% | 0.99% | - |
| XYZ | 25.92 | 12.02 | 93.05 | - |
| YUV | 82.52 | 223.65 | 155.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 30 | 252 | 0.52 | 0.88 | 0 | 0.01 | 264.59 | 0.97 | 0.55 |
| Hex | 79 | 1E | FC | 34 | 58 | 0 | 1 | 109 | 61 | 37 |
| Octal | 171 | 36 | 374 | 64 | 130 | 0 | 1 | 411 | 141 | 67 |
| Binary | 1111001 | 11110 | 11111100 | 110100 | 1011000 | 0 | 1 | 100001001 | 1100001 | 110111 |
Color Harmonies of #791EFC
Complementary color
Monochromatic Colors of #791EFC
Black with #791EFC
Text Example
Text Example
White with #791EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #791EFC; }
p { color: rgb(121,30,252); }
H1.HeaderClassName
{
color: #791EFC;
}
.AnyTagClassName
{
color: #791EFC;
}
</style>
background-color css
<style>
a { background-color: #791EFC; }
a { background-color: rgb(121,30,252); }
div.DivClassName
{
background-color: #791EFC;
}
.BgClassName
{
background-color: #791EFC;
}
</style>
border-color css
<style>
span { border-color: #791EFC; }
span { border-color: rgb(121,30,252); }
td.TdClassName
{
border-color: #791EFC;
}
.TagClassName
{
border-color: #791EFC;
}
</style>