#7E188B

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

Shades of Purple #7E188B

Tints of Purple #7E188B

Color information

#7E188B (or 0x7E188B) is unknown color: approx Purple. HEX triplet: 7E, 18 and 8B. RGB value is (126,24,139). Sum of RGB (Red+Green+Blue) = 126+24+139=289 (38% of max value = 765). Red value is 126 (49.61% from 255 or 43.60% from 289); Green value is 24 (9.77% from 255 or 8.30% from 289); Blue value is 139 (54.69% from 255 or 48.10% from 289); Max value from RGB is 139 - color contains mainly: blue. Hex color #7E188B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E188B is #81E774. Grayscale: #434343. Windows color (decimal): -8513397 or 9115774. OLE color: 9115774.

HSL color Cylindrical-coordinate representation of color #7E188B: hue angle of 293.22º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7E188B is Cyan = 0.09, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB12624139-
CMYK0.090.8300.45
HSL293.22º70.55%31.96%-
HSV(B)293.22º82.73%54.51%-
XYZ13.596.9525.05-
YUV67.61168.29169.65-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 43.60%
GREEN value IS 24 (9.77% from 255) = 8.30%
BLUE value IS 139 (54.69% from 255) = 48.10%
R=43.60%
G=8.30%
B=48.10%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal126241390.090.8300.45293.2270.5531.96
Hex7E188B95302D1254720
Octal176302131112305544510740
Binary111111011000100010111001101001101011011001001011000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E188B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,24,139); }

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

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

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

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

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

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

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