Shades of Blue Violet #792FED
Tints of Blue Violet #792FED
RGB
CMYK
RGB Variations
Color information
#792FED (or 0x792FED) is known color: Blue Violet. HEX triplet: 79, 2F and ED. RGB value is (121,47,237). Sum of RGB (Red+Green+Blue) = 121+47+237=405 (53% of max value = 765). Red value is 121 (47.66% from 255 or 29.88% from 405); Green value is 47 (18.75% from 255 or 11.60% from 405); Blue value is 237 (92.97% from 255 or 58.52% from 405); Max value from RGB is 237 - color contains mainly: blue. Hex color #792FED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #792FED is #86D012. Grayscale: #5A5A5A. Windows color (decimal): -8835091 or 15544185. OLE color: 15544185.
HSL color Cylindrical-coordinate representation of color #792FED: hue angle of 263.37º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #792FED is Cyan = 0.49, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 121 | 47 | 237 | - |
| CMYK | 0.49 | 0.80 | 0 | 0.07 |
| HSL | 263.37º | 0.84% | 0.56% | - |
| HSV(B) | 263.37º | 0.8% | 0.93% | - |
| XYZ | 24.19 | 12.21 | 81.2 | - |
| YUV | 90.79 | 210.52 | 149.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 47 | 237 | 0.49 | 0.80 | 0 | 0.07 | 263.37 | 0.84 | 0.56 |
| Hex | 79 | 2F | ED | 31 | 50 | 0 | 7 | 107 | 54 | 38 |
| Octal | 171 | 57 | 355 | 61 | 120 | 0 | 7 | 407 | 124 | 70 |
| Binary | 1111001 | 101111 | 11101101 | 110001 | 1010000 | 0 | 111 | 100000111 | 1010100 | 111000 |
Color Harmonies of #792FED
Complementary color
Monochromatic Colors of #792FED
Black with #792FED
Text Example
Text Example
White with #792FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792FED; }
p { color: rgb(121,47,237); }
H1.HeaderClassName
{
color: #792FED;
}
.AnyTagClassName
{
color: #792FED;
}
</style>
background-color css
<style>
a { background-color: #792FED; }
a { background-color: rgb(121,47,237); }
div.DivClassName
{
background-color: #792FED;
}
.BgClassName
{
background-color: #792FED;
}
</style>
border-color css
<style>
span { border-color: #792FED; }
span { border-color: rgb(121,47,237); }
td.TdClassName
{
border-color: #792FED;
}
.TagClassName
{
border-color: #792FED;
}
</style>