Shades of Blue Violet #792CFA
Tints of Blue Violet #792CFA
RGB
CMYK
RGB Variations
Color information
#792CFA (or 0x792CFA) is known color: Blue Violet. HEX triplet: 79, 2C and FA. RGB value is (121,44,250). Sum of RGB (Red+Green+Blue) = 121+44+250=415 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.16% from 415); Green value is 44 (17.58% from 255 or 10.60% from 415); Blue value is 250 (98.05% from 255 or 60.24% from 415); Max value from RGB is 250 - color contains mainly: blue. Hex color #792CFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #792CFA is #86D305. Grayscale: #595959. Windows color (decimal): -8835846 or 16395385. OLE color: 16395385.
HSL color Cylindrical-coordinate representation of color #792CFA: hue angle of 262.43º degrees, saturation: 0.95, 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 #792CFA is Cyan = 0.52, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 121 | 44 | 250 | - |
| CMYK | 0.52 | 0.82 | 0 | 0.02 |
| HSL | 262.43º | 0.95% | 0.58% | - |
| HSV(B) | 262.43º | 0.82% | 0.98% | - |
| XYZ | 26.04 | 12.77 | 91.53 | - |
| YUV | 90.51 | 218.01 | 149.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 44 | 250 | 0.52 | 0.82 | 0 | 0.02 | 262.43 | 0.95 | 0.58 |
| Hex | 79 | 2C | FA | 34 | 52 | 0 | 2 | 106 | 5F | 3A |
| Octal | 171 | 54 | 372 | 64 | 122 | 0 | 2 | 406 | 137 | 72 |
| Binary | 1111001 | 101100 | 11111010 | 110100 | 1010010 | 0 | 10 | 100000110 | 1011111 | 111010 |
Color Harmonies of #792CFA
Complementary color
Monochromatic Colors of #792CFA
Black with #792CFA
Text Example
Text Example
White with #792CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792CFA; }
p { color: rgb(121,44,250); }
H1.HeaderClassName
{
color: #792CFA;
}
.AnyTagClassName
{
color: #792CFA;
}
</style>
background-color css
<style>
a { background-color: #792CFA; }
a { background-color: rgb(121,44,250); }
div.DivClassName
{
background-color: #792CFA;
}
.BgClassName
{
background-color: #792CFA;
}
</style>
border-color css
<style>
span { border-color: #792CFA; }
span { border-color: rgb(121,44,250); }
td.TdClassName
{
border-color: #792CFA;
}
.TagClassName
{
border-color: #792CFA;
}
</style>