Skip to main content Skip to docs navigation

#53367f 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 Prism Violet and its hex is #53357D Nearest Color Name

Color Hue/Base color: Violet

Hex #53367f Color code in RGB color code model is created after adding 32.55% red color, 21.18% green color and 49.8% blue color. Hex #53367f Color code in CMYK color (process color) code model is generated after subtraction of 35% cyan, 57% magenta, 0% yellow and 50.2% black.

Hex #53367f color code is between #553377 web safe hex color code and #444488 web safe hex color code. #553377 is the nearest web safe color code. You can see here many more shades of #53367f color code.

RGB Chart

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

Color Table

Hex Color Code 53367f #53367f
RGB Decimal 83, 54, 127 83, 54, 127
RGB Percent 33%, 21%, 50% rgb(33%, 21%, 50%)
CSS RGBa 83, 54, 127,1 rgba(83,54,127,1)
CMYK Model cmyk(35%,57%,0%,50.2%)
HSL Color Space 264,40% ,35% hsl(264,40% ,35%)
HSV Color Space 264°, 57%, 50%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 01010011 00110110 01111111
Octal 123 66 177
Decimal 83 54 127
Hex 53 36 7f

Different shades of #53367f color code.

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

Darkest of #53367f
#0d0814
Darker of #53367f
#241837
Dark of #53367f
#3c275b
Base of #53367f
#53367f
Light of #53367f
#6a45a3
Lighter
#8460bb
Lightest
#a084ca

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

#53367f
#627f36

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

Split Complementary

#53367f
#7f7836
#3d7f36

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

Analogous Color

#36447f
#36377f
#53367f
#6b367f
#7f3674

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

#53367f
#367f53
#7f5336

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

#53367f
#7f5336
#627f36
#36627f

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

#53367f
#7f363d
#627f36
#367f78

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 #53367f

#000000
#0d0814
#241837
#3c275b
#53367f
#6a45a3
#8460bb
#a084ca
#bba7da

Tints of #53367f Color

#53367f
#664c8d
#79629b
#8c79a9
#9f8fb7
#b2a5c6
#c5bcd4
#d8d2e2
#ebe8f0
#ffffff

Shades of #53367f color code

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

#53367f
#493070
#402a62
#372454
#2e1e46
#241838
#1b122a
#120c1c
#09060e
#000000

Tones

#53367f
#57486d
#5a5a5b
#5a5a5a
#5a5a5a

Tones

Similar Color like #53367f color

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

#543780
#553881
#563982
#573a83
#583b84
#593c85
#5a3d86
#5b3e87
#5c3f88
#5d4089
#5e418a
#5f428b
#60438c
#61448d
#52357e
#51347d
#50337c
#4f327b
#4e317a
#4d3079
#4c2f78
#4b2e77
#4a2d76
#492c75
#482b74
#472a73
#462972
#452871

Download this Dark Violet

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

#53367f Color Code Preview on Black Background Color

This is how #53367f Color will look on black background color. Color contrast ratio is 2.20

#53367f in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#53367f color code is use for CSS Background Color

Background color for the above div is #53367f

HTML with inline CSS

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

#53367f color code is use for CSS Border Color

CSS Border color for the above div is #53367f

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#53367f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#53367f Color code Preview on White Background

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

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

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