Shades of Blue Violet #792AF3
Tints of Blue Violet #792AF3
RGB
CMYK
RGB Variations
Color information
#792AF3 (or 0x792AF3) is known color: Blue Violet. HEX triplet: 79, 2A and F3. RGB value is (121,42,243). Sum of RGB (Red+Green+Blue) = 121+42+243=406 (53% of max value = 765). Red value is 121 (47.66% from 255 or 29.80% from 406); Green value is 42 (16.80% from 255 or 10.34% from 406); Blue value is 243 (95.31% from 255 or 59.85% from 406); Max value from RGB is 243 - color contains mainly: blue. Hex color #792AF3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #792AF3 is #86D50C. Grayscale: #575757. Windows color (decimal): -8836365 or 15936121. OLE color: 15936121.
HSL color Cylindrical-coordinate representation of color #792AF3: hue angle of 263.58º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #792AF3 is Cyan = 0.50, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 121 | 42 | 243 | - |
| CMYK | 0.50 | 0.83 | 0 | 0.05 |
| HSL | 263.58º | 0.89% | 0.56% | - |
| HSV(B) | 263.58º | 0.83% | 0.95% | - |
| XYZ | 24.89 | 12.19 | 85.84 | - |
| YUV | 88.54 | 215.17 | 151.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 42 | 243 | 0.50 | 0.83 | 0 | 0.05 | 263.58 | 0.89 | 0.56 |
| Hex | 79 | 2A | F3 | 32 | 53 | 0 | 5 | 108 | 59 | 38 |
| Octal | 171 | 52 | 363 | 62 | 123 | 0 | 5 | 410 | 131 | 70 |
| Binary | 1111001 | 101010 | 11110011 | 110010 | 1010011 | 0 | 101 | 100001000 | 1011001 | 111000 |
Color Harmonies of #792AF3
Complementary color
Monochromatic Colors of #792AF3
Black with #792AF3
Text Example
Text Example
White with #792AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792AF3; }
p { color: rgb(121,42,243); }
H1.HeaderClassName
{
color: #792AF3;
}
.AnyTagClassName
{
color: #792AF3;
}
</style>
background-color css
<style>
a { background-color: #792AF3; }
a { background-color: rgb(121,42,243); }
div.DivClassName
{
background-color: #792AF3;
}
.BgClassName
{
background-color: #792AF3;
}
</style>
border-color css
<style>
span { border-color: #792AF3; }
span { border-color: rgb(121,42,243); }
td.TdClassName
{
border-color: #792AF3;
}
.TagClassName
{
border-color: #792AF3;
}
</style>