Skip to main content Skip to docs navigation

#500064 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 God of Nights and its hex is #550066 Nearest Color Name

Color Hue/Base color: Violet

Hex #500064 Color code in RGB color code model is created after adding 31.37% red color, 0% green color and 39.22% blue color. Hex #500064 Color code in CMYK color (process color) code model is generated after subtraction of 20% cyan, 100% magenta, 0% yellow and 60.78% black.

Hex #500064 color code is between #550066 web safe hex color code and #440055 web safe hex color code. #550066 is the nearest web safe color code. You can see here many more shades of #500064 color code.

RGB Chart

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

Color Table

Hex Color Code 500064 #500064
RGB Decimal 80, 0, 100 80, 0, 100
RGB Percent 31%, 0%, 39% rgb(31%, 0%, 39%)
CSS RGBa 80, 0, 100,1 rgba(80,0,100,1)
CMYK Model cmyk(20%,100%,0%,60.78%)
HSL Color Space 288,100% ,20% hsl(288,100% ,20%)
HSV Color Space 288°, 100%, 39%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 01010000 00000000 01100100
Octal 120 0 144
Decimal 80 0 100
Hex 50 00 64

Different shades of #500064 color code.

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

Darkest of #500064
#000000
Darker of #500064
#000000
Dark of #500064
#270031
Base of #500064
#500064
Light of #500064
#790097
Lighter
#a200ca
Lightest
#ca00fd

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

#500064
#146400

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

Split Complementary

#500064
#466400
#00641e

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

Analogous Color

#160064
#260064
#500064
#640057
#64002d

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

#500064
#006450
#645000

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

#500064
#645000
#146400
#001464

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

#500064
#641e00
#146400
#004664

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 #500064

#000000
#000000
#000000
#270031
#500064
#790097
#a200ca
#ca00fd
#d631ff

Tints of #500064 Color

#500064
#631c75
#763886
#8a5597
#9d71a8
#b18dba
#c4aacb
#d8c6dc
#ebe2ed
#ffffff

Shades of #500064 color code

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

#500064
#470058
#3e004d
#350042
#2c0037
#23002c
#1a0021
#110016
#08000b
#000000

Tones

#500064
#4a0a5a
#441450
#3e1e46
#38283c

Tones

Similar Color like #500064 color

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

#510165
#520266
#530367
#540468
#550569
#56066a
#57076b
#58086c
#59096d
#5a0a6e
#5b0b6f
#5c0c70
#5d0d71
#5e0e72
#4f0063
#4e0062
#4d0061
#4c0060
#4b005f
#4a005e
#49005d
#48005c
#47005b
#46005a
#450059
#440058
#430057
#420056

Download this Dark Violet

Hex #500064 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.

#500064 Color Code Preview on Black Background Color

This is how #500064 Color will look on black background color. Color contrast ratio is 1.53

#500064 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #500064

HTML with inline CSS

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

Your Example Paragraph content text in with font color #500064

#500064 color code is use for CSS Background Color

Background color for the above div is #500064

HTML with inline CSS

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

#500064 color code is use for CSS Border Color

CSS Border color for the above div is #500064

HTML with inline CSS

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

CSS Border Left color for the above div is #500064

HTML with inline CSS

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

CSS Border Right color for the above div is #500064

HTML with inline CSS

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

CSS Border Bottom color for the above div is #500064

HTML with inline CSS

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

CSS Border Top color for the above div is #500064

HTML with inline CSS

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

#500064 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#500064 Color code Preview on White Background

This is how #500064 Color code will look on white background color. Color contrast ratio is 13.77

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

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