#7E528C

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

Shades of Affair #7E528C

Tints of Affair #7E528C

Color information

#7E528C (or 0x7E528C) is unknown color: approx Affair. HEX triplet: 7E, 52 and 8C. RGB value is (126,82,140). Sum of RGB (Red+Green+Blue) = 126+82+140=348 (46% of max value = 765). Red value is 126 (49.61% from 255 or 36.21% from 348); Green value is 82 (32.42% from 255 or 23.56% from 348); Blue value is 140 (55.08% from 255 or 40.23% from 348); Max value from RGB is 140 - color contains mainly: blue. Hex color #7E528C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E528C is #81AD73. Grayscale: #656565. Windows color (decimal): -8498548 or 9196158. OLE color: 9196158.

HSL color Cylindrical-coordinate representation of color #7E528C: hue angle of 285.52º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7E528C is Cyan = 0.10, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB12682140-
CMYK0.100.4100.45
HSL285.52º26.13%43.53%-
HSV(B)285.52º41.43%54.9%-
XYZ16.3612.3626.34-
YUV101.77149.58145.28-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 36.21%
GREEN value IS 82 (32.42% from 255) = 23.56%
BLUE value IS 140 (55.08% from 255) = 40.23%
R=36.21%
G=23.56%
B=40.23%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal126821400.100.4100.45285.5226.1343.53
Hex7E528CA2902D11e1a2c
Octal17612221412510554363254
Binary11111101010010100011001010101001010110110001111011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E528C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,82,140); }

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

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

 a { background-color: rgb(126,82,140); }

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

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

 span { border-color: rgb(126,82,140); }

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