COLOR #7F22C7

HEX: #7F22C7
RGB: (127,34,199)

Color info

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

RGB color model

#7F22C7 color RGB value is (127,34,199).

  • red value is 127;
  • green value is 34;
  • blue value is 199.
RGB:
(127,34,199)
(50%,13%,78%)

RGB channels and saturation

R 127 of 255 = 50%
G 34 of 255 = 13%
B 199 of 255 = 78%

127
34
199

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

Portions of RGB colors in percentages

R + G + B =
127 + 34 + 199 = 360 (100%)
R 127 of 360 ~ 35.28%
G 34 of 360 ~ 9.44%
B 199 of 360 ~ 55.28%

%35.28
%55.28

CMYK color model

#7F22C7 color CMYK value is (36,83,0,22).

  • cyan value is 36.18%
  • magenta value is 82.91%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(36,83,0,22)
C36M83Y0K22 
(36%,83%,0%,22%)
(0.36/0.83/0.00/0.22)	

CMYK percentages

%36.18
%82.91
%0
%21.96

Codes

Color #7F22C7 in popluar color models

7F22C7
RGB12734199
HSL274°70.82%45.69%
HSB/HSV274°82.91%78.04%
CMYK36.18%82.91%0.00%
21.96%

Color #7F22C7 in popluar number systems.

HEX7F22C7
Decimal12734199
Binary111111110001011000111
Octal17742307

Shades and tints

Shades of #7F22C7

#7F22C7
(127,34,199)
#741FB5
(116,31,181)
#691CA3
(105,28,163)
#5E1991
(94,25,145)
#53167F
(83,22,127)
#48136D
(72,19,109)
#3D105B
(61,16,91)
#320D49
(50,13,73)
#270A37
(39,10,55)
#1C0725
(28,7,37)
#110413
(17,4,19)
#000000
(0,0,0)

Tints of #7F22C7

#7F22C7
(127,34,199)
#8A36CC
(138,54,204)
#954AD1
(149,74,209)
#A05ED6
(160,94,214)
#AB72DB
(171,114,219)
#B686E0
(182,134,224)
#C19AE5
(193,154,229)
#CCAEEA
(204,174,234)
#D7C2EF
(215,194,239)
#E2D6F4
(226,214,244)
#EDEAF9
(237,234,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F22C7 color. Also use rgb(127,34,199) instead hex code.

Text Font Color

.myTextColor { color: #7F22C7; }

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

This text font color is #7F22C7.


Background Color

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

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

This div background color is #7F22C7.


Border color

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

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

This div border color is #7F22C7.


Opacity

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

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

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

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

This text has shadow with #7F22C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F22C7 on black background.


Color preview on white background

This text has color #7F22C7 on white background.



Black color preview on #7F22C7 background

This text has black color on #7F22C7 background.


White color preview on #7F22C7 background

This text has white color on #7F22C7 background.