#7E5C91

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

Shades of Affair #7E5C91

Tints of Affair #7E5C91

Color information

#7E5C91 (or 0x7E5C91) is unknown color: approx Affair. HEX triplet: 7E, 5C and 91. RGB value is (126,92,145). Sum of RGB (Red+Green+Blue) = 126+92+145=363 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.71% from 363); Green value is 92 (36.33% from 255 or 25.34% from 363); Blue value is 145 (57.03% from 255 or 39.94% from 363); Max value from RGB is 145 - color contains mainly: blue. Hex color #7E5C91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E5C91 is #81A36E. Grayscale: #6C6C6C. Windows color (decimal): -8495983 or 9526398. OLE color: 9526398.

HSL color Cylindrical-coordinate representation of color #7E5C91: hue angle of 278.49º degrees, saturation: 0.22, 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 #7E5C91 is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB12692145-
CMYK0.130.3700.43
HSL278.49º22.36%46.47%-
HSV(B)278.49º36.55%56.86%-
XYZ17.5414.1328.59-
YUV108.21148.76140.69-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 34.71%
GREEN value IS 92 (36.33% from 255) = 25.34%
BLUE value IS 145 (57.03% from 255) = 39.94%
R=34.71%
G=25.34%
B=39.94%

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
Decimal126921450.130.3700.43278.4922.3646.47
Hex7E5C91D2502B116162e
Octal17613422115450534262656
Binary11111101011100100100011101100101010101110001011010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E5C91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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