COLOR #7F28CB

HEX: #7F28CB RGB: (127,40,203)

Color info

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

RGB color model

#7F28CB color RGB value is (127,40,203).

RGB: (127,40,203) (50%, 16%, 80%)

RGB channels and saturation

R 127 of 255 = 50%
G 40 of 255 = 16%
B 203 of 255 = 80%

127
40
203

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

Portions of RGB colors in percentages

R + G + B = 127 + 40 + 203 = 370 (100%)
R 127 of 370 ~ 34.32%
G 40 of 370 ~ 10.81%
B 203 of 370 ~ 54.86'%

%34.32
%10.81
%54.86

CMYK color model

#7F28CB color CMYK value is (37,80,0,20).

  • cyan value is 37.44%
  • magenta value is 80.30%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK: (37,80,0,20) C37M80Y0K20 (37%,80%,0%,20%) (0.37/0.80/0.00/0.20) 

CMYK percentages

%37.44
%80.3
%0
%20.39

Codes

Color #7F28CB in popluar color models

7F 28 CB
RGB 127 40 203
HSL 272° 67.08% 47.65%
HSB/HSV 272° 80.30% 79.61%
CMYK 37.44% 80.30% 0.00%
20.39%

Color #7F28CB in popluar number systems.

HEX 7F 28 CB
Decimal 127 40 203
Binary 1111111 101000 11001011
Octal 177 50 313

Shades and tints

Shades of #7F28CB

#7F28CB
(127,40,203)
#7425B9
(116,37,185)
#6922A7
(105,34,167)
#5E1F95
(94,31,149)
#531C83
(83,28,131)
#481971
(72,25,113)
#3D165F
(61,22,95)
#32134D
(50,19,77)
#27103B
(39,16,59)
#1C0D29
(28,13,41)
#110A17
(17,10,23)
#000000
(0,0,0)

Tints of #7F28CB

#7F28CB
(127,40,203)
#8A3BCF
(138,59,207)
#954ED3
(149,78,211)
#A061D7
(160,97,215)
#AB74DB
(171,116,219)
#B687DF
(182,135,223)
#C19AE3
(193,154,227)
#CCADE7
(204,173,231)
#D7C0EB
(215,192,235)
#E2D3EF
(226,211,239)
#EDE6F3
(237,230,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F28CB color. Also use rgb(127,40,203) instead hex code.

Text Font Color

.myTextColor { color: #7F28CB; }

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

This text font color is #7F28CB.

Background Color

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

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

This div background color is #7F28CB.

Border color

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

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

This div border color is #7F28CB.

Opacity

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

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

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

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

This text has shadow with #7F28CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F28CB.

Preview

Color preview on black background

This text has color #7F28CB on black background.


Color preview on white background

This text has color #7F28CB on white background.


Black color preview on #7F28CB background

This text has black color on #7F28CB background.


White color preview on #7F28CB background

This text has white color on #7F28CB background.


Related colors

Complementary color

Complementary color for #hex is #80D734.


I love getcolorcode.com

Triadic colors

1 #CB7F28 and #28CB7F with #7F28CB are triadic colors.

2 #CB287F and #287FCB with #7F28CB are triadic colors.