#7e117f

Color #7E117F Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple #7E117F

Tints of Purple #7E117F

Color information

#7E117F (or 0x7E117F) is unknown color: approx Purple. HEX triplet: 7E, 11 and 7F. RGB value is (126,17,127). Sum of RGB (Red+Green+Blue) = 126+17+127=270 (35% of max value = 765). Red value is 126 (49.61% from 255 or 46.67% from 270); Green value is 17 (7.03% from 255 or 6.30% from 270); Blue value is 127 (50% from 255 or 47.04% from 270); Max value from RGB is 127 - color contains mainly: blue. Hex color #7E117F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E117F is #81EE80. Grayscale: #3D3D3D. Windows color (decimal): -8515201 or 8327550. OLE color: 8327550.

HSL color Cylindrical-coordinate representation of color #7E117F: hue angle of 299.45º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7E117F is Cyan = 0.01, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB12617127-
CMYK0.010.8700.50
HSL299.45º76.39%28.24%-
HSV(B)299.45º86.61%49.8%-
XYZ12.646.3720.64-
YUV62.13164.61173.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 126 (49.61% from 255) = 46.67%
GREEN value IS 17 (7.03% from 255) = 6.30%
BLUE value IS 127 (50% from 255) = 47.04%
R=46.67%
G=6.30%
B=47.04%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal126171270.010.8700.50299.4576.3928.24
Hex7E117F15703212b4c1c
Octal17621177112706245311434
Binary1111110100011111111110101110110010100101011100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7e117f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7e117f; }

 p { color: rgb(126,17,127); }

 H1.HeaderClassName
 {
   color: #7e117f;
 }
 .AnyTagClassName
 {
   color: #7e117f;
 }
</style>
background-color css

<style>
 a { background-color: #7e117f; }

 a { background-color: rgb(126,17,127); }

 div.DivClassName
 {
   background-color: #7e117f;
 }
 .BgClassName
 {
   background-color: #7e117f;
 }
</style>
border-color css

<style>
 span { border-color: #7e117f; }

 span { border-color: rgb(126,17,127); }

 td.TdClassName
 {
   border-color: #7e117f;
 }
 .TagClassName
 {
   border-color: #7e117f;
 }
</style>