Skip to main content Skip to docs navigation

#70507a 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 Gladiola Violet and its hex is #6E5178 Nearest Color Name

Color Hue/Base color: Violet

Hex #70507a Color code in RGB color code model is created after adding 43.92% red color, 31.37% green color and 47.84% blue color. Hex #70507a Color code in CMYK color (process color) code model is generated after subtraction of 8% cyan, 34% magenta, 0% yellow and 52.16% black.

Hex #70507a color code is between #775577 web safe hex color code and #664488 web safe hex color code. #775577 is the nearest web safe color code. You can see here many more shades of #70507a color code.

RGB Chart

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

Color Table

Hex Color Code 70507a #70507a
RGB Decimal 112, 80, 122 112, 80, 122
RGB Percent 44%, 31%, 48% rgb(44%, 31%, 48%)
CSS RGBa 112, 80, 122,1 rgba(112,80,122,1)
CMYK Model cmyk(8%,34%,0%,52.16%)
HSL Color Space 286,21% ,40% hsl(286,21% ,40%)
HSV Color Space 286°, 34%, 48%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 01110000 01010000 01111010
Octal 160 120 172
Decimal 112 80 122
Hex 70 50 7a

Different shades of #70507a color code.

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

Darkest of #70507a
#1b131e
Darker of #70507a
#37283c
Dark of #70507a
#543c5b
Base of #70507a
#70507a
Light of #70507a
#8c6499
Lighter
#a383ad
Lightest
#baa1c2

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

#70507a
#5a7a50

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

Split Complementary

#70507a
#6f7a50
#507a5b

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

Analogous Color

#58507a
#5f507a
#70507a
#7a5076
#7a5065

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

#70507a
#507a70
#7a7050

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

#70507a
#7a7050
#5a7a50
#505a7a

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

#70507a
#7a5b50
#5a7a50
#506f7a

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 #70507a

#000000
#1b131e
#37283c
#543c5b
#70507a
#8c6499
#a383ad
#baa1c2
#d1c0d6

Tints of #70507a Color

#70507a
#7f6388
#8f7697
#9f8aa6
#af9db5
#bfb1c3
#cfc4d2
#dfd8e1
#efebf0
#ffffff

Shades of #70507a color code

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

#70507a
#63476c
#573e5e
#4a3551
#3e2c43
#312336
#251a28
#18111b
#0c080d
#000000

Tones

#70507a
#656466
#656565
#656565
#656565

Tones

Similar Color like #70507a color

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

#71517b
#72527c
#73537d
#74547e
#75557f
#765680
#775781
#785882
#795983
#7a5a84
#7b5b85
#7c5c86
#7d5d87
#7e5e88
#6f4f79
#6e4e78
#6d4d77
#6c4c76
#6b4b75
#6a4a74
#694973
#684872
#674771
#664670
#65456f
#64446e
#63436d
#62426c

Download this Dark Violet

Hex #70507a 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.

#70507a Color Code Preview on Black Background Color

This is how #70507a Color will look on black background color. Color contrast ratio is 3.12

#70507a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #70507a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #70507a

#70507a color code is use for CSS Background Color

Background color for the above div is #70507a

HTML with inline CSS

<div style="background-color:#70507a;"></div>

#70507a color code is use for CSS Border Color

CSS Border color for the above div is #70507a

HTML with inline CSS

<div style="border:5px solid #70507a;"></div>

CSS Border Left color for the above div is #70507a

HTML with inline CSS

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

CSS Border Right color for the above div is #70507a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #70507a

HTML with inline CSS

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

CSS Border Top color for the above div is #70507a

HTML with inline CSS

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

#70507a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#70507a Color code Preview on White Background

This is how #70507a Color code will look on white background color. Color contrast ratio is 6.74

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

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(112,80,122,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(90,122,80,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(112,80,122,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }