#7E4D8A

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

Shades of Affair #7E4D8A

Tints of Affair #7E4D8A

Color information

#7E4D8A (or 0x7E4D8A) is unknown color: approx Affair. HEX triplet: 7E, 4D and 8A. RGB value is (126,77,138). Sum of RGB (Red+Green+Blue) = 126+77+138=341 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.95% from 341); Green value is 77 (30.47% from 255 or 22.58% from 341); Blue value is 138 (54.30% from 255 or 40.47% from 341); Max value from RGB is 138 - color contains mainly: blue. Hex color #7E4D8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E4D8A is #81B275. Grayscale: #626262. Windows color (decimal): -8499830 or 9063806. OLE color: 9063806.

HSL color Cylindrical-coordinate representation of color #7E4D8A: hue angle of 288.2º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7E4D8A is Cyan = 0.09, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB12677138-
CMYK0.090.4400.46
HSL288.2º28.37%42.16%-
HSV(B)288.2º44.2%54.12%-
XYZ15.8511.5825.44-
YUV98.6150.23147.54-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 36.95%
GREEN value IS 77 (30.47% from 255) = 22.58%
BLUE value IS 138 (54.30% from 255) = 40.47%
R=36.95%
G=22.58%
B=40.47%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal126771380.090.4400.46288.228.3742.16
Hex7E4D8A92C02E1201c2a
Octal17611521211540564403452
Binary11111101001101100010101001101100010111010010000011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E4D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,77,138); }

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

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

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

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

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

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

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