crispedge.com

Color picker

Loading...

#59369f hex color - Violet - Cool color - Information

#59369f hex color - Violet - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #59369f Color code in RGB color code model is created after adding 34.9% red color, 21.18% green color and 62.35% blue color. Hex #59369f Color code in CMYK color (process color) code model is generated after subtraction of 44% cyan, 66% magenta, 0% yellow and 38% black.

Hex #59369f color code is between #553399 web safe hex color code and #6644aa web safe hex color code. #553399 is the nearest web safe color code. You can see here many more shades of #59369f color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code59369f#59369f
RGB Decimal89, 54, 159rgb(89, 54, 159)
RGB Percent35%, 21%, 62%rgb(35%, 21%, 62%)
CSS RGBa89, 54, 159,1rgba(89,54,159,1)
CMYK Modelcmyk(44%,66%,0%,38%)
HSL Color Space260,49% ,42%hsl(260,49% ,42%)
HSV Color Space260°, 66%, 62%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010110010011011010011111
Octal13166237
Decimal8954159
Hex59369f

Different shades of #59369f color code.

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

Light Shade of #59369f
#7047c1
Dark Shade of #59369f
#442979
Saturated Shade of #59369f
#552baa
Desaturated Shade of #59369f
#5d4194
Grey scale Shade of #59369f
#6a6a6a
Brighten Shade
#724fb8
Most Readable Shade
#FFFFFF

Shades of #59369f color code

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

#59369f
#4f308d
#452a7b
#3b246a
#311e58
#271846
#1d1235
#130c23
#090611
#000000

Similar Color like #59369f color

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

#5a37a0
#5b38a1
#5c39a2
#5d3aa3
#5e3ba4
#5f3ca5
#603da6
#613ea7
#623fa8
#6340a9
#6441aa
#6542ab
#6643ac
#6744ad
#58359e
#57349d
#56339c
#55329b
#54319a
#533099
#522f98
#512e97
#502d96
#4f2c95
#4e2b94
#4d2a93
#4c2992
#4b2891

Monochromatic Color with #59369f

#59369f
#7144c9
#8953f4
#120b1f
#29194a
#412874

Tints of #59369f Color

#59369f
#6b4ca9
#7d62b4
#9079bf
#a28fc9
#b5a5d4
#c7bcdf
#dad2e9
#ece8f4
#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

#59369f
#7c9f36

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

Split Complementary

#59369f
#9f8e36
#479f36

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

Analogous Color

#363d9f
#44369f
#59369f
#6e369f
#83369f

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

#59369f
#9f5936
#369f59

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

#59369f
#9f3647
#7c9f36
#369f8d

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

#59369f
#7c9f36
#479f36
#8e369f

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 #59369f 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.

#59369f Color Code Preview on Black Background Color

This is how #59369f Color will look on black background color. Color contrast ratio is 2.45

#59369f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #59369f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #59369f

#59369f color code is use for CSS Background Color

Background color for the above div is #59369f

HTML with inline CSS

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

#59369f color code is use for CSS Border Color

CSS Border color for the above div is #59369f

HTML with inline CSS

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

CSS Border Left color for the above div is #59369f

HTML with inline CSS

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

CSS Border Right color for the above div is #59369f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #59369f

HTML with inline CSS

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

CSS Border Top color for the above div is #59369f

HTML with inline CSS

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

#59369f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#59369f Color code Preview on White Background

This is how #59369f Color code will look on white background color. Color contrast ratio is 8.56

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

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(89,54,159,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(124,159,54,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(89,54,159,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.