#7E618E

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

Shades of Affair #7E618E

Tints of Affair #7E618E

Color information

#7E618E (or 0x7E618E) is unknown color: approx Affair. HEX triplet: 7E, 61 and 8E. RGB value is (126,97,142). Sum of RGB (Red+Green+Blue) = 126+97+142=365 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.52% from 365); Green value is 97 (38.28% from 255 or 26.58% from 365); Blue value is 142 (55.86% from 255 or 38.90% from 365); Max value from RGB is 142 - color contains mainly: blue. Hex color #7E618E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E618E is #819E71. Grayscale: #6E6E6E. Windows color (decimal): -8494706 or 9331070. OLE color: 9331070.

HSL color Cylindrical-coordinate representation of color #7E618E: hue angle of 278.67º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7E618E is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB12697142-
CMYK0.110.3200.44
HSL278.67º18.83%46.86%-
HSV(B)278.67º31.69%55.69%-
XYZ17.7614.9427.54-
YUV110.8145.61138.84-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 34.52%
GREEN value IS 97 (38.28% from 255) = 26.58%
BLUE value IS 142 (55.86% from 255) = 38.90%
R=34.52%
G=26.58%
B=38.90%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal126971420.110.3200.44278.6718.8346.86
Hex7E618EB2002C117132f
Octal17614121613400544272357
Binary11111101100001100011101011100000010110010001011110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E618E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,97,142); }

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

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

 a { background-color: rgb(126,97,142); }

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

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

 span { border-color: rgb(126,97,142); }

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