Skip to main content Skip to docs navigation

#78779b hex color | Benimidori Purple | 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

Color Hue/Base color: Violet

Hex #78779b Color Code is also known as | Benimidori Purple color.

Hex #78779b Color code in RGB color code model is created after adding 47.06% red color, 46.67% green color and 60.78% blue color. Hex #78779b Color code in CMYK color (process color) code model is generated after subtraction of 23% cyan, 23% magenta, 0% yellow and 39.22% black.

Hex #78779b color code is between #776699 web safe hex color code and #8888aa web safe hex color code. #776699 is the nearest web safe color code. You can see here many more shades of #78779b color code.

RGB Chart

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

Color Table

Hex Color Code 78779b #78779b
RGB Decimal 120, 119, 155 120, 119, 155
RGB Percent 47%, 47%, 61% rgb(47%, 47%, 61%)
CSS RGBa 120, 119, 155,1 rgba(120,119,155,1)
CMYK Model cmyk(23%,23%,0%,39.22%)
HSL Color Space 242,15% ,54% hsl(242,15% ,54%)
HSV Color Space 242°, 23%, 61%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 01111000 01110111 10011011
Octal 170 167 233
Decimal 120 119 155
Hex 78 77 9b

Different shades of #78779b color code.

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

Darkest of #78779b
#343346
Darker of #78779b
#4a4963
Dark of #78779b
#5f5f81
Base of #78779b
#78779b
Light of #78779b
#9594b1
Lighter
#b2b2c6
Lightest
#d0cfdc

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

#78779b
#9a9b77

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

Split Complementary

#78779b
#9b8a77
#889b77

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

Analogous Color

#778b9b
#77859b
#78779b
#84779b
#93779b

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

#78779b
#779b78
#9b7877

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

#78779b
#9b7877
#9a9b77
#779a9b

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

#78779b
#9b7788
#9a9b77
#779b8a

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 #78779b

#1e1e28
#343346
#4a4963
#5f5f81
#78779b
#9594b1
#b2b2c6
#d0cfdc
#ededf1

Tints of #78779b Color

#78779b
#8786a6
#9695b1
#a5a4bc
#b4b3c7
#c3c2d2
#d2d1dd
#e1e0e8
#f0eff3
#ffffff

Shades of #78779b color code

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

#78779b
#6a6989
#5d5c78
#504f67
#424256
#353444
#282733
#1a1a22
#0d0d11
#000000

Tones

#78779b
#898989
#898989
#898989
#898989

Tones

Similar Color like #78779b color

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

#79789c
#7a799d
#7b7a9e
#7c7b9f
#7d7ca0
#7e7da1
#7f7ea2
#807fa3
#8180a4
#8281a5
#8382a6
#8483a7
#8584a8
#8685a9
#77769a
#767599
#757498
#747397
#737296
#727195
#717094
#706f93
#6f6e92
#6e6d91
#6d6c90
#6c6b8f
#6b6a8e
#6a698d

Download this Dark Violet

Hex #78779b 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.

#78779b Color Code Preview on Black Background Color

This is how #78779b Color will look on black background color. Color contrast ratio is 4.91

#78779b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #78779b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #78779b

#78779b color code is use for CSS Background Color

Background color for the above div is #78779b

HTML with inline CSS

<div style="background-color:#78779b;"></div>

#78779b color code is use for CSS Border Color

CSS Border color for the above div is #78779b

HTML with inline CSS

<div style="border:5px solid #78779b;"></div>

CSS Border Left color for the above div is #78779b

HTML with inline CSS

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

CSS Border Right color for the above div is #78779b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #78779b

HTML with inline CSS

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

CSS Border Top color for the above div is #78779b

HTML with inline CSS

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

#78779b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#78779b Color code Preview on White Background

This is how #78779b Color code will look on white background color. Color contrast ratio is 4.28

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

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(120,119,155,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(154,155,119,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(120,119,155,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }