COLOR #7143CA

HEX: #7143CA
RGB: (113,67,202)

Color info

#7143CA contains mainly blue color. Web safe color of #7143CA is #6633CC (or #63C).

RGB color model

#7143CA color RGB value is (113,67,202).

  • red value is 113;
  • green value is 67;
  • blue value is 202.
RGB:
(113,67,202)
(44%,26%,79%)

RGB channels and saturation

R 113 of 255 = 44%
G 67 of 255 = 26%
B 202 of 255 = 79%

113
67
202

R + G + B ~ 50%. #7143CA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
113 + 67 + 202 = 382 (100%)
R 113 of 382 ~ 29.58%
G 67 of 382 ~ 17.54%
B 202 of 382 ~ 52.88%

%29.58
%17.54
%52.88

CMYK color model

#7143CA color CMYK value is (44,67,0,21).

  • cyan value is 44.06%
  • magenta value is 66.83%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(44,67,0,21)
C44M67Y0K21 
(44%,67%,0%,21%)
(0.44/0.67/0.00/0.21)	

CMYK percentages

%44.06
%66.83
%0
%20.78

Codes

Color #7143CA in popluar color models

7143CA
RGB11367202
HSL260°56.02%52.75%
HSB/HSV260°66.83%79.22%
CMYK44.06%66.83%0.00%
20.78%

Color #7143CA in popluar number systems.

HEX7143CA
Decimal11367202
Binary1110001100001111001010
Octal161103312

Shades and tints

Shades of #7143CA

#7143CA
(113,67,202)
#673DB8
(103,61,184)
#5D37A6
(93,55,166)
#533194
(83,49,148)
#492B82
(73,43,130)
#3F2570
(63,37,112)
#351F5E
(53,31,94)
#2B194C
(43,25,76)
#21133A
(33,19,58)
#170D28
(23,13,40)
#0D0716
(13,7,22)
#000000
(0,0,0)

Tints of #7143CA

#7143CA
(113,67,202)
#7D54CE
(125,84,206)
#8965D2
(137,101,210)
#9576D6
(149,118,214)
#A187DA
(161,135,218)
#AD98DE
(173,152,222)
#B9A9E2
(185,169,226)
#C5BAE6
(197,186,230)
#D1CBEA
(209,203,234)
#DDDCEE
(221,220,238)
#E9EDF2
(233,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7143CA color. Also use rgb(113,67,202) instead hex code.

Text Font Color

.myTextColor { color: #7143CA; }

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

This text font color is #7143CA.


Background Color

.myBgColor { background-color: #7143CA; }

<div style="background-color:#7143CA">Inner text</div>

This div background color is #7143CA.


Border color

.myBorderColor { border: 1px solid #7143CA; }

<div style="border:3px solid #7143CA">Div</div>

This div border color is #7143CA.


Opacity

.myOpacity80 { color: #7143CA; opacity: 0.8; }

<p style="color:#7143CA;opacity:0.8;">80%</p>

Text with #7143CA 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 #7143CA;}

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

This text has shadow with #7143CA color.

.textShadow {text-shadow: 3px 3px 1px #7143CA, 3px 3px 1px red;}

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

This text has shadow with #7143CA primary color and red secondary color.


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

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

This text has shadow with #7143CA and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7143CA;
-webkit-box-shadow: 1px 1px 3px 2px #7143CA;
box-shadow:1px 1px 3px 2px #7143CA;">
Div content here</div>
This div box has shadow with color #7143CA.

Preview

Color preview on black background

This text has color #7143CA on black background.


Color preview on white background

This text has color #7143CA on white background.



Black color preview on #7143CA background

This text has black color on #7143CA background.


White color preview on #7143CA background

This text has white color on #7143CA background.