COLOR #7215E7

HEX: #7215E7 RGB: (114,21,231)

Color info

#7215E7 contains mainly blue color. Web safe color of #7215E7 is #6600FF (or #60F).

RGB color model

#7215E7 color RGB value is (114,21,231).

RGB: (114,21,231) (45%, 8%, 91%)

RGB channels and saturation

R 114 of 255 = 45%
G 21 of 255 = 8%
B 231 of 255 = 91%

114
21
231

R + G + B ~ 48%. #7215E7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 114 + 21 + 231 = 366 (100%)
R 114 of 366 ~ 31.15%
G 21 of 366 ~ 5.74%
B 231 of 366 ~ 63.11'%

%31.15
%63.11

CMYK color model

#7215E7 color CMYK value is (51,91,0,9).

  • cyan value is 50.65%
  • magenta value is 90.91%
  • yellow value is 0.00%
  • key color value is 9.41%

CMYK: (51,91,0,9)
C51M91Y0K9 (51%, 91%, 0%, 9%)
(0.51 / 0.91 / 0.00 / 0.09)

CMYK percentages

%50.65
%90.91
%0
%9.41

Codes

Color #7215E7 in popluar color models

72 15 E7
RGB 114 21 231
HSL 267° 83.33% 49.41%
HSB/HSV 267° 90.91% 90.59%
CMYK 50.65% 90.91% 0.00%
9.41%

Color #7215E7 in popluar number systems.

HEX 72 15 E7
Decimal 114 21 231
Binary 1110010 10101 11100111
Octal 162 25 347

Shades and tints

Shades of #7215E7

#7215E7
(114,21,231)
#6814D2
(104,20,210)
#5E13BD
(94,19,189)
#5412A8
(84,18,168)
#4A1193
(74,17,147)
#40107E
(64,16,126)
#360F69
(54,15,105)
#2C0E54
(44,14,84)
#220D3F
(34,13,63)
#180C2A
(24,12,42)
#0E0B15
(14,11,21)
#000000
(0,0,0)

Tints of #7215E7

#7215E7
(114,21,231)
#7E2AE9
(126,42,233)
#8A3FEB
(138,63,235)
#9654ED
(150,84,237)
#A269EF
(162,105,239)
#AE7EF1
(174,126,241)
#BA93F3
(186,147,243)
#C6A8F5
(198,168,245)
#D2BDF7
(210,189,247)
#DED2F9
(222,210,249)
#EAE7FB
(234,231,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7215E7 color. Also use rgb(114,21,231) instead hex code.

Text Font Color

.myTextColor { color: #7215E7; }

<p style="color:#7215E7">This sample text font color is #7215E7.</p>

This text font color is #7215E7.

Background Color

.myBgColor { background-color: #7215E7; }

<div style="background-color:#7215E7">Inner text</div>

This div background color is #7215E7.

Border color

.myBorderColor { border: 1px solid #7215E7; }

<div style="border:3px solid #7215E7">Div</div>

This div border color is #7215E7.

Opacity

.myOpacity80 { color: #7215E7; opacity: 0.8; }

<p style="color:#7215E7;opacity:0.8;">80%</p>

Text with #7215E7 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #7215E7;}

<p style="text-shadow: 3px 3px 1px #7215E7">Text here.</p>

This text has shadow with #7215E7 color.


.textShadow {text-shadow: 3px 3px 1px #7215E7', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #7215E7, 5px 5px 20px red">Text here.</p>

This text has shadow with #7215E7 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7215E7, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#7215E7, Direction=45, Strength=4)">Text</p>

This text has shadow with #7215E7 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #7215E7;
-webkit-box-shadow: 1px 1px 3px 2px #7215E7;
box-shadow: 1px 1px 3px 2px #7215E7;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7215E7; -webkit-box-shadow: 1px 1px 3px 2px #7215E7; box-shadow:1px 1px 3px 2px #7215E7;">
Div content here
</div>

This div box has shadow with color #7215E7.

Preview

Color preview on black background

This text has color #7215E7 on black background.


Color preview on white background

This text has color #7215E7 on white background.


Black color preview on #7215E7 background

This text has black color on #7215E7 background.


White color preview on #7215E7 background

This text has white color on #7215E7 background.


Related colors

Complementary color

Complementary color for #hex is #8DEA18.


I love getcolorcode.com

Triadic colors

1 #E77215 and #15E772 with #7215E7 are triadic colors.

2 #E71572 and #1572E7 with #7215E7 are triadic colors.