COLOR #7F63C6

HEX: #7F63C6 RGB: (127,99,198)

Color info

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

RGB color model

#7F63C6 color RGB value is (127,99,198).

RGB: (127,99,198) (50%, 39%, 78%)

RGB channels and saturation

R 127 of 255 = 50%
G 99 of 255 = 39%
B 198 of 255 = 78%

127
99
198

R + G + B ~ 56%. #7F63C6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 127 + 99 + 198 = 424 (100%)
R 127 of 424 ~ 29.95%
G 99 of 424 ~ 23.35%
B 198 of 424 ~ 46.7'%

%29.95
%23.35
%46.7

CMYK color model

#7F63C6 color CMYK value is (36,50,0,22).

  • cyan value is 35.86%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 22.35%

CMYK: (36,50,0,22)
C36M50Y0K22 (36%, 50%, 0%, 22%)
(0.36 / 0.50 / 0.00 / 0.22)

CMYK percentages

%35.86
%50
%0
%22.35

Codes

Color #7F63C6 in popluar color models

7F 63 C6
RGB 127 99 198
HSL 257° 46.48% 58.24%
HSB/HSV 257° 50.00% 77.65%
CMYK 35.86% 50.00% 0.00%
22.35%

Color #7F63C6 in popluar number systems.

HEX 7F 63 C6
Decimal 127 99 198
Binary 1111111 1100011 11000110
Octal 177 143 306

Shades and tints

Shades of #7F63C6

#7F63C6
(127,99,198)
#745AB4
(116,90,180)
#6951A2
(105,81,162)
#5E4890
(94,72,144)
#533F7E
(83,63,126)
#48366C
(72,54,108)
#3D2D5A
(61,45,90)
#322448
(50,36,72)
#271B36
(39,27,54)
#1C1224
(28,18,36)
#110912
(17,9,18)
#000000
(0,0,0)

Tints of #7F63C6

#7F63C6
(127,99,198)
#8A71CB
(138,113,203)
#957FD0
(149,127,208)
#A08DD5
(160,141,213)
#AB9BDA
(171,155,218)
#B6A9DF
(182,169,223)
#C1B7E4
(193,183,228)
#CCC5E9
(204,197,233)
#D7D3EE
(215,211,238)
#E2E1F3
(226,225,243)
#EDEFF8
(237,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F63C6 color. Also use rgb(127,99,198) instead hex code.

Text Font Color

.myTextColor { color: #7F63C6; }

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

This text font color is #7F63C6.

Background Color

.myBgColor { background-color: #7F63C6; }

<div style="background-color:#7F63C6">Inner text</div>

This div background color is #7F63C6.

Border color

.myBorderColor { border: 1px solid #7F63C6; }

<div style="border:3px solid #7F63C6">Div</div>

This div border color is #7F63C6.

Opacity

.myOpacity80 { color: #7F63C6; opacity: 0.8; }

<p style="color:#7F63C6;opacity:0.8;">80%</p>

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

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

This text has shadow with #7F63C6 color.


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

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

This text has shadow with #7F63C6 primary color and red secondary color.


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

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

This text has shadow with #7F63C6 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7F63C6.

Preview

Color preview on black background

This text has color #7F63C6 on black background.


Color preview on white background

This text has color #7F63C6 on white background.


Black color preview on #7F63C6 background

This text has black color on #7F63C6 background.


White color preview on #7F63C6 background

This text has white color on #7F63C6 background.


Related colors

Complementary color

Complementary color for #hex is #809C39.


I love getcolorcode.com

Triadic colors

1 #C67F63 and #63C67F with #7F63C6 are triadic colors.

2 #C6637F and #637FC6 with #7F63C6 are triadic colors.