Skip to main content Skip to docs navigation

#716aba hex color | Download Dark Violet BG image | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Woow we have a nearby visually matching color name available. It's name is Ultra Violet and its hex is #7366BD Nearest Color Name

Color Hue/Base color: Violet

Hex #716aba Color code in RGB color code model is created after adding 44.31% red color, 41.57% green color and 72.94% blue color. Hex #716aba Color code in CMYK color (process color) code model is generated after subtraction of 39% cyan, 43% magenta, 0% yellow and 27.06% black.

Hex #716aba color code is between #7766bb web safe hex color code and #6677aa web safe hex color code. #7766bb is the nearest web safe color code. You can see here many more shades of #716aba color code.

RGB Chart

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

Color Table

Hex Color Code 716aba #716aba
RGB Decimal 113, 106, 186 113, 106, 186
RGB Percent 44%, 42%, 73% rgb(44%, 42%, 73%)
CSS RGBa 113, 106, 186,1 rgba(113,106,186,1)
CMYK Model cmyk(39%,43%,0%,27.06%)
HSL Color Space 245,37% ,57% hsl(245,37% ,57%)
HSV Color Space 245°, 43%, 73%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 01110001 01101010 10111010
Octal 161 152 272
Decimal 113 106 186
Hex 71 6a ba

Different shades of #716aba color code.

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

Darkest of #716aba
#302c5f
Darker of #716aba
#423c82
Dark of #716aba
#544ca5
Base of #716aba
#716aba
Light of #716aba
#928dca
Lighter
#b3b0da
Lightest
#d5d3ea

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

#716aba
#b3ba6a

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

Split Complementary

#716aba
#ba996a
#8bba6a

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

Analogous Color

#6a92ba
#6a84ba
#716aba
#8c6aba
#ad6aba

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

#716aba
#6aba71
#ba716a

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

#716aba
#ba716a
#b3ba6a
#6ab3ba

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

Square Color

#716aba
#ba6a8b
#b3ba6a
#6aba99

Square 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).

Monochromatic Color with #716aba

#1f1c3c
#302c5f
#423c82
#544ca5
#716aba
#928dca
#b3b0da
#d5d3ea
#f6f5fb

Tints of #716aba Color

#716aba
#807ac1
#908bc9
#a09bd1
#b0acd8
#bfbce0
#cfcde8
#dfddef
#efeef7
#ffffff

Shades of #716aba color code

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

#716aba
#645ea5
#575290
#4b467c
#3e3a67
#322f52
#25233e
#191729
#0c0b14
#000000

Tones

#716aba
#8380a4
#929292
#929292
#929292

Tones

Similar Color like #716aba color

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

#726bbb
#736cbc
#746dbd
#756ebe
#766fbf
#7770c0
#7871c1
#7972c2
#7a73c3
#7b74c4
#7c75c5
#7d76c6
#7e77c7
#7f78c8
#7069b9
#6f68b8
#6e67b7
#6d66b6
#6c65b5
#6b64b4
#6a63b3
#6962b2
#6861b1
#6760b0
#665faf
#655eae
#645dad
#635cac

Download this Dark Violet

Hex #716aba 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.

#716aba Color Code Preview on Black Background Color

This is how #716aba Color will look on black background color. Color contrast ratio is 4.47

#716aba in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #716aba

HTML with inline CSS

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

Your Example Paragraph content text in with font color #716aba

#716aba color code is use for CSS Background Color

Background color for the above div is #716aba

HTML with inline CSS

<div style="background-color:#716aba;"></div>

#716aba color code is use for CSS Border Color

CSS Border color for the above div is #716aba

HTML with inline CSS

<div style="border:5px solid #716aba;"></div>

CSS Border Left color for the above div is #716aba

HTML with inline CSS

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

CSS Border Right color for the above div is #716aba

HTML with inline CSS

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

CSS Border Bottom color for the above div is #716aba

HTML with inline CSS

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

CSS Border Top color for the above div is #716aba

HTML with inline CSS

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

#716aba hex Color code used as CSS color Codes

Example CSS Class for usage

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

#716aba Color code Preview on White Background

This is how #716aba Color code will look on white background color. Color contrast ratio is 4.70

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

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(113,106,186,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(179,186,106,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(113,106,186,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }