#7E157E

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

Shades of Dark Purple #7E157E

Tints of Dark Purple #7E157E

Color information

#7E157E (or 0x7E157E) is unknown color: approx Dark Purple. HEX triplet: 7E, 15 and 7E. RGB value is (126,21,126). Sum of RGB (Red+Green+Blue) = 126+21+126=273 (36% of max value = 765). Red value is 126 (49.61% from 255 or 46.15% from 273); Green value is 21 (8.59% from 255 or 7.69% from 273); Blue value is 126 (49.61% from 255 or 46.15% from 273); Max value from RGB is 126 - color contains mainly: red, blue. Hex color #7E157E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E157E is #81EA81. Grayscale: #404040. Windows color (decimal): -8514178 or 8263038. OLE color: 8263038.

HSL color Cylindrical-coordinate representation of color #7E157E: hue angle of 300º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7E157E is Cyan = 0, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB12621126-
CMYK00.8300.51
HSL300º71.43%28.82%-
HSV(B)300º83.33%49.41%-
XYZ12.646.4820.32-
YUV64.36162.79171.96-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 46.15%
GREEN value IS 21 (8.59% from 255) = 7.69%
BLUE value IS 126 (49.61% from 255) = 46.15%
R=46.15%
G=7.69%
B=46.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1262112600.8300.5130071.4328.82
Hex7E157E05303312c471d
Octal17625176012306345410735
Binary1111110101011111110010100110110011100101100100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E157E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,21,126); }

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

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

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

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

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

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

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