Shades of Blue Violet #791DFB
Tints of Blue Violet #791DFB
RGB
CMYK
RGB Variations
Color information
#791DFB (or 0x791DFB) is known color: Blue Violet. HEX triplet: 79, 1D and FB. RGB value is (121,29,251). Sum of RGB (Red+Green+Blue) = 121+29+251=401 (53% of max value = 765). Red value is 121 (47.66% from 255 or 30.17% from 401); Green value is 29 (11.72% from 255 or 7.23% from 401); Blue value is 251 (98.44% from 255 or 62.59% from 401); Max value from RGB is 251 - color contains mainly: blue. Hex color #791DFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #791DFB is #86E204. Grayscale: #515151. Windows color (decimal): -8839685 or 16457081. OLE color: 16457081.
HSL color Cylindrical-coordinate representation of color #791DFB: hue angle of 264.86º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #791DFB is Cyan = 0.52, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 121 | 29 | 251 | - |
| CMYK | 0.52 | 0.88 | 0 | 0.02 |
| HSL | 264.86º | 0.97% | 0.55% | - |
| HSV(B) | 264.86º | 0.88% | 0.98% | - |
| XYZ | 25.74 | 11.91 | 92.21 | - |
| YUV | 81.82 | 223.48 | 155.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 29 | 251 | 0.52 | 0.88 | 0 | 0.02 | 264.86 | 0.97 | 0.55 |
| Hex | 79 | 1D | FB | 34 | 58 | 0 | 2 | 109 | 61 | 37 |
| Octal | 171 | 35 | 373 | 64 | 130 | 0 | 2 | 411 | 141 | 67 |
| Binary | 1111001 | 11101 | 11111011 | 110100 | 1011000 | 0 | 10 | 100001001 | 1100001 | 110111 |
Color Harmonies of #791DFB
Complementary color
Monochromatic Colors of #791DFB
Black with #791DFB
Text Example
Text Example
White with #791DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #791DFB; }
p { color: rgb(121,29,251); }
H1.HeaderClassName
{
color: #791DFB;
}
.AnyTagClassName
{
color: #791DFB;
}
</style>
background-color css
<style>
a { background-color: #791DFB; }
a { background-color: rgb(121,29,251); }
div.DivClassName
{
background-color: #791DFB;
}
.BgClassName
{
background-color: #791DFB;
}
</style>
border-color css
<style>
span { border-color: #791DFB; }
span { border-color: rgb(121,29,251); }
td.TdClassName
{
border-color: #791DFB;
}
.TagClassName
{
border-color: #791DFB;
}
</style>