Shades of Blue Violet #791FFB
Tints of Blue Violet #791FFB
RGB
CMYK
RGB Variations
Color information
#791FFB (or 0x791FFB) is known color: Blue Violet. HEX triplet: 79, 1F and FB. RGB value is (121,31,251). Sum of RGB (Red+Green+Blue) = 121+31+251=403 (53% of max value = 765). Red value is 121 (47.66% from 255 or 30.02% from 403); Green value is 31 (12.5% from 255 or 7.69% from 403); Blue value is 251 (98.44% from 255 or 62.28% from 403); Max value from RGB is 251 - color contains mainly: blue. Hex color #791FFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #791FFB is #86E004. Grayscale: #525252. Windows color (decimal): -8839173 or 16457593. OLE color: 16457593.
HSL color Cylindrical-coordinate representation of color #791FFB: hue angle of 264.55º degrees, saturation: 0.96, 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 #791FFB is Cyan = 0.52, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 121 | 31 | 251 | - |
| CMYK | 0.52 | 0.88 | 0 | 0.02 |
| HSL | 264.55º | 0.96% | 0.55% | - |
| HSV(B) | 264.55º | 0.88% | 0.98% | - |
| XYZ | 25.79 | 12.01 | 92.23 | - |
| YUV | 82.99 | 222.82 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 31 | 251 | 0.52 | 0.88 | 0 | 0.02 | 264.55 | 0.96 | 0.55 |
| Hex | 79 | 1F | FB | 34 | 58 | 0 | 2 | 109 | 60 | 37 |
| Octal | 171 | 37 | 373 | 64 | 130 | 0 | 2 | 411 | 140 | 67 |
| Binary | 1111001 | 11111 | 11111011 | 110100 | 1011000 | 0 | 10 | 100001001 | 1100000 | 110111 |
Color Harmonies of #791FFB
Complementary color
Monochromatic Colors of #791FFB
Black with #791FFB
Text Example
Text Example
White with #791FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #791FFB; }
p { color: rgb(121,31,251); }
H1.HeaderClassName
{
color: #791FFB;
}
.AnyTagClassName
{
color: #791FFB;
}
</style>
background-color css
<style>
a { background-color: #791FFB; }
a { background-color: rgb(121,31,251); }
div.DivClassName
{
background-color: #791FFB;
}
.BgClassName
{
background-color: #791FFB;
}
</style>
border-color css
<style>
span { border-color: #791FFB; }
span { border-color: rgb(121,31,251); }
td.TdClassName
{
border-color: #791FFB;
}
.TagClassName
{
border-color: #791FFB;
}
</style>