#7E1089

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

Shades of Purple #7E1089

Tints of Purple #7E1089

Color information

#7E1089 (or 0x7E1089) is unknown color: approx Purple. HEX triplet: 7E, 10 and 89. RGB value is (126,16,137). Sum of RGB (Red+Green+Blue) = 126+16+137=279 (36% of max value = 765). Red value is 126 (49.61% from 255 or 45.16% from 279); Green value is 16 (6.64% from 255 or 5.73% from 279); Blue value is 137 (53.91% from 255 or 49.10% from 279); Max value from RGB is 137 - color contains mainly: blue. Hex color #7E1089 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E1089 is #81EF76. Grayscale: #3E3E3E. Windows color (decimal): -8515447 or 8982654. OLE color: 8982654.

HSL color Cylindrical-coordinate representation of color #7E1089: hue angle of 294.55º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7E1089 is Cyan = 0.08, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB12616137-
CMYK0.080.8800.46
HSL294.55º79.08%30%-
HSV(B)294.55º88.32%53.73%-
XYZ13.36.6124.24-
YUV62.68169.94173.16-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 45.16%
GREEN value IS 16 (6.64% from 255) = 5.73%
BLUE value IS 137 (53.91% from 255) = 49.10%
R=45.16%
G=5.73%
B=49.10%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal126161370.080.8800.46294.5579.0830
Hex7E108985802E1274f1e
Octal176202111013005644711736
Binary11111101000010001001100010110000101110100100111100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E1089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,16,137); }

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

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

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

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

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

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

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