#7939EF

Color #7939EF Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #7939EF

Tints of Blue Violet #7939EF

Color information

#7939EF (or 0x7939EF) is unknown color: approx Blue Violet. HEX triplet: 79, 39 and EF. RGB value is (121,57,239). Sum of RGB (Red+Green+Blue) = 121+57+239=417 (55% of max value = 765). Red value is 121 (47.66% from 255 or 29.02% from 417); Green value is 57 (22.66% from 255 or 13.67% from 417); Blue value is 239 (93.75% from 255 or 57.31% from 417); Max value from RGB is 239 - color contains mainly: blue. Hex color #7939EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7939EF is #86C610. Grayscale: #606060. Windows color (decimal): -8832529 or 15677817. OLE color: 15677817.

HSL color Cylindrical-coordinate representation of color #7939EF: hue angle of 261.1º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7939EF is Cyan = 0.49, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB12157239-
CMYK0.490.7600.06
HSL261.1º85.05%58.04%-
HSV(B)261.1º76.15%93.73%-
XYZ24.9313.2282.9-
YUV96.88208.2145.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 121 (47.66% from 255) = 29.02%
GREEN value IS 57 (22.66% from 255) = 13.67%
BLUE value IS 239 (93.75% from 255) = 57.31%
R=29.02%
G=13.67%
B=57.31%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal121572390.490.7600.06261.185.0558.04
Hex7939EF314C06105553a
Octal17171357611140640512572
Binary111100111100111101111110001100110001101000001011010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7939EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7939EF; }

 p { color: rgb(121,57,239); }

 H1.HeaderClassName
 {
   color: #7939EF;
 }
 .AnyTagClassName
 {
   color: #7939EF;
 }
</style>
background-color css

<style>
 a { background-color: #7939EF; }

 a { background-color: rgb(121,57,239); }

 div.DivClassName
 {
   background-color: #7939EF;
 }
 .BgClassName
 {
   background-color: #7939EF;
 }
</style>
border-color css

<style>
 span { border-color: #7939EF; }

 span { border-color: rgb(121,57,239); }

 td.TdClassName
 {
   border-color: #7939EF;
 }
 .TagClassName
 {
   border-color: #7939EF;
 }
</style>