crispedge.com

Color picker

Loading...

#51135e hex color - Violet - Warm color - Information

#51135e hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #51135e Color code in RGB color code model is created after adding 31.76% red color, 7.45% green color and 36.86% blue color. Hex #51135e Color code in CMYK color (process color) code model is generated after subtraction of 14% cyan, 80% magenta, 0% yellow and 63% black.

Hex #51135e color code is between #551166 web safe hex color code and #442255 web safe hex color code. #551166 is the nearest web safe color code. You can see here many more shades of #51135e color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code51135e#51135e
RGB Decimal81, 19, 94rgb(81, 19, 94)
RGB Percent32%, 7%, 37%rgb(32%, 7%, 37%)
CSS RGBa81, 19, 94,1rgba(81,19,94,1)
CMYK Modelcmyk(14%,80%,0%,63%)
HSL Color Space290,66% ,22%hsl(290,66% ,22%)
HSV Color Space290°, 80%, 37%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary010100010001001101011110
Octal12123136
Decimal811994
Hex51135e

Different shades of #51135e color code.

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

Light Shade of #51135e
#761c88
Dark Shade of #51135e
#2c0a34
Saturated Shade of #51135e
#550d64
Desaturated Shade of #51135e
#4d1958
Grey scale Shade of #51135e
#383838
Brighten Shade
#6a2c77
Most Readable Shade
#FFFFFF

Shades of #51135e color code

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

#51135e
#481053
#3f0e49
#360c3e
#2d0a34
#240829
#1b061f
#120414
#09020a
#000000

Similar Color like #51135e color

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

#52145f
#531560
#541661
#551762
#561863
#571964
#581a65
#591b66
#5a1c67
#5b1d68
#5c1e69
#5d1f6a
#5e206b
#5f216c
#50125d
#4f115c
#4e105b
#4d0f5a
#4c0e59
#4b0d58
#4a0c57
#490b56
#480a55
#470954
#460853
#450752
#440651
#430550

Monochromatic Color with #51135e

#51135e
#761c88
#9a24b3
#bf2ddd
#080209
#2c0a33

Tints of #51135e Color

#51135e
#642d6f
#774781
#8b6193
#9e7ba5
#b196b7
#c5b0c9
#d8cadb
#ebe4ed
#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

#51135e
#205e13

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

Split Complementary

#51135e
#455e13
#135e2c

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

Analogous Color

#33135e
#42135e
#51135e
#5e135c
#5e134d

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

#51135e
#5e5113
#135e51

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

#51135e
#5e2b13
#205e13
#13455e

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

#51135e
#205e13
#135e2c
#5e1345

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 #51135e 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.

#51135e Color Code Preview on Black Background Color

This is how #51135e Color will look on black background color. Color contrast ratio is 1.60

#51135e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #51135e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #51135e

#51135e color code is use for CSS Background Color

Background color for the above div is #51135e

HTML with inline CSS

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

#51135e color code is use for CSS Border Color

CSS Border color for the above div is #51135e

HTML with inline CSS

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

CSS Border Left color for the above div is #51135e

HTML with inline CSS

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

CSS Border Right color for the above div is #51135e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #51135e

HTML with inline CSS

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

CSS Border Top color for the above div is #51135e

HTML with inline CSS

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

#51135e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#51135e Color code Preview on White Background

This is how #51135e Color code will look on white background color. Color contrast ratio is 13.09

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

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.