Shades of Blue Violet #792FEC
Tints of Blue Violet #792FEC
RGB
CMYK
RGB Variations
Color information
#792FEC (or 0x792FEC) is known color: Blue Violet. HEX triplet: 79, 2F and EC. RGB value is (121,47,236). Sum of RGB (Red+Green+Blue) = 121+47+236=404 (53% of max value = 765). Red value is 121 (47.66% from 255 or 29.95% from 404); Green value is 47 (18.75% from 255 or 11.63% from 404); Blue value is 236 (92.58% from 255 or 58.42% from 404); Max value from RGB is 236 - color contains mainly: blue. Hex color #792FEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #792FEC is #86D013. Grayscale: #595959. Windows color (decimal): -8835092 or 15478649. OLE color: 15478649.
HSL color Cylindrical-coordinate representation of color #792FEC: hue angle of 263.49º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #792FEC is Cyan = 0.49, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 121 | 47 | 236 | - |
| CMYK | 0.49 | 0.80 | 0 | 0.07 |
| HSL | 263.49º | 0.83% | 0.55% | - |
| HSV(B) | 263.49º | 0.8% | 0.93% | - |
| XYZ | 24.04 | 12.15 | 80.44 | - |
| YUV | 90.67 | 210.02 | 149.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 47 | 236 | 0.49 | 0.80 | 0 | 0.07 | 263.49 | 0.83 | 0.55 |
| Hex | 79 | 2F | EC | 31 | 50 | 0 | 7 | 107 | 53 | 37 |
| Octal | 171 | 57 | 354 | 61 | 120 | 0 | 7 | 407 | 123 | 67 |
| Binary | 1111001 | 101111 | 11101100 | 110001 | 1010000 | 0 | 111 | 100000111 | 1010011 | 110111 |
Color Harmonies of #792FEC
Complementary color
Monochromatic Colors of #792FEC
Black with #792FEC
Text Example
Text Example
White with #792FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792FEC; }
p { color: rgb(121,47,236); }
H1.HeaderClassName
{
color: #792FEC;
}
.AnyTagClassName
{
color: #792FEC;
}
</style>
background-color css
<style>
a { background-color: #792FEC; }
a { background-color: rgb(121,47,236); }
div.DivClassName
{
background-color: #792FEC;
}
.BgClassName
{
background-color: #792FEC;
}
</style>
border-color css
<style>
span { border-color: #792FEC; }
span { border-color: rgb(121,47,236); }
td.TdClassName
{
border-color: #792FEC;
}
.TagClassName
{
border-color: #792FEC;
}
</style>