crispedge.com

Color picker

Loading...

#7643ad hex color - Violet - Cool color - Information

#7643ad hex color - Violet - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #7643ad Color code in RGB color code model is created after adding 46.27% red color, 26.27% green color and 67.84% blue color. Hex #7643ad Color code in CMYK color (process color) code model is generated after subtraction of 32% cyan, 61% magenta, 0% yellow and 32% black.

Hex #7643ad color code is between #7744aa web safe hex color code and #6633bb web safe hex color code. #7744aa is the nearest web safe color code. You can see here many more shades of #7643ad color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code7643ad#7643ad
RGB Decimal118, 67, 173rgb(118, 67, 173)
RGB Percent46%, 26%, 68%rgb(46%, 26%, 68%)
CSS RGBa118, 67, 173,1rgba(118,67,173,1)
CMYK Modelcmyk(32%,61%,0%,32%)
HSL Color Space269,44% ,47%hsl(269,44% ,47%)
HSV Color Space269°, 61%, 68%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011101100100001110101101
Octal166103255
Decimal11867173
Hex7643ad

Different shades of #7643ad color code.

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

Light Shade of #7643ad
#9061c2
Dark Shade of #7643ad
#5d3588
Saturated Shade of #7643ad
#7637b9
Desaturated Shade of #7643ad
#764fa1
Grey scale Shade of #7643ad
#787878
Brighten Shade
#8f5cc6
Most Readable Shade
#FFFFFF

Shades of #7643ad color code

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

#7643ad
#683b99
#5b3486
#4e2c73
#412560
#341d4c
#271639
#1a0e26
#0d0713
#000000

Similar Color like #7643ad color

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

#7744ae
#7845af
#7946b0
#7a47b1
#7b48b2
#7c49b3
#7d4ab4
#7e4bb5
#7f4cb6
#804db7
#814eb8
#824fb9
#8350ba
#8451bb
#7542ac
#7441ab
#7340aa
#723fa9
#713ea8
#703da7
#6f3ca6
#6e3ba5
#6d3aa4
#6c39a3
#6b38a2
#6a37a1
#6936a0
#68359f

Monochromatic Color with #7643ad

#7643ad
#9353d7
#020103
#1f122d
#3c2258
#593382

Tints of #7643ad Color

#7643ad
#8557b6
#946cbf
#a381c8
#b296d1
#c2abda
#d1c0e3
#e0d5ec
#efeaf5
#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

#7643ad
#7aad43

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

Split Complementary

#7643ad
#adab43
#45ad43

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

Analogous Color

#4c43ad
#6143ad
#7643ad
#8b43ad
#a043ad

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

#7643ad
#ad7643
#43ad76

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

#7643ad
#ad4345
#7aad43
#43adab

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

#7643ad
#7aad43
#45ad43
#ab43ad

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 #7643ad 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.

#7643ad Color Code Preview on Black Background Color

This is how #7643ad Color will look on black background color. Color contrast ratio is 3.18

#7643ad in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #7643ad

HTML with inline CSS

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

Your Example Paragraph content text in with font color #7643ad

#7643ad color code is use for CSS Background Color

Background color for the above div is #7643ad

HTML with inline CSS

<div style="background-color:#7643ad;"></div>

#7643ad color code is use for CSS Border Color

CSS Border color for the above div is #7643ad

HTML with inline CSS

<div style="border:5px solid #7643ad;"></div>

CSS Border Left color for the above div is #7643ad

HTML with inline CSS

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

CSS Border Right color for the above div is #7643ad

HTML with inline CSS

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

CSS Border Bottom color for the above div is #7643ad

HTML with inline CSS

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

CSS Border Top color for the above div is #7643ad

HTML with inline CSS

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

#7643ad hex Color code used as CSS color Codes

Example CSS Class for usage

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

#7643ad Color code Preview on White Background

This is how #7643ad Color code will look on white background color. Color contrast ratio is 6.61

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

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,67,173,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(122,173,67,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(118,67,173,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.