crispedge.com

Color picker

Loading...

#7475da hex color - Violet - Cool color - Information

#7475da hex color - Violet - Cool color

Color Hue/Base color: Violet

Hex #7475da Color code in RGB color code model is created after adding 45.49% red color, 45.88% green color and 85.49% blue color. Hex #7475da Color code in CMYK color (process color) code model is generated after subtraction of 47% cyan, 46% magenta, 0% yellow and 15% black.

Hex #7475da color code is between #7777dd web safe hex color code and #6666cc web safe hex color code. #7777dd is the nearest web safe color code. You can see here many more shades of #7475da color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code7475da#7475da
RGB Decimal116, 117, 218rgb(116, 117, 218)
RGB Percent45%, 46%, 85%rgb(45%, 46%, 85%)
CSS RGBa116, 117, 218,1rgba(116,117,218,1)
CMYK Modelcmyk(47%,46%,0%,15%)
HSL Color Space239,58% ,65%hsl(239,58% ,65%)
HSV Color Space239°, 47%, 85%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011101000111010111011010
Octal164165332
Decimal116117218
Hex7475da

Different shades of #7475da color code.

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

Light Shade of #7475da
#9c9de5
Dark Shade of #7475da
#4c4dcf
Saturated Shade of #7475da
#6b6ce3
Desaturated Shade of #7475da
#7d7ed1
Grey scale Shade of #7475da
#a7a7a7
Brighten Shade
#8d8ef3
Most Readable Shade
#FFFFFF

Shades of #7475da color code

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

#7475da
#6768c1
#5a5ba9
#4d4e91
#404179
#333460
#262748
#191a30
#0c0d18
#000000

Similar Color like #7475da color

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

#7576db
#7677dc
#7778dd
#7879de
#797adf
#7a7be0
#7b7ce1
#7c7de2
#7d7ee3
#7e7fe4
#7f80e5
#8081e6
#8182e7
#8283e8
#7374d9
#7273d8
#7172d7
#7071d6
#6f70d5
#6e6fd4
#6d6ed3
#6c6dd2
#6b6cd1
#6a6bd0
#696acf
#6869ce
#6768cd
#6667cc

Monochromatic Color with #7475da

#7475da
#030305
#1a1a30
#30315a
#474785
#5d5eaf

Tints of #7475da Color

#7475da
#8384de
#9293e2
#a2a3e6
#b1b2ea
#c1c1ee
#d0d1f2
#e0e0f6
#efeffa
#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

#7475da
#dad974

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

Split Complementary

#7475da
#daa674
#a8da74

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

Analogous Color

#749eda
#7489da
#7475da
#8774da
#9c74da

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

#7475da
#da7475
#75da74

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

#7475da
#da74a8
#dad974
#74daa6

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

#7475da
#dad974
#a8da74
#a674da

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 #7475da 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.

#7475da Color Code Preview on Black Background Color

This is how #7475da Color will look on black background color. Color contrast ratio is 5.30

#7475da in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #7475da

HTML with inline CSS

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

Your Example Paragraph content text in with font color #7475da

#7475da color code is use for CSS Background Color

Background color for the above div is #7475da

HTML with inline CSS

<div style="background-color:#7475da;"></div>

#7475da color code is use for CSS Border Color

CSS Border color for the above div is #7475da

HTML with inline CSS

<div style="border:5px solid #7475da;"></div>

CSS Border Left color for the above div is #7475da

HTML with inline CSS

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

CSS Border Right color for the above div is #7475da

HTML with inline CSS

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

CSS Border Bottom color for the above div is #7475da

HTML with inline CSS

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

CSS Border Top color for the above div is #7475da

HTML with inline CSS

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

#7475da hex Color code used as CSS color Codes

Example CSS Class for usage

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

#7475da Color code Preview on White Background

This is how #7475da Color code will look on white background color. Color contrast ratio is 3.96

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

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(116,117,218,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(218,217,116,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(116,117,218,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.