#7E618F

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

Shades of Affair #7E618F

Tints of Affair #7E618F

Color information

#7E618F (or 0x7E618F) is unknown color: approx Affair. HEX triplet: 7E, 61 and 8F. RGB value is (126,97,143). Sum of RGB (Red+Green+Blue) = 126+97+143=366 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.43% from 366); Green value is 97 (38.28% from 255 or 26.50% from 366); Blue value is 143 (56.25% from 255 or 39.07% from 366); Max value from RGB is 143 - color contains mainly: blue. Hex color #7E618F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E618F is #819E70. Grayscale: #6E6E6E. Windows color (decimal): -8494705 or 9396606. OLE color: 9396606.

HSL color Cylindrical-coordinate representation of color #7E618F: hue angle of 277.83º 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 #7E618F is Cyan = 0.12, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB12697143-
CMYK0.120.3200.44
HSL277.83º19.17%47.06%-
HSV(B)277.83º32.17%56.08%-
XYZ17.8414.9727.94-
YUV110.92146.11138.76-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 34.43%
GREEN value IS 97 (38.28% from 255) = 26.50%
BLUE value IS 143 (56.25% from 255) = 39.07%
R=34.43%
G=26.50%
B=39.07%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal126971430.120.3200.44277.8319.1747.06
Hex7E618FC2002C116132f
Octal17614121714400544262357
Binary11111101100001100011111100100000010110010001011010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E618F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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