crispedge.com

Color picker

Loading...

#7737f2 hex color - Violet - Cool color - Information

#7737f2 hex color - Violet - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #7737f2 Color code in RGB color code model is created after adding 46.67% red color, 21.57% green color and 94.9% blue color. Hex #7737f2 Color code in CMYK color (process color) code model is generated after subtraction of 51% cyan, 77% magenta, 0% yellow and 5% black.

Hex #7737f2 color code is between #6633ee web safe hex color code and #8844ff web safe hex color code. #6633ee is the nearest web safe color code. You can see here many more shades of #7737f2 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code7737f2#7737f2
RGB Decimal119, 55, 242rgb(119, 55, 242)
RGB Percent47%, 22%, 95%rgb(47%, 22%, 95%)
CSS RGBa119, 55, 242,1rgba(119,55,242,1)
CMYK Modelcmyk(51%,77%,0%,5%)
HSL Color Space261,88% ,58%hsl(261,88% ,58%)
HSV Color Space261°, 77%, 95%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011101110011011111110010
Octal16767362
Decimal11955242
Hex7737f2

Different shades of #7737f2 color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #7737f2
#9867f5
Dark Shade of #7737f2
#590fe7
Saturated Shade of #7737f2
#742cfd
Desaturated Shade of #7737f2
#7a42e7
Grey scale Shade of #7737f2
#949494
Brighten Shade
#9050ff
Most Readable Shade
#FFFFFF

Shades of #7737f2 color code

Generate more color scales with scales (color stack) generator.

#7737f2
#6930d7
#5c2abc
#4f24a1
#421e86
#34186b
#271250
#1a0c35
#0d061a
#000000

Similar Color like #7737f2 color

Find visually similar hex color codes nearing to #7737f2 hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#7838f3
#7939f4
#7a3af5
#7b3bf6
#7c3cf7
#7d3df8
#7e3ef9
#7f3ffa
#8040fb
#8141fc
#8242fd
#8343fe
#8444ff
#8545ff
#7636f1
#7535f0
#7434ef
#7333ee
#7232ed
#7131ec
#7030eb
#6f2fea
#6e2ee9
#6d2de8
#6c2ce7
#6b2be6
#6a2ae5
#6929e4

Monochromatic Color with #7737f2

#7737f2
#0e071d
#231048
#381a72
#4d249d
#622dc7

Tints of #7737f2 Color

#7737f2
#864df3
#9563f4
#a479f6
#b38ff7
#c2a6f9
#d1bcfa
#e0d2fc
#efe8fd
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#7737f2
#b2f237

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#7737f2
#f2d537
#54f237

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#3742f2
#5237f2
#7737f2
#9c37f2
#c237f2

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#7737f2
#f27737
#37f277

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#7737f2
#f23754
#b2f237
#37f2d4

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#7737f2
#b2f237
#54f237
#d537f2

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #7737f2 Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#7737f2 Color Code Preview on Black Background Color

This is how #7737f2 Color will look on black background color. Color contrast ratio is 3.61

#7737f2 in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#7737f2">Your Example Paragraph content text in with font color #7737f2 </p>

Your Example Paragraph content text in with font color #7737f2

HTML with inline CSS

<div style="color:#7737f2">Your Paragraph text in with font color #7737f2 </div>

Your Example Paragraph content text in with font color #7737f2

#7737f2 color code is use for CSS Background Color

Background color for the above div is #7737f2

HTML with inline CSS

<div style="background-color:#7737f2;"></div>

#7737f2 color code is use for CSS Border Color

CSS Border color for the above div is #7737f2

HTML with inline CSS

<div style="border:5px solid #7737f2;"></div>

CSS Border Left color for the above div is #7737f2

HTML with inline CSS

<div style="border-left:5px solid #7737f2;"></div>

CSS Border Right color for the above div is #7737f2

HTML with inline CSS

<div style="border-right:5px solid #7737f2;"></div>

CSS Border Bottom color for the above div is #7737f2

HTML with inline CSS

<div style="border-bottom:5px solid #7737f2;"></div>

CSS Border Top color for the above div is #7737f2

HTML with inline CSS

<div style="border-top:5px solid #7737f2;"></div>

#7737f2 hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#7737f2; } .examplecolorclass {color:#7737f2; } .examplebordercolor {border:3px solid #7737f2; }

#7737f2 Color code Preview on White Background

This is how #7737f2 Color code will look on white background color. Color contrast ratio is 5.81

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #7737f2; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #7737f2; }

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(119,55,242,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(178,242,55,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(119,55,242,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.