crispedge.com

Color picker

Loading...

#7335ad hex color - Violet - Warm color - Information

#7335ad hex color - Violet - Warm color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #7335ad Color code in RGB color code model is created after adding 45.1% red color, 20.78% green color and 67.84% blue color. Hex #7335ad Color code in CMYK color (process color) code model is generated after subtraction of 34% cyan, 69% magenta, 0% yellow and 32% black.

Hex #7335ad color code is between #7733aa web safe hex color code and #6644bb web safe hex color code. #7733aa is the nearest web safe color code. You can see here many more shades of #7335ad color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code7335ad#7335ad
RGB Decimal115, 53, 173rgb(115, 53, 173)
RGB Percent45%, 21%, 68%rgb(45%, 21%, 68%)
CSS RGBa115, 53, 173,1rgba(115,53,173,1)
CMYK Modelcmyk(34%,69%,0%,32%)
HSL Color Space271,53% ,44%hsl(271,53% ,44%)
HSV Color Space271°, 69%, 68%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary011100110011010110101101
Octal16365255
Decimal11553173
Hex7335ad

Different shades of #7335ad color code.

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

Light Shade of #7335ad
#8d4dc8
Dark Shade of #7335ad
#592986
Saturated Shade of #7335ad
#732ab8
Desaturated Shade of #7335ad
#7340a2
Grey scale Shade of #7335ad
#717171
Brighten Shade
#8c4ec6
Most Readable Shade
#FFFFFF

Shades of #7335ad color code

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

#7335ad
#662f99
#592986
#4c2373
#3f1d60
#33174c
#261139
#190b26
#0c0513
#000000

Similar Color like #7335ad color

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

#7436ae
#7537af
#7638b0
#7739b1
#783ab2
#793bb3
#7a3cb4
#7b3db5
#7c3eb6
#7d3fb7
#7e40b8
#7f41b9
#8042ba
#8143bb
#7234ac
#7133ab
#7032aa
#6f31a9
#6e30a8
#6d2fa7
#6c2ea6
#6b2da5
#6a2ca4
#692ba3
#682aa2
#6729a1
#6628a0
#65279f

Monochromatic Color with #7335ad

#7335ad
#8f42d7
#020103
#1e0e2d
#3a1b58
#572882

Tints of #7335ad Color

#7335ad
#824bb6
#9261bf
#a178c8
#b18ed1
#c0a5da
#d0bbe3
#dfd2ec
#efe8f5
#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

#7335ad
#6fad35

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

Split Complementary

#7335ad
#abad35
#35ad37

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

Analogous Color

#4335ad
#5b35ad
#7335ad
#8b35ad
#a335ad

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

#7335ad
#ad7335
#35ad73

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

#7335ad
#ad3735
#6fad35
#35abad

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

#7335ad
#6fad35
#35ad37
#ad35ab

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 #7335ad 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.

#7335ad Color Code Preview on Black Background Color

This is how #7335ad Color will look on black background color. Color contrast ratio is 2.84

#7335ad in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #7335ad

HTML with inline CSS

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

Your Example Paragraph content text in with font color #7335ad

#7335ad color code is use for CSS Background Color

Background color for the above div is #7335ad

HTML with inline CSS

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

#7335ad color code is use for CSS Border Color

CSS Border color for the above div is #7335ad

HTML with inline CSS

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

CSS Border Left color for the above div is #7335ad

HTML with inline CSS

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

CSS Border Right color for the above div is #7335ad

HTML with inline CSS

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

CSS Border Bottom color for the above div is #7335ad

HTML with inline CSS

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

CSS Border Top color for the above div is #7335ad

HTML with inline CSS

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

#7335ad hex Color code used as CSS color Codes

Example CSS Class for usage

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

#7335ad Color code Preview on White Background

This is how #7335ad Color code will look on white background color. Color contrast ratio is 7.39

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

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(115,53,173,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(111,173,53,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(115,53,173,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.