crispedge.com

Color picker

Loading...

#775496 hex color - Juneberry - Violet - Warm color - Information

#775496 hex color - Juneberry - Violet - Warm color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #775496 Color Code is also known as Juneberry color.

Hex #775496 Color code in RGB color code model is created after adding 46.67% red color, 32.94% green color and 58.82% blue color. Hex #775496 Color code in CMYK color (process color) code model is generated after subtraction of 21% cyan, 44% magenta, 0% yellow and 41% black.

Hex #775496 color code is between #665599 web safe hex color code and #884488 web safe hex color code. #665599 is the nearest web safe color code. You can see here many more shades of #775496 color code.

0 Likes 0 Comments | 39 Views

RGB Chart

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

Color Table

Hex Color Code775496#775496
RGB Decimal119, 84, 150rgb(119, 84, 150)
RGB Percent47%, 33%, 59%rgb(47%, 33%, 59%)
CSS RGBa119, 84, 150,1rgba(119,84,150,1)
CMYK Modelcmyk(21%,44%,0%,41%)
HSL Color Space272,28% ,46%hsl(272,28% ,46%)
HSV Color Space272°, 44%, 59%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary011101110101010010010110
Octal167124226
Decimal11984150
Hex775496

Different shades of #775496 color code.

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

Light Shade of #775496
#906fae
Dark Shade of #775496
#5d4275
Saturated Shade of #775496
#7848a2
Desaturated Shade of #775496
#76608a
Grey scale Shade of #775496
#757575
Brighten Shade
#906daf
Most Readable Shade
#FFFFFF

Shades of #775496 color code

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

#775496
#694a85
#5c4174
#4f3864
#422e53
#342542
#271c32
#1a1221
#0d0910
#000000

Similar Color like #775496 color

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

#785597
#795698
#7a5799
#7b589a
#7c599b
#7d5a9c
#7e5b9d
#7f5c9e
#805d9f
#815ea0
#825fa1
#8360a2
#8461a3
#8562a4
#765395
#755294
#745193
#735092
#724f91
#714e90
#704d8f
#6f4c8e
#6e4b8d
#6d4a8c
#6c498b
#6b488a
#6a4789
#694688

Monochromatic Color with #775496

#775496
#996cc0
#ba84eb
#120d16
#342441
#553c6b

Tints of #775496 Color

#775496
#8667a1
#957aad
#a48db9
#b3a0c4
#c2b3d0
#d1c6dc
#e0d9e7
#efecf3
#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

#775496
#739654

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

Split Complementary

#775496
#949654
#549656

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

Analogous Color

#5d5496
#6a5496
#775496
#845496
#915496

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

#775496
#967754
#549677

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

#775496
#965654
#739654
#549496

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

#775496
#739654
#549656
#965494

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

#775496 Color Code Preview on Black Background Color

This is how #775496 Color will look on black background color. Color contrast ratio is 3.49

#775496 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #775496

HTML with inline CSS

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

Your Example Paragraph content text in with font color #775496

#775496 color code is use for CSS Background Color

Background color for the above div is #775496

HTML with inline CSS

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

#775496 color code is use for CSS Border Color

CSS Border color for the above div is #775496

HTML with inline CSS

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

CSS Border Left color for the above div is #775496

HTML with inline CSS

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

CSS Border Right color for the above div is #775496

HTML with inline CSS

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

CSS Border Bottom color for the above div is #775496

HTML with inline CSS

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

CSS Border Top color for the above div is #775496

HTML with inline CSS

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

#775496 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#775496 Color code Preview on White Background

This is how #775496 Color code will look on white background color. Color contrast ratio is 6.01

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

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

0 Likes 0 Comments | 39 Views

Post your comment:-

By submitting comment you agree to our privacy policy.