Shades of Blue Violet #792AFB
Tints of Blue Violet #792AFB
RGB
CMYK
RGB Variations
Color information
#792AFB (or 0x792AFB) is known color: Blue Violet. HEX triplet: 79, 2A and FB. RGB value is (121,42,251). Sum of RGB (Red+Green+Blue) = 121+42+251=414 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.23% from 414); Green value is 42 (16.80% from 255 or 10.14% from 414); Blue value is 251 (98.44% from 255 or 60.63% from 414); Max value from RGB is 251 - color contains mainly: blue. Hex color #792AFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #792AFB is #86D504. Grayscale: #585858. Windows color (decimal): -8836357 or 16460409. OLE color: 16460409.
HSL color Cylindrical-coordinate representation of color #792AFB: hue angle of 262.68º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #792AFB is Cyan = 0.52, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 121 | 42 | 251 | - |
| CMYK | 0.52 | 0.83 | 0 | 0.02 |
| HSL | 262.68º | 0.96% | 0.57% | - |
| HSV(B) | 262.68º | 0.83% | 0.98% | - |
| XYZ | 26.13 | 12.69 | 92.34 | - |
| YUV | 89.45 | 219.17 | 150.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 42 | 251 | 0.52 | 0.83 | 0 | 0.02 | 262.68 | 0.96 | 0.57 |
| Hex | 79 | 2A | FB | 34 | 53 | 0 | 2 | 107 | 60 | 39 |
| Octal | 171 | 52 | 373 | 64 | 123 | 0 | 2 | 407 | 140 | 71 |
| Binary | 1111001 | 101010 | 11111011 | 110100 | 1010011 | 0 | 10 | 100000111 | 1100000 | 111001 |
Color Harmonies of #792AFB
Complementary color
Monochromatic Colors of #792AFB
Black with #792AFB
Text Example
Text Example
White with #792AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792AFB; }
p { color: rgb(121,42,251); }
H1.HeaderClassName
{
color: #792AFB;
}
.AnyTagClassName
{
color: #792AFB;
}
</style>
background-color css
<style>
a { background-color: #792AFB; }
a { background-color: rgb(121,42,251); }
div.DivClassName
{
background-color: #792AFB;
}
.BgClassName
{
background-color: #792AFB;
}
</style>
border-color css
<style>
span { border-color: #792AFB; }
span { border-color: rgb(121,42,251); }
td.TdClassName
{
border-color: #792AFB;
}
.TagClassName
{
border-color: #792AFB;
}
</style>