#7E1182

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

Shades of Purple #7E1182

Tints of Purple #7E1182

Color information

#7E1182 (or 0x7E1182) is unknown color: approx Purple. HEX triplet: 7E, 11 and 82. RGB value is (126,17,130). Sum of RGB (Red+Green+Blue) = 126+17+130=273 (36% of max value = 765). Red value is 126 (49.61% from 255 or 46.15% from 273); Green value is 17 (7.03% from 255 or 6.23% from 273); Blue value is 130 (51.17% from 255 or 47.62% from 273); Max value from RGB is 130 - color contains mainly: blue. Hex color #7E1182 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E1182 is #81EE7D. Grayscale: #3E3E3E. Windows color (decimal): -8515198 or 8524158. OLE color: 8524158.

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

Color convert

RGB12617130-
CMYK0.030.8700.49
HSL297.88º76.87%28.82%-
HSV(B)297.88º86.92%50.98%-
XYZ12.836.4521.69-
YUV62.47166.11173.31-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 46.15%
GREEN value IS 17 (7.03% from 255) = 6.23%
BLUE value IS 130 (51.17% from 255) = 47.62%
R=46.15%
G=6.23%
B=47.62%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal126171300.030.8700.49297.8876.8728.82
Hex7E118235703112a4d1d
Octal17621202312706145211535
Binary111111010001100000101110101110110001100101010100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E1182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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