Shades of Blue Violet #791DF6
Tints of Blue Violet #791DF6
RGB
CMYK
RGB Variations
Color information
#791DF6 (or 0x791DF6) is known color: Blue Violet. HEX triplet: 79, 1D and F6. RGB value is (121,29,246). Sum of RGB (Red+Green+Blue) = 121+29+246=396 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.56% from 396); Green value is 29 (11.72% from 255 or 7.32% from 396); Blue value is 246 (96.48% from 255 or 62.12% from 396); Max value from RGB is 246 - color contains mainly: blue. Hex color #791DF6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #791DF6 is #86E209. Grayscale: #505050. Windows color (decimal): -8839690 or 16129401. OLE color: 16129401.
HSL color Cylindrical-coordinate representation of color #791DF6: hue angle of 265.44º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #791DF6 is Cyan = 0.51, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 121 | 29 | 246 | - |
| CMYK | 0.51 | 0.88 | 0 | 0.04 |
| HSL | 265.44º | 0.92% | 0.54% | - |
| HSV(B) | 265.44º | 0.88% | 0.96% | - |
| XYZ | 24.96 | 11.6 | 88.11 | - |
| YUV | 81.25 | 220.98 | 156.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 29 | 246 | 0.51 | 0.88 | 0 | 0.04 | 265.44 | 0.92 | 0.54 |
| Hex | 79 | 1D | F6 | 33 | 58 | 0 | 4 | 109 | 5C | 36 |
| Octal | 171 | 35 | 366 | 63 | 130 | 0 | 4 | 411 | 134 | 66 |
| Binary | 1111001 | 11101 | 11110110 | 110011 | 1011000 | 0 | 100 | 100001001 | 1011100 | 110110 |
Color Harmonies of #791DF6
Complementary color
Monochromatic Colors of #791DF6
Black with #791DF6
Text Example
Text Example
White with #791DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #791DF6; }
p { color: rgb(121,29,246); }
H1.HeaderClassName
{
color: #791DF6;
}
.AnyTagClassName
{
color: #791DF6;
}
</style>
background-color css
<style>
a { background-color: #791DF6; }
a { background-color: rgb(121,29,246); }
div.DivClassName
{
background-color: #791DF6;
}
.BgClassName
{
background-color: #791DF6;
}
</style>
border-color css
<style>
span { border-color: #791DF6; }
span { border-color: rgb(121,29,246); }
td.TdClassName
{
border-color: #791DF6;
}
.TagClassName
{
border-color: #791DF6;
}
</style>