Shades of Blue Violet #792DFB
Tints of Blue Violet #792DFB
RGB
CMYK
RGB Variations
Color information
#792DFB (or 0x792DFB) is known color: Blue Violet. HEX triplet: 79, 2D and FB. RGB value is (121,45,251). Sum of RGB (Red+Green+Blue) = 121+45+251=417 (55% of max value = 765). Red value is 121 (47.66% from 255 or 29.02% from 417); Green value is 45 (17.97% from 255 or 10.79% from 417); Blue value is 251 (98.44% from 255 or 60.19% from 417); Max value from RGB is 251 - color contains mainly: blue. Hex color #792DFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #792DFB is #86D204. Grayscale: #5A5A5A. Windows color (decimal): -8835589 or 16461177. OLE color: 16461177.
HSL color Cylindrical-coordinate representation of color #792DFB: hue angle of 262.14º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #792DFB is Cyan = 0.52, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 121 | 45 | 251 | - |
| CMYK | 0.52 | 0.82 | 0 | 0.02 |
| HSL | 262.14º | 0.96% | 0.58% | - |
| HSV(B) | 262.14º | 0.82% | 0.98% | - |
| XYZ | 26.24 | 12.91 | 92.38 | - |
| YUV | 91.21 | 218.18 | 149.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 45 | 251 | 0.52 | 0.82 | 0 | 0.02 | 262.14 | 0.96 | 0.58 |
| Hex | 79 | 2D | FB | 34 | 52 | 0 | 2 | 106 | 60 | 3A |
| Octal | 171 | 55 | 373 | 64 | 122 | 0 | 2 | 406 | 140 | 72 |
| Binary | 1111001 | 101101 | 11111011 | 110100 | 1010010 | 0 | 10 | 100000110 | 1100000 | 111010 |
Color Harmonies of #792DFB
Complementary color
Monochromatic Colors of #792DFB
Black with #792DFB
Text Example
Text Example
White with #792DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792DFB; }
p { color: rgb(121,45,251); }
H1.HeaderClassName
{
color: #792DFB;
}
.AnyTagClassName
{
color: #792DFB;
}
</style>
background-color css
<style>
a { background-color: #792DFB; }
a { background-color: rgb(121,45,251); }
div.DivClassName
{
background-color: #792DFB;
}
.BgClassName
{
background-color: #792DFB;
}
</style>
border-color css
<style>
span { border-color: #792DFB; }
span { border-color: rgb(121,45,251); }
td.TdClassName
{
border-color: #792DFB;
}
.TagClassName
{
border-color: #792DFB;
}
</style>