Shades of Blue Violet #7937EF
Tints of Blue Violet #7937EF
RGB
CMYK
RGB Variations
Color information
#7937EF (or 0x7937EF) is known color: Blue Violet. HEX triplet: 79, 37 and EF. RGB value is (121,55,239). Sum of RGB (Red+Green+Blue) = 121+55+239=415 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.16% from 415); Green value is 55 (21.88% from 255 or 13.25% from 415); Blue value is 239 (93.75% from 255 or 57.59% from 415); Max value from RGB is 239 - color contains mainly: blue. Hex color #7937EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7937EF is #86C810. Grayscale: #5F5F5F. Windows color (decimal): -8833041 or 15677305. OLE color: 15677305.
HSL color Cylindrical-coordinate representation of color #7937EF: hue angle of 261.52º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7937EF is Cyan = 0.49, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 121 | 55 | 239 | - |
| CMYK | 0.49 | 0.77 | 0 | 0.06 |
| HSL | 261.52º | 0.85% | 0.58% | - |
| HSV(B) | 261.52º | 0.77% | 0.94% | - |
| XYZ | 24.83 | 13.03 | 82.87 | - |
| YUV | 95.71 | 208.87 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 55 | 239 | 0.49 | 0.77 | 0 | 0.06 | 261.52 | 0.85 | 0.58 |
| Hex | 79 | 37 | EF | 31 | 4D | 0 | 6 | 106 | 55 | 3A |
| Octal | 171 | 67 | 357 | 61 | 115 | 0 | 6 | 406 | 125 | 72 |
| Binary | 1111001 | 110111 | 11101111 | 110001 | 1001101 | 0 | 110 | 100000110 | 1010101 | 111010 |
Color Harmonies of #7937EF
Complementary color
Monochromatic Colors of #7937EF
Black with #7937EF
Text Example
Text Example
White with #7937EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7937EF; }
p { color: rgb(121,55,239); }
H1.HeaderClassName
{
color: #7937EF;
}
.AnyTagClassName
{
color: #7937EF;
}
</style>
background-color css
<style>
a { background-color: #7937EF; }
a { background-color: rgb(121,55,239); }
div.DivClassName
{
background-color: #7937EF;
}
.BgClassName
{
background-color: #7937EF;
}
</style>
border-color css
<style>
span { border-color: #7937EF; }
span { border-color: rgb(121,55,239); }
td.TdClassName
{
border-color: #7937EF;
}
.TagClassName
{
border-color: #7937EF;
}
</style>