Shades of Blue Violet #792DFF
Tints of Blue Violet #792DFF
RGB
CMYK
RGB Variations
Color information
#792DFF (or 0x792DFF) is known color: Blue Violet. HEX triplet: 79, 2D and FF. RGB value is (121,45,255). Sum of RGB (Red+Green+Blue) = 121+45+255=421 (55% of max value = 765). Red value is 121 (47.66% from 255 or 28.74% from 421); Green value is 45 (17.97% from 255 or 10.69% from 421); Blue value is 255 (100% from 255 or 60.57% from 421); Max value from RGB is 255 - color contains mainly: blue. Hex color #792DFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #792DFF is #86D200. Grayscale: #5A5A5A. Windows color (decimal): -8835585 or 16723321. OLE color: 16723321.
HSL color Cylindrical-coordinate representation of color #792DFF: hue angle of 261.71º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #792DFF is Cyan = 0.53, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 121 | 45 | 255 | - |
| CMYK | 0.53 | 0.82 | 0 | 0 |
| HSL | 261.71º | 1% | 0.59% | - |
| HSV(B) | 261.71º | 0.82% | 1% | - |
| XYZ | 26.87 | 13.16 | 95.73 | - |
| YUV | 91.66 | 220.18 | 148.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 45 | 255 | 0.53 | 0.82 | 0 | 0 | 261.71 | 1 | 0.59 |
| Hex | 79 | 2D | FF | 35 | 52 | 0 | 0 | 106 | 64 | 3B |
| Octal | 171 | 55 | 377 | 65 | 122 | 0 | 0 | 406 | 144 | 73 |
| Binary | 1111001 | 101101 | 11111111 | 110101 | 1010010 | 0 | 0 | 100000110 | 1100100 | 111011 |
Color Harmonies of #792DFF
Complementary color
Monochromatic Colors of #792DFF
Black with #792DFF
Text Example
Text Example
White with #792DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792DFF; }
p { color: rgb(121,45,255); }
H1.HeaderClassName
{
color: #792DFF;
}
.AnyTagClassName
{
color: #792DFF;
}
</style>
background-color css
<style>
a { background-color: #792DFF; }
a { background-color: rgb(121,45,255); }
div.DivClassName
{
background-color: #792DFF;
}
.BgClassName
{
background-color: #792DFF;
}
</style>
border-color css
<style>
span { border-color: #792DFF; }
span { border-color: rgb(121,45,255); }
td.TdClassName
{
border-color: #792DFF;
}
.TagClassName
{
border-color: #792DFF;
}
</style>