crispedge.com

Color picker

Loading...

#7602f5 hex color - Violet - Cool color - Information

#7602f5 hex color - Violet - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #7602f5 Color code in RGB color code model is created after adding 46.27% red color, 0.78% green color and 96.08% blue color. Hex #7602f5 Color code in CMYK color (process color) code model is generated after subtraction of 52% cyan, 99% magenta, 0% yellow and 4% black.

Hex #7602f5 color code is between #7700ee web safe hex color code and #6600ff web safe hex color code. #7700ee is the nearest web safe color code. You can see here many more shades of #7602f5 color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Code7602f5#7602f5
RGB Decimal118, 2, 245rgb(118, 2, 245)
RGB Percent46%, 1%, 96%rgb(46%, 1%, 96%)
CSS RGBa118, 2, 245,1rgba(118,2,245,1)
CMYK Modelcmyk(52%,99%,0%,4%)
HSL Color Space269,98% ,48%hsl(269,98% ,48%)
HSV Color Space269°, 99%, 96%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011101100000001011110101
Octal1662365
Decimal1182245
Hex7602f5

Different shades of #7602f5 color code.

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

Light Shade of #7602f5
#902dfd
Dark Shade of #7602f5
#5e02c2
Saturated Shade of #7602f5
#7600f7
Desaturated Shade of #7602f5
#770ee9
Grey scale Shade of #7602f5
#7b7b7b
Brighten Shade
#8f1bff
Most Readable Shade
#FFFFFF

Shades of #7602f5 color code

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

#7602f5
#6801d9
#5b01be
#4e01a3
#410188
#34006c
#270051
#1a0036
#0d001b
#000000

Similar Color like #7602f5 color

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

#7703f6
#7804f7
#7905f8
#7a06f9
#7b07fa
#7c08fb
#7d09fc
#7e0afd
#7f0bfe
#800cff
#810dff
#820eff
#830fff
#8410ff
#7501f4
#7400f3
#7300f2
#7200f1
#7100f0
#7000ef
#6f00ee
#6e00ed
#6d00ec
#6c00eb
#6b00ea
#6a00e9
#6900e8
#6800e7

Monochromatic Color with #7602f5

#7602f5
#100020
#24014b
#390175
#4d01a0
#6202ca

Tints of #7602f5 Color

#7602f5
#851ef6
#943af7
#a356f8
#b272f9
#c28efa
#d1aafb
#e0c6fc
#efe2fd
#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

#7602f5
#81f502

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

Split Complementary

#7602f5
#f5f002
#07f502

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

Analogous Color

#1502f5
#4502f5
#7602f5
#a702f5
#d702f5

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

#7602f5
#f57602
#02f576

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

#7602f5
#f50208
#81f502
#02f5ef

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

#7602f5
#81f502
#07f502
#f002f5

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 #7602f5 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.

#7602f5 Color Code Preview on Black Background Color

This is how #7602f5 Color will look on black background color. Color contrast ratio is 3.10

#7602f5 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #7602f5

HTML with inline CSS

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

Your Example Paragraph content text in with font color #7602f5

#7602f5 color code is use for CSS Background Color

Background color for the above div is #7602f5

HTML with inline CSS

<div style="background-color:#7602f5;"></div>

#7602f5 color code is use for CSS Border Color

CSS Border color for the above div is #7602f5

HTML with inline CSS

<div style="border:5px solid #7602f5;"></div>

CSS Border Left color for the above div is #7602f5

HTML with inline CSS

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

CSS Border Right color for the above div is #7602f5

HTML with inline CSS

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

CSS Border Bottom color for the above div is #7602f5

HTML with inline CSS

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

CSS Border Top color for the above div is #7602f5

HTML with inline CSS

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

#7602f5 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#7602f5 Color code Preview on White Background

This is how #7602f5 Color code will look on white background color. Color contrast ratio is 6.78

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 #7602f5; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #7602f5; }

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(118,2,245,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(129,245,2,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(118,2,245,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.