crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

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

#70137d hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #70137d Color code in RGB color code model is created after adding 43.92% red color, 7.45% green color and 49.02% blue color. Hex #70137d Color code in CMYK color (process color) code model is generated after subtraction of 10% cyan, 85% magenta, 0% yellow and 51% black.

Hex #70137d color code is between #771177 web safe hex color code and #662288 web safe hex color code. #771177 is the nearest web safe color code. You can see here many more shades of #70137d color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code70137d#70137d
RGB Decimal112, 19, 125rgb(112, 19, 125)
RGB Percent44%, 7%, 49%rgb(44%, 7%, 49%)
CSS RGBa112, 19, 125,1rgba(112,19,125,1)
CMYK Modelcmyk(10%,85%,0%,51%)
HSL Color Space293,74% ,28%hsl(293,74% ,28%)
HSV Color Space293°, 85%, 49%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary011100000001001101111101
Octal16023175
Decimal11219125
Hex70137d

Different shades of #70137d color code.

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

Light Shade of #70137d
#981aa9
Dark Shade of #70137d
#480c51
Saturated Shade of #70137d
#750c84
Desaturated Shade of #70137d
#6b1a76
Grey scale Shade of #70137d
#484848
Brighten Shade
#892c96
Most Readable Shade
#FFFFFF

Shades of #70137d color code

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

#70137d
#63106f
#570e61
#4a0c53
#3e0a45
#310837
#250629
#18041b
#0c020d
#000000

Similar Color like #70137d color

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

#71147e
#72157f
#731680
#741781
#751882
#761983
#771a84
#781b85
#791c86
#7a1d87
#7b1e88
#7c1f89
#7d208a
#7e218b
#6f127c
#6e117b
#6d107a
#6c0f79
#6b0e78
#6a0d77
#690c76
#680b75
#670a74
#660973
#650872
#640771
#630670
#62056f

Monochromatic Color with #70137d

#70137d
#9619a7
#bc20d2
#e226fc
#240628
#4a0d52

Tints of #70137d Color

#70137d
#7f2d8b
#8f4799
#9f61a8
#af7bb6
#bf96c5
#cfb0d3
#dfcae2
#efe4f0
#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

#70137d
#207d13

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

Split Complementary

#70137d
#557d13
#137d3b

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

Analogous Color

#46137d
#5b137d
#70137d
#7d1375
#7d1360

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

#70137d
#7d7013
#137d70

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

#70137d
#7d3b13
#207d13
#13557d

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

#70137d
#207d13
#137d3b
#7d1355

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

#70137d Color Code Preview on Black Background Color

This is how #70137d Color will look on black background color. Color contrast ratio is 2.08

#70137d in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#70137d color code is use for CSS Background Color

Background color for the above div is #70137d

HTML with inline CSS

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

#70137d color code is use for CSS Border Color

CSS Border color for the above div is #70137d

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#70137d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#70137d Color code Preview on White Background

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

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.