Skip to main content Skip to docs navigation

#45127f hex color | Download Dark Violet BG image | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Woow we have a nearby visually matching color name available. It's name is Grim Purple and its hex is #441188 Nearest Color Name

Color Hue/Base color: Violet

Hex #45127f Color code in RGB color code model is created after adding 27.06% red color, 7.06% green color and 49.8% blue color. Hex #45127f Color code in CMYK color (process color) code model is generated after subtraction of 46% cyan, 86% magenta, 0% yellow and 50.2% black.

Hex #45127f color code is between #441177 web safe hex color code and #552288 web safe hex color code. #441177 is the nearest web safe color code. You can see here many more shades of #45127f color code.

RGB Chart

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

Color Table

Hex Color Code 45127f #45127f
RGB Decimal 69, 18, 127 69, 18, 127
RGB Percent 27%, 7%, 50% rgb(27%, 7%, 50%)
CSS RGBa 69, 18, 127,1 rgba(69,18,127,1)
CMYK Model cmyk(46%,86%,0%,50.2%)
HSL Color Space 268,75% ,28% hsl(268,75% ,28%)
HSV Color Space 268°, 86%, 50%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 01000101 00010010 01111111
Octal 105 22 177
Decimal 69 18 127
Hex 45 12 7f

Different shades of #45127f color code.

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

Darkest of #45127f
#000000
Darker of #45127f
#140526
Dark of #45127f
#2d0c52
Base of #45127f
#45127f
Light of #45127f
#5d18ac
Lighter
#761fd8
Lightest
#9045e5

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

#45127f
#4c7f12

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

Split Complementary

#45127f
#7f7b12
#167f12

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

Analogous Color

#121f7f
#18127f
#45127f
#69127f
#7f1267

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

#45127f
#127f45
#7f4512

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

#45127f
#7f4512
#4c7f12
#124c7f

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#45127f
#7f1216
#4c7f12
#127f7b

Square 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).

Monochromatic Color with #45127f

#000000
#000000
#140526
#2d0c52
#45127f
#5d18ac
#761fd8
#9045e5
#ab72eb

Tints of #45127f Color

#45127f
#592c8d
#6e469b
#8361a9
#977bb7
#ac95c6
#c1b0d4
#d5cae2
#eae4f0
#ffffff

Shades of #45127f color code

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

#45127f
#3d1070
#350e62
#2e0c54
#260a46
#1e0838
#17062a
#0f041c
#07020e
#000000

Tones

#45127f
#462170
#472f62
#483d53
#484848

Tones

Similar Color like #45127f color

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

#461380
#471481
#481582
#491683
#4a1784
#4b1885
#4c1986
#4d1a87
#4e1b88
#4f1c89
#501d8a
#511e8b
#521f8c
#53208d
#44117e
#43107d
#420f7c
#410e7b
#400d7a
#3f0c79
#3e0b78
#3d0a77
#3c0976
#3b0875
#3a0774
#390673
#380572
#370471

Download this Dark Violet

Hex #45127f 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.

#45127f Color Code Preview on Black Background Color

This is how #45127f Color will look on black background color. Color contrast ratio is 1.65

#45127f in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#45127f color code is use for CSS Background Color

Background color for the above div is #45127f

HTML with inline CSS

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

#45127f color code is use for CSS Border Color

CSS Border color for the above div is #45127f

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#45127f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#45127f Color code Preview on White Background

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

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

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(69,18,127,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(76,127,18,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(69,18,127,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }