COLOR #7163CB

HEX: #7163CB RGB: (113,99,203)

Color info

#7163CB contains mainly blue color. Web safe color of #7163CB is #6666CC (or #66C).

RGB color model

#7163CB color RGB value is (113,99,203).

RGB: (113,99,203) (44%, 39%, 80%)

RGB channels and saturation

R 113 of 255 = 44%
G 99 of 255 = 39%
B 203 of 255 = 80%

113
99
203

R + G + B ~ 54%. #7163CB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 113 + 99 + 203 = 415 (100%)
R 113 of 415 ~ 27.23%
G 99 of 415 ~ 23.86%
B 203 of 415 ~ 48.92'%

%27.23
%23.86
%48.92

CMYK color model

#7163CB color CMYK value is (44,51,0,20).

  • cyan value is 44.33%
  • magenta value is 51.23%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK: (44,51,0,20) C44M51Y0K20 (44%,51%,0%,20%) (0.44/0.51/0.00/0.20) 

CMYK percentages

%44.33
%51.23
%0
%20.39

Codes

Color #7163CB in popluar color models

71 63 CB
RGB 113 99 203
HSL 248° 50.00% 59.22%
HSB/HSV 248° 51.23% 79.61%
CMYK 44.33% 51.23% 0.00%
20.39%

Color #7163CB in popluar number systems.

HEX 71 63 CB
Decimal 113 99 203
Binary 1110001 1100011 11001011
Octal 161 143 313

Shades and tints

Shades of #7163CB

#7163CB
(113,99,203)
#675AB9
(103,90,185)
#5D51A7
(93,81,167)
#534895
(83,72,149)
#493F83
(73,63,131)
#3F3671
(63,54,113)
#352D5F
(53,45,95)
#2B244D
(43,36,77)
#211B3B
(33,27,59)
#171229
(23,18,41)
#0D0917
(13,9,23)
#000000
(0,0,0)

Tints of #7163CB

#7163CB
(113,99,203)
#7D71CF
(125,113,207)
#897FD3
(137,127,211)
#958DD7
(149,141,215)
#A19BDB
(161,155,219)
#ADA9DF
(173,169,223)
#B9B7E3
(185,183,227)
#C5C5E7
(197,197,231)
#D1D3EB
(209,211,235)
#DDE1EF
(221,225,239)
#E9EFF3
(233,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7163CB color. Also use rgb(113,99,203) instead hex code.

Text Font Color

.myTextColor { color: #7163CB; }

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

This text font color is #7163CB.

Background Color

.myBgColor { background-color: #7163CB; }

<div style="background-color:#7163CB">Inner text</div>

This div background color is #7163CB.

Border color

.myBorderColor { border: 1px solid #7163CB; }

<div style="border:3px solid #7163CB">Div</div>

This div border color is #7163CB.

Opacity

.myOpacity80 { color: #7163CB; opacity: 0.8; }

<p style="color:#7163CB;opacity:0.8;">80%</p>

Text with #7163CB 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 #7163CB;}

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

This text has shadow with #7163CB color.


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

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

This text has shadow with #7163CB primary color and red secondary color.


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

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

This text has shadow with #7163CB and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7163CB.

Preview

Color preview on black background

This text has color #7163CB on black background.


Color preview on white background

This text has color #7163CB on white background.


Black color preview on #7163CB background

This text has black color on #7163CB background.


White color preview on #7163CB background

This text has white color on #7163CB background.


Related colors

Complementary color

Complementary color for #hex is #8E9C34.


I love getcolorcode.com

Triadic colors

1 #CB7163 and #63CB71 with #7163CB are triadic colors.

2 #CB6371 and #6371CB with #7163CB are triadic colors.