Shades of Blue Violet #792AF2
Tints of Blue Violet #792AF2
RGB
CMYK
RGB Variations
Color information
#792AF2 (or 0x792AF2) is known color: Blue Violet. HEX triplet: 79, 2A and F2. RGB value is (121,42,242). Sum of RGB (Red+Green+Blue) = 121+42+242=405 (53% of max value = 765). Red value is 121 (47.66% from 255 or 29.88% from 405); Green value is 42 (16.80% from 255 or 10.37% from 405); Blue value is 242 (94.92% from 255 or 59.75% from 405); Max value from RGB is 242 - color contains mainly: blue. Hex color #792AF2 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #792AF2 is #86D50D. Grayscale: #575757. Windows color (decimal): -8836366 or 15870585. OLE color: 15870585.
HSL color Cylindrical-coordinate representation of color #792AF2: hue angle of 263.7º degrees, saturation: 0.88, 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 #792AF2 is Cyan = 0.50, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 121 | 42 | 242 | - |
| CMYK | 0.50 | 0.83 | 0 | 0.05 |
| HSL | 263.7º | 0.88% | 0.56% | - |
| HSV(B) | 263.7º | 0.83% | 0.95% | - |
| XYZ | 24.74 | 12.13 | 85.04 | - |
| YUV | 88.42 | 214.67 | 151.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 42 | 242 | 0.50 | 0.83 | 0 | 0.05 | 263.7 | 0.88 | 0.56 |
| Hex | 79 | 2A | F2 | 32 | 53 | 0 | 5 | 108 | 58 | 38 |
| Octal | 171 | 52 | 362 | 62 | 123 | 0 | 5 | 410 | 130 | 70 |
| Binary | 1111001 | 101010 | 11110010 | 110010 | 1010011 | 0 | 101 | 100001000 | 1011000 | 111000 |
Color Harmonies of #792AF2
Complementary color
Monochromatic Colors of #792AF2
Black with #792AF2
Text Example
Text Example
White with #792AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792AF2; }
p { color: rgb(121,42,242); }
H1.HeaderClassName
{
color: #792AF2;
}
.AnyTagClassName
{
color: #792AF2;
}
</style>
background-color css
<style>
a { background-color: #792AF2; }
a { background-color: rgb(121,42,242); }
div.DivClassName
{
background-color: #792AF2;
}
.BgClassName
{
background-color: #792AF2;
}
</style>
border-color css
<style>
span { border-color: #792AF2; }
span { border-color: rgb(121,42,242); }
td.TdClassName
{
border-color: #792AF2;
}
.TagClassName
{
border-color: #792AF2;
}
</style>