crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#7564c3 hex color - Violet - Cool color - Information

#7564c3 hex color - Violet - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #7564c3 Color code in RGB color code model is created after adding 45.88% red color, 39.22% green color and 76.47% blue color. Hex #7564c3 Color code in CMYK color (process color) code model is generated after subtraction of 40% cyan, 49% magenta, 0% yellow and 24% black.

Hex #7564c3 color code is between #7766bb web safe hex color code and #6655cc web safe hex color code. #7766bb is the nearest web safe color code. You can see here many more shades of #7564c3 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code7564c3#7564c3
RGB Decimal117, 100, 195rgb(117, 100, 195)
RGB Percent46%, 39%, 76%rgb(46%, 39%, 76%)
CSS RGBa117, 100, 195,1rgba(117,100,195,1)
CMYK Modelcmyk(40%,49%,0%,24%)
HSL Color Space251,44% ,58%hsl(251,44% ,58%)
HSV Color Space251°, 49%, 76%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011101010110010011000011
Octal165144303
Decimal117100195
Hex7564c3

Different shades of #7564c3 color code.

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

Light Shade of #7564c3
#9689d1
Dark Shade of #7564c3
#5744b0
Saturated Shade of #7564c3
#6e59ce
Desaturated Shade of #7564c3
#7c6fb8
Grey scale Shade of #7564c3
#939393
Brighten Shade
#8e7ddc
Most Readable Shade
#FFFFFF

Shades of #7564c3 color code

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

#7564c3
#6858ad
#5b4d97
#4e4282
#41376c
#342c56
#272141
#1a162b
#0d0b15
#000000

Similar Color like #7564c3 color

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

#7665c4
#7766c5
#7867c6
#7968c7
#7a69c8
#7b6ac9
#7c6bca
#7d6ccb
#7e6dcc
#7f6ecd
#806fce
#8170cf
#8271d0
#8372d1
#7463c2
#7362c1
#7261c0
#7160bf
#705fbe
#6f5ebd
#6e5dbc
#6d5cbb
#6c5bba
#6b5ab9
#6a59b8
#6958b7
#6857b6
#6756b5

Monochromatic Color with #7564c3

#7564c3
#8f7aed
#0f0d19
#292343
#42386e
#5c4e98

Tints of #7564c3 Color

#7564c3
#8475c9
#9386d0
#a397d7
#b2a8dd
#c1bae4
#d1cbeb
#e0dcf1
#efedf8
#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

#7564c3
#b2c364

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

Split Complementary

#7564c3
#c3a464
#83c364

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

Analogous Color

#6479c3
#6466c3
#7564c3
#8864c3
#9b64c3

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

#7564c3
#c37564
#64c375

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

#7564c3
#c36482
#b2c364
#64c3a4

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

#7564c3
#b2c364
#83c364
#a464c3

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 #7564c3 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.

#7564c3 Color Code Preview on Black Background Color

This is how #7564c3 Color will look on black background color. Color contrast ratio is 4.37

#7564c3 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #7564c3

HTML with inline CSS

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

Your Example Paragraph content text in with font color #7564c3

#7564c3 color code is use for CSS Background Color

Background color for the above div is #7564c3

HTML with inline CSS

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

#7564c3 color code is use for CSS Border Color

CSS Border color for the above div is #7564c3

HTML with inline CSS

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

CSS Border Left color for the above div is #7564c3

HTML with inline CSS

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

CSS Border Right color for the above div is #7564c3

HTML with inline CSS

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

CSS Border Bottom color for the above div is #7564c3

HTML with inline CSS

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

CSS Border Top color for the above div is #7564c3

HTML with inline CSS

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

#7564c3 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#7564c3 Color code Preview on White Background

This is how #7564c3 Color code will look on white background color. Color contrast ratio is 4.81

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.