#7E1689

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

Shades of Purple #7E1689

Tints of Purple #7E1689

Color information

#7E1689 (or 0x7E1689) is unknown color: approx Purple. HEX triplet: 7E, 16 and 89. RGB value is (126,22,137). Sum of RGB (Red+Green+Blue) = 126+22+137=285 (37% of max value = 765). Red value is 126 (49.61% from 255 or 44.21% from 285); Green value is 22 (8.98% from 255 or 7.72% from 285); Blue value is 137 (53.91% from 255 or 48.07% from 285); Max value from RGB is 137 - color contains mainly: blue. Hex color #7E1689 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E1689 is #81E976. Grayscale: #414141. Windows color (decimal): -8513911 or 8984190. OLE color: 8984190.

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

Color convert

RGB12622137-
CMYK0.080.8400.46
HSL294.26º72.33%31.18%-
HSV(B)294.26º83.94%53.73%-
XYZ13.416.8224.28-
YUV66.21167.96170.65-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 44.21%
GREEN value IS 22 (8.98% from 255) = 7.72%
BLUE value IS 137 (53.91% from 255) = 48.07%
R=44.21%
G=7.72%
B=48.07%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal126221370.080.8400.46294.2672.3331.18
Hex7E168985402E126481f
Octal176262111012405644611037
Binary11111101011010001001100010101000101110100100110100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E1689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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