Shades of Blue Violet #792EFF
Tints of Blue Violet #792EFF
RGB
CMYK
RGB Variations
Color information
#792EFF (or 0x792EFF) is known color: Blue Violet. HEX triplet: 79, 2E and FF. RGB value is (121,46,255). Sum of RGB (Red+Green+Blue) = 121+46+255=422 (55% of max value = 765). Red value is 121 (47.66% from 255 or 28.67% from 422); Green value is 46 (18.36% from 255 or 10.90% from 422); Blue value is 255 (100% from 255 or 60.43% from 422); Max value from RGB is 255 - color contains mainly: blue. Hex color #792EFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #792EFF is #86D100. Grayscale: #5B5B5B. Windows color (decimal): -8835329 or 16723577. OLE color: 16723577.
HSL color Cylindrical-coordinate representation of color #792EFF: hue angle of 261.53º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #792EFF is Cyan = 0.53, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 121 | 46 | 255 | - |
| CMYK | 0.53 | 0.82 | 0 | 0 |
| HSL | 261.53º | 1% | 0.59% | - |
| HSV(B) | 261.53º | 0.82% | 1% | - |
| XYZ | 26.91 | 13.24 | 95.74 | - |
| YUV | 92.25 | 219.85 | 148.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 46 | 255 | 0.53 | 0.82 | 0 | 0 | 261.53 | 1 | 0.59 |
| Hex | 79 | 2E | FF | 35 | 52 | 0 | 0 | 106 | 64 | 3B |
| Octal | 171 | 56 | 377 | 65 | 122 | 0 | 0 | 406 | 144 | 73 |
| Binary | 1111001 | 101110 | 11111111 | 110101 | 1010010 | 0 | 0 | 100000110 | 1100100 | 111011 |
Color Harmonies of #792EFF
Complementary color
Monochromatic Colors of #792EFF
Black with #792EFF
Text Example
Text Example
White with #792EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792EFF; }
p { color: rgb(121,46,255); }
H1.HeaderClassName
{
color: #792EFF;
}
.AnyTagClassName
{
color: #792EFF;
}
</style>
background-color css
<style>
a { background-color: #792EFF; }
a { background-color: rgb(121,46,255); }
div.DivClassName
{
background-color: #792EFF;
}
.BgClassName
{
background-color: #792EFF;
}
</style>
border-color css
<style>
span { border-color: #792EFF; }
span { border-color: rgb(121,46,255); }
td.TdClassName
{
border-color: #792EFF;
}
.TagClassName
{
border-color: #792EFF;
}
</style>