#7E5B91

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

Shades of Affair #7E5B91

Tints of Affair #7E5B91

Color information

#7E5B91 (or 0x7E5B91) is unknown color: approx Affair. HEX triplet: 7E, 5B and 91. RGB value is (126,91,145). Sum of RGB (Red+Green+Blue) = 126+91+145=362 (47% of max value = 765). Red value is 126 (49.61% from 255 or 34.81% from 362); Green value is 91 (35.94% from 255 or 25.14% from 362); Blue value is 145 (57.03% from 255 or 40.06% from 362); Max value from RGB is 145 - color contains mainly: blue. Hex color #7E5B91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E5B91 is #81A46E. Grayscale: #6B6B6B. Windows color (decimal): -8496239 or 9526142. OLE color: 9526142.

HSL color Cylindrical-coordinate representation of color #7E5B91: hue angle of 278.89º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7E5B91 is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB12691145-
CMYK0.130.3700.43
HSL278.89º22.88%46.27%-
HSV(B)278.89º37.24%56.86%-
XYZ17.4613.9628.56-
YUV107.62149.1141.11-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 34.81%
GREEN value IS 91 (35.94% from 255) = 25.14%
BLUE value IS 145 (57.03% from 255) = 40.06%
R=34.81%
G=25.14%
B=40.06%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal126911450.130.3700.43278.8922.8846.27
Hex7E5B91D2502B117172e
Octal17613322115450534272756
Binary11111101011011100100011101100101010101110001011110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E5B91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,91,145); }

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

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

 a { background-color: rgb(126,91,145); }

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

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

 span { border-color: rgb(126,91,145); }

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