crispedge.com

Color picker

Loading...

#743d75 hex color - Violet - Warm color - Information

#743d75 hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #743d75 Color code in RGB color code model is created after adding 45.49% red color, 23.92% green color and 45.88% blue color. Hex #743d75 Color code in CMYK color (process color) code model is generated after subtraction of 1% cyan, 48% magenta, 0% yellow and 54% black.

Hex #743d75 color code is between #774477 web safe hex color code and #663366 web safe hex color code. #774477 is the nearest web safe color code. You can see here many more shades of #743d75 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code743d75#743d75
RGB Decimal116, 61, 117rgb(116, 61, 117)
RGB Percent45%, 24%, 46%rgb(45%, 24%, 46%)
CSS RGBa116, 61, 117,1rgba(116,61,117,1)
CMYK Modelcmyk(1%,48%,0%,54%)
HSL Color Space299,31% ,35%hsl(299,31% ,35%)
HSV Color Space299°, 48%, 46%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary011101000011110101110101
Octal16475165
Decimal11661117
Hex743d75

Different shades of #743d75 color code.

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

Light Shade of #743d75
#954e97
Dark Shade of #743d75
#532c53
Saturated Shade of #743d75
#7d347e
Desaturated Shade of #743d75
#6b466c
Grey scale Shade of #743d75
#595959
Brighten Shade
#8d568e
Most Readable Shade
#FFFFFF

Shades of #743d75 color code

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

#743d75
#673668
#5a2f5b
#4d284e
#402141
#331b34
#261427
#190d1a
#0c060d
#000000

Similar Color like #743d75 color

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

#753e76
#763f77
#774078
#784179
#79427a
#7a437b
#7b447c
#7c457d
#7d467e
#7e477f
#7f4880
#804981
#814a82
#824b83
#733c74
#723b73
#713a72
#703971
#6f3870
#6e376f
#6d366e
#6c356d
#6b346c
#6a336b
#69326a
#683169
#673068
#662f67

Monochromatic Color with #743d75

#743d75
#9e539f
#c869ca
#f27ff4
#201120
#4a274a

Tints of #743d75 Color

#743d75
#835284
#926893
#a27da3
#b193b2
#c1a8c1
#d0bed1
#e0d3e0
#efe9ef
#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

#743d75
#3e753d

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

Split Complementary

#743d75
#5a753d
#3d7558

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

Analogous Color

#5e3d75
#693d75
#743d75
#753d6b
#753d60

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

#743d75
#75743d
#3d7574

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

#743d75
#75583d
#3e753d
#3d5a75

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

#743d75
#3e753d
#3d7558
#753d5a

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 #743d75 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.

#743d75 Color Code Preview on Black Background Color

This is how #743d75 Color will look on black background color. Color contrast ratio is 2.67

#743d75 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #743d75

HTML with inline CSS

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

Your Example Paragraph content text in with font color #743d75

#743d75 color code is use for CSS Background Color

Background color for the above div is #743d75

HTML with inline CSS

<div style="background-color:#743d75;"></div>

#743d75 color code is use for CSS Border Color

CSS Border color for the above div is #743d75

HTML with inline CSS

<div style="border:5px solid #743d75;"></div>

CSS Border Left color for the above div is #743d75

HTML with inline CSS

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

CSS Border Right color for the above div is #743d75

HTML with inline CSS

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

CSS Border Bottom color for the above div is #743d75

HTML with inline CSS

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

CSS Border Top color for the above div is #743d75

HTML with inline CSS

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

#743d75 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#743d75 Color code Preview on White Background

This is how #743d75 Color code will look on white background color. Color contrast ratio is 7.87

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

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