@
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.

#501156 hex color - Violet - Warm color - Information

#501156 hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #501156 Color code in RGB color code model is created after adding 31.37% red color, 6.67% green color and 33.73% blue color. Hex #501156 Color code in CMYK color (process color) code model is generated after subtraction of 7% cyan, 80% magenta, 0% yellow and 66.27% black.

Hex #501156 color code is between #550055 web safe hex color code and #440066 web safe hex color code. #550055 is the nearest web safe color code. You can see here many more shades of #501156 color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Code 501156 #501156
RGB Decimal 80, 17, 86 rgb(80, 17, 86)
RGB Percent 31%, 7%, 34% rgb(31%, 7%, 34%)
CSS RGBa 80, 17, 86,1 rgba(80,17,86,1)
CMYK Model cmyk(7%,80%,0%,66.27%)
HSL Color Space 295,67% ,20% hsl(295,67% ,20%)
HSV Color Space 295°, 80%, 34%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 01010000 00010001 01010110
Octal 120 21 126
Decimal 80 17 86
Hex 50 11 56

Different shades of #501156 color code.

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

Light Shade of #501156
#781981
Dark Shade of #501156
#28092b
Saturated Shade of #501156
#540c5b
Desaturated Shade of #501156
#4c1651
Grey scale Shade of #501156
#333333
Brighten Shade
#692a6f
Most Readable Shade
#FFFFFF

Shades of #501156 color code

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

#501156
#470f4c
#3e0d42
#350b39
#2c092f
#230726
#1a051c
#110313
#080109
#000000

Similar Color like #501156 color

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

#511257
#521358
#531459
#54155a
#55165b
#56175c
#57185d
#58195e
#591a5f
#5a1b60
#5b1c61
#5c1d62
#5d1e63
#5e1f64
#4f1055
#4e0f54
#4d0e53
#4c0d52
#4b0c51
#4a0b50
#490a4f
#48094e
#47084d
#46074c
#45064b
#44054a
#430449
#420348

Monochromatic Color with #501156

#501156
#781980
#9f22ab
#c72ad5
#010001
#28092b

Tints of #501156 Color

#501156
#632b68
#76457b
#8a608e
#9d7aa1
#b195b3
#c4afc6
#d8cad9
#ebe4ec
#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

#501156
#175611

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

Split Complementary

#501156
#395611
#11562e

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

Analogous Color

#341156
#421156
#501156
#56114e
#561140

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

#501156
#565011
#115650

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

#501156
#562d11
#175611
#113956

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

#501156
#175611
#11562e
#561139

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 #501156 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.

#501156 Color Code Preview on Black Background Color

This is how #501156 Color will look on black background color. Color contrast ratio is 1.56

#501156 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #501156

HTML with inline CSS

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

Your Example Paragraph content text in with font color #501156

#501156 color code is use for CSS Background Color

Background color for the above div is #501156

HTML with inline CSS

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

#501156 color code is use for CSS Border Color

CSS Border color for the above div is #501156

HTML with inline CSS

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

CSS Border Left color for the above div is #501156

HTML with inline CSS

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

CSS Border Right color for the above div is #501156

HTML with inline CSS

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

CSS Border Bottom color for the above div is #501156

HTML with inline CSS

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

CSS Border Top color for the above div is #501156

HTML with inline CSS

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

#501156 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#501156 Color code Preview on White Background

This is how #501156 Color code will look on white background color. Color contrast ratio is 13.50

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

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.