crispedge.com

Color picker

Loading...

#75259d hex color - Violet - Warm color - Information

#75259d hex color - Violet - Warm color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #75259d Color code in RGB color code model is created after adding 45.88% red color, 14.51% green color and 61.57% blue color. Hex #75259d Color code in CMYK color (process color) code model is generated after subtraction of 25% cyan, 76% magenta, 0% yellow and 38% black.

Hex #75259d color code is between #772299 web safe hex color code and #6633aa web safe hex color code. #772299 is the nearest web safe color code. You can see here many more shades of #75259d color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code75259d#75259d
RGB Decimal117, 37, 157rgb(117, 37, 157)
RGB Percent46%, 15%, 62%rgb(46%, 15%, 62%)
CSS RGBa117, 37, 157,1rgba(117,37,157,1)
CMYK Modelcmyk(25%,76%,0%,38%)
HSL Color Space280,62% ,38%hsl(280,62% ,38%)
HSV Color Space280°, 76%, 62%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary011101010010010110011101
Octal16545235
Decimal11737157
Hex75259d

Different shades of #75259d color code.

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

Light Shade of #75259d
#942fc6
Dark Shade of #75259d
#561b74
Saturated Shade of #75259d
#781ba7
Desaturated Shade of #75259d
#722f93
Grey scale Shade of #75259d
#616161
Brighten Shade
#8e3eb6
Most Readable Shade
#FFFFFF

Shades of #75259d color code

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

#75259d
#68208b
#5b1c7a
#4e1868
#411457
#341045
#270c34
#1a0822
#0d0411
#000000

Similar Color like #75259d color

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

#76269e
#77279f
#7828a0
#7929a1
#7a2aa2
#7b2ba3
#7c2ca4
#7d2da5
#7e2ea6
#7f2fa7
#8030a8
#8131a9
#8232aa
#8333ab
#74249c
#73239b
#72229a
#712199
#702098
#6f1f97
#6e1e96
#6d1d95
#6c1c94
#6b1b93
#6a1a92
#691991
#681890
#67178f

Monochromatic Color with #75259d

#75259d
#952fc7
#b439f2
#16071d
#361148
#551b72

Tints of #75259d Color

#75259d
#843da7
#9355b2
#a36dbd
#b285c8
#c19ed3
#d1b6de
#e0cee9
#efe6f4
#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

#75259d
#4d9d25

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

Split Complementary

#75259d
#899d25
#259d39

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

Analogous Color

#45259d
#5d259d
#75259d
#8d259d
#9d2595

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

#75259d
#9d7525
#259d75

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

#75259d
#9d3925
#4d9d25
#25899d

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

#75259d
#4d9d25
#259d39
#9d2589

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 #75259d 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.

#75259d Color Code Preview on Black Background Color

This is how #75259d Color will look on black background color. Color contrast ratio is 2.51

#75259d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #75259d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #75259d

#75259d color code is use for CSS Background Color

Background color for the above div is #75259d

HTML with inline CSS

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

#75259d color code is use for CSS Border Color

CSS Border color for the above div is #75259d

HTML with inline CSS

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

CSS Border Left color for the above div is #75259d

HTML with inline CSS

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

CSS Border Right color for the above div is #75259d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #75259d

HTML with inline CSS

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

CSS Border Top color for the above div is #75259d

HTML with inline CSS

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

#75259d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#75259d Color code Preview on White Background

This is how #75259d Color code will look on white background color. Color contrast ratio is 8.37

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

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(117,37,157,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(77,157,37,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(117,37,157,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.