Shades of Blue Violet #792FEB
Tints of Blue Violet #792FEB
RGB
CMYK
RGB Variations
Color information
#792FEB (or 0x792FEB) is known color: Blue Violet. HEX triplet: 79, 2F and EB. RGB value is (121,47,235). Sum of RGB (Red+Green+Blue) = 121+47+235=403 (53% of max value = 765). Red value is 121 (47.66% from 255 or 30.02% from 403); Green value is 47 (18.75% from 255 or 11.66% from 403); Blue value is 235 (92.19% from 255 or 58.31% from 403); Max value from RGB is 235 - color contains mainly: blue. Hex color #792FEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #792FEB is #86D014. Grayscale: #595959. Windows color (decimal): -8835093 or 15413113. OLE color: 15413113.
HSL color Cylindrical-coordinate representation of color #792FEB: hue angle of 263.62º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #792FEB is Cyan = 0.49, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 121 | 47 | 235 | - |
| CMYK | 0.49 | 0.8 | 0 | 0.08 |
| HSL | 263.62º | 0.82% | 0.55% | - |
| HSV(B) | 263.62º | 0.8% | 0.92% | - |
| XYZ | 23.9 | 12.1 | 79.67 | - |
| YUV | 90.56 | 209.52 | 149.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 47 | 235 | 0.49 | 0.8 | 0 | 0.08 | 263.62 | 0.82 | 0.55 |
| Hex | 79 | 2F | EB | 31 | 50 | 0 | 8 | 108 | 52 | 37 |
| Octal | 171 | 57 | 353 | 61 | 120 | 0 | 10 | 410 | 122 | 67 |
| Binary | 1111001 | 101111 | 11101011 | 110001 | 1010000 | 0 | 1000 | 100001000 | 1010010 | 110111 |
Color Harmonies of #792FEB
Complementary color
Monochromatic Colors of #792FEB
Black with #792FEB
Text Example
Text Example
White with #792FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792FEB; }
p { color: rgb(121,47,235); }
H1.HeaderClassName
{
color: #792FEB;
}
.AnyTagClassName
{
color: #792FEB;
}
</style>
background-color css
<style>
a { background-color: #792FEB; }
a { background-color: rgb(121,47,235); }
div.DivClassName
{
background-color: #792FEB;
}
.BgClassName
{
background-color: #792FEB;
}
</style>
border-color css
<style>
span { border-color: #792FEB; }
span { border-color: rgb(121,47,235); }
td.TdClassName
{
border-color: #792FEB;
}
.TagClassName
{
border-color: #792FEB;
}
</style>