Shades of Blue Violet #792CEF
Tints of Blue Violet #792CEF
RGB
CMYK
RGB Variations
Color information
#792CEF (or 0x792CEF) is known color: Blue Violet. HEX triplet: 79, 2C and EF. RGB value is (121,44,239). Sum of RGB (Red+Green+Blue) = 121+44+239=404 (53% of max value = 765). Red value is 121 (47.66% from 255 or 29.95% from 404); Green value is 44 (17.58% from 255 or 10.89% from 404); Blue value is 239 (93.75% from 255 or 59.16% from 404); Max value from RGB is 239 - color contains mainly: blue. Hex color #792CEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #792CEF is #86D310. Grayscale: #585858. Windows color (decimal): -8835857 or 15674489. OLE color: 15674489.
HSL color Cylindrical-coordinate representation of color #792CEF: hue angle of 263.69º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #792CEF is Cyan = 0.49, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 121 | 44 | 239 | - |
| CMYK | 0.49 | 0.82 | 0 | 0.06 |
| HSL | 263.69º | 0.86% | 0.55% | - |
| HSV(B) | 263.69º | 0.82% | 0.94% | - |
| XYZ | 24.37 | 12.1 | 82.71 | - |
| YUV | 89.25 | 212.51 | 150.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 44 | 239 | 0.49 | 0.82 | 0 | 0.06 | 263.69 | 0.86 | 0.55 |
| Hex | 79 | 2C | EF | 31 | 52 | 0 | 6 | 108 | 56 | 37 |
| Octal | 171 | 54 | 357 | 61 | 122 | 0 | 6 | 410 | 126 | 67 |
| Binary | 1111001 | 101100 | 11101111 | 110001 | 1010010 | 0 | 110 | 100001000 | 1010110 | 110111 |
Color Harmonies of #792CEF
Complementary color
Monochromatic Colors of #792CEF
Black with #792CEF
Text Example
Text Example
White with #792CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792CEF; }
p { color: rgb(121,44,239); }
H1.HeaderClassName
{
color: #792CEF;
}
.AnyTagClassName
{
color: #792CEF;
}
</style>
background-color css
<style>
a { background-color: #792CEF; }
a { background-color: rgb(121,44,239); }
div.DivClassName
{
background-color: #792CEF;
}
.BgClassName
{
background-color: #792CEF;
}
</style>
border-color css
<style>
span { border-color: #792CEF; }
span { border-color: rgb(121,44,239); }
td.TdClassName
{
border-color: #792CEF;
}
.TagClassName
{
border-color: #792CEF;
}
</style>