Shades of Blue Violet #792FF1
Tints of Blue Violet #792FF1
RGB
CMYK
RGB Variations
Color information
#792FF1 (or 0x792FF1) is known color: Blue Violet. HEX triplet: 79, 2F and F1. RGB value is (121,47,241). Sum of RGB (Red+Green+Blue) = 121+47+241=409 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.58% from 409); Green value is 47 (18.75% from 255 or 11.49% from 409); Blue value is 241 (94.53% from 255 or 58.92% from 409); Max value from RGB is 241 - color contains mainly: blue. Hex color #792FF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #792FF1 is #86D00E. Grayscale: #5A5A5A. Windows color (decimal): -8835087 or 15806329. OLE color: 15806329.
HSL color Cylindrical-coordinate representation of color #792FF1: hue angle of 262.89º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #792FF1 is Cyan = 0.50, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 121 | 47 | 241 | - |
| CMYK | 0.50 | 0.80 | 0 | 0.05 |
| HSL | 262.89º | 0.87% | 0.56% | - |
| HSV(B) | 262.89º | 0.8% | 0.95% | - |
| XYZ | 24.78 | 12.45 | 84.32 | - |
| YUV | 91.24 | 212.52 | 149.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 47 | 241 | 0.50 | 0.80 | 0 | 0.05 | 262.89 | 0.87 | 0.56 |
| Hex | 79 | 2F | F1 | 32 | 50 | 0 | 5 | 107 | 57 | 38 |
| Octal | 171 | 57 | 361 | 62 | 120 | 0 | 5 | 407 | 127 | 70 |
| Binary | 1111001 | 101111 | 11110001 | 110010 | 1010000 | 0 | 101 | 100000111 | 1010111 | 111000 |
Color Harmonies of #792FF1
Complementary color
Monochromatic Colors of #792FF1
Black with #792FF1
Text Example
Text Example
White with #792FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792FF1; }
p { color: rgb(121,47,241); }
H1.HeaderClassName
{
color: #792FF1;
}
.AnyTagClassName
{
color: #792FF1;
}
</style>
background-color css
<style>
a { background-color: #792FF1; }
a { background-color: rgb(121,47,241); }
div.DivClassName
{
background-color: #792FF1;
}
.BgClassName
{
background-color: #792FF1;
}
</style>
border-color css
<style>
span { border-color: #792FF1; }
span { border-color: rgb(121,47,241); }
td.TdClassName
{
border-color: #792FF1;
}
.TagClassName
{
border-color: #792FF1;
}
</style>