#7E618B

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

Shades of Affair #7E618B

Tints of Affair #7E618B

Color information

#7E618B (or 0x7E618B) is unknown color: approx Affair. HEX triplet: 7E, 61 and 8B. RGB value is (126,97,139). Sum of RGB (Red+Green+Blue) = 126+97+139=362 (47% of max value = 765). Red value is 126 (49.61% from 255 or 34.81% from 362); Green value is 97 (38.28% from 255 or 26.80% from 362); Blue value is 139 (54.69% from 255 or 38.40% from 362); Max value from RGB is 139 - color contains mainly: blue. Hex color #7E618B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E618B is #819E74. Grayscale: #6E6E6E. Windows color (decimal): -8494709 or 9134462. OLE color: 9134462.

HSL color Cylindrical-coordinate representation of color #7E618B: hue angle of 281.43º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7E618B is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB12697139-
CMYK0.090.3000.45
HSL281.43º17.8%46.27%-
HSV(B)281.43º30.22%54.51%-
XYZ17.5414.8526.37-
YUV110.46144.11139.08-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 34.81%
GREEN value IS 97 (38.28% from 255) = 26.80%
BLUE value IS 139 (54.69% from 255) = 38.40%
R=34.81%
G=26.80%
B=38.40%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal126971390.090.3000.45281.4317.846.27
Hex7E618B91E02D119122e
Octal17614121311360554312256
Binary1111110110000110001011100111110010110110001100110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E618B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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