Skip to main content Skip to docs navigation

#741bcd 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 Crown Chakra and its hex is #701DCE Nearest Color Name

Color Hue/Base color: Violet

Hex #741bcd Color code in RGB color code model is created after adding 45.49% red color, 10.59% green color and 80.39% blue color. Hex #741bcd Color code in CMYK color (process color) code model is generated after subtraction of 43% cyan, 87% magenta, 0% yellow and 19.61% black.

Hex #741bcd color code is between #7722cc web safe hex color code and #6611dd web safe hex color code. #7722cc is the nearest web safe color code. You can see here many more shades of #741bcd color code.

RGB Chart

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

Color Table

Hex Color Code 741bcd #741bcd
RGB Decimal 116, 27, 205 116, 27, 205
RGB Percent 45%, 11%, 80% rgb(45%, 11%, 80%)
CSS RGBa 116, 27, 205,1 rgba(116,27,205,1)
CMYK Model cmyk(43%,87%,0%,19.61%)
HSL Color Space 270,77% ,45% hsl(270,77% ,45%)
HSV Color Space 270°, 87%, 80%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 01110100 00011011 11001101
Octal 164 33 315
Decimal 116 27 205
Hex 74 1b cd

Different shades of #741bcd color code.

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

Darkest of #741bcd
#270946
Darker of #741bcd
#410f73
Dark of #741bcd
#5a15a0
Base of #741bcd
#741bcd
Light of #741bcd
#8d36e5
Lighter
#a763eb
Lightest
#c091f0

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

#741bcd
#74cd1b

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

Split Complementary

#741bcd
#cdcd1b
#1bcd1b

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

Analogous Color

#1b2acd
#2a1bcd
#741bcd
#af1bcd
#cd1ba0

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

#741bcd
#1bcd74
#cd741b

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

#741bcd
#cd741b
#74cd1b
#1b74cd

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

#741bcd
#cd1b1b
#74cd1b
#1bcdcd

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 #741bcd

#0e0319
#270946
#410f73
#5a15a0
#741bcd
#8d36e5
#a763eb
#c091f0
#dabef6

Tints of #741bcd Color

#741bcd
#8334d2
#924dd8
#a267dd
#b180e3
#c199e8
#d0b3ee
#e0ccf3
#efe5f9
#ffffff

Shades of #741bcd color code

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

#741bcd
#6718b6
#5a159f
#4d1288
#400f71
#330c5b
#260944
#19062d
#0c0316
#000000

Tones

#741bcd
#7432b6
#74499f
#746187
#747474

Tones

Similar Color like #741bcd color

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

#751cce
#761dcf
#771ed0
#781fd1
#7920d2
#7a21d3
#7b22d4
#7c23d5
#7d24d6
#7e25d7
#7f26d8
#8027d9
#8128da
#8229db
#731acc
#7219cb
#7118ca
#7017c9
#6f16c8
#6e15c7
#6d14c6
#6c13c5
#6b12c4
#6a11c3
#6910c2
#680fc1
#670ec0
#660dbf

Download this Dark Violet

Hex #741bcd 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.

#741bcd Color Code Preview on Black Background Color

This is how #741bcd Color will look on black background color. Color contrast ratio is 2.78

#741bcd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #741bcd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #741bcd

#741bcd color code is use for CSS Background Color

Background color for the above div is #741bcd

HTML with inline CSS

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

#741bcd color code is use for CSS Border Color

CSS Border color for the above div is #741bcd

HTML with inline CSS

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

CSS Border Left color for the above div is #741bcd

HTML with inline CSS

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

CSS Border Right color for the above div is #741bcd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #741bcd

HTML with inline CSS

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

CSS Border Top color for the above div is #741bcd

HTML with inline CSS

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

#741bcd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#741bcd Color code Preview on White Background

This is how #741bcd Color code will look on white background color. Color contrast ratio is 7.55

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

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