Shades of Blue Violet #791FF2
Tints of Blue Violet #791FF2
RGB
CMYK
RGB Variations
Color information
#791FF2 (or 0x791FF2) is known color: Blue Violet. HEX triplet: 79, 1F and F2. RGB value is (121,31,242). Sum of RGB (Red+Green+Blue) = 121+31+242=394 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.71% from 394); Green value is 31 (12.5% from 255 or 7.87% from 394); Blue value is 242 (94.92% from 255 or 61.42% from 394); Max value from RGB is 242 - color contains mainly: blue. Hex color #791FF2 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #791FF2 is #86E00D. Grayscale: #515151. Windows color (decimal): -8839182 or 15867769. OLE color: 15867769.
HSL color Cylindrical-coordinate representation of color #791FF2: hue angle of 265.59º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #791FF2 is Cyan = 0.50, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 121 | 31 | 242 | - |
| CMYK | 0.50 | 0.87 | 0 | 0.05 |
| HSL | 265.59º | 0.89% | 0.54% | - |
| HSV(B) | 265.59º | 0.87% | 0.95% | - |
| XYZ | 24.4 | 11.46 | 84.93 | - |
| YUV | 81.96 | 218.32 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 31 | 242 | 0.50 | 0.87 | 0 | 0.05 | 265.59 | 0.89 | 0.54 |
| Hex | 79 | 1F | F2 | 32 | 57 | 0 | 5 | 10A | 59 | 36 |
| Octal | 171 | 37 | 362 | 62 | 127 | 0 | 5 | 412 | 131 | 66 |
| Binary | 1111001 | 11111 | 11110010 | 110010 | 1010111 | 0 | 101 | 100001010 | 1011001 | 110110 |
Color Harmonies of #791FF2
Complementary color
Monochromatic Colors of #791FF2
Black with #791FF2
Text Example
Text Example
White with #791FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #791FF2; }
p { color: rgb(121,31,242); }
H1.HeaderClassName
{
color: #791FF2;
}
.AnyTagClassName
{
color: #791FF2;
}
</style>
background-color css
<style>
a { background-color: #791FF2; }
a { background-color: rgb(121,31,242); }
div.DivClassName
{
background-color: #791FF2;
}
.BgClassName
{
background-color: #791FF2;
}
</style>
border-color css
<style>
span { border-color: #791FF2; }
span { border-color: rgb(121,31,242); }
td.TdClassName
{
border-color: #791FF2;
}
.TagClassName
{
border-color: #791FF2;
}
</style>