#7C618E

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

Shades of Affair #7C618E

Tints of Affair #7C618E

Color information

#7C618E (or 0x7C618E) is unknown color: approx Affair. HEX triplet: 7C, 61 and 8E. RGB value is (124,97,142). Sum of RGB (Red+Green+Blue) = 124+97+142=363 (48% of max value = 765). Red value is 124 (48.83% from 255 or 34.16% from 363); Green value is 97 (38.28% from 255 or 26.72% from 363); Blue value is 142 (55.86% from 255 or 39.12% from 363); Max value from RGB is 142 - color contains mainly: blue. Hex color #7C618E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C618E is #839E71. Grayscale: #6E6E6E. Windows color (decimal): -8625778 or 9331068. OLE color: 9331068.

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

Color convert

RGB12497142-
CMYK0.130.3200.44
HSL276º18.83%46.86%-
HSV(B)276º31.69%55.69%-
XYZ17.4714.7927.52-
YUV110.2145.95137.84-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 34.16%
GREEN value IS 97 (38.28% from 255) = 26.72%
BLUE value IS 142 (55.86% from 255) = 39.12%
R=34.16%
G=26.72%
B=39.12%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal124971420.130.3200.4427618.8346.86
Hex7C618ED2002C114132f
Octal17414121615400544242357
Binary11111001100001100011101101100000010110010001010010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C618E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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