#7C5693

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

Shades of Affair #7C5693

Tints of Affair #7C5693

Color information

#7C5693 (or 0x7C5693) is unknown color: approx Affair. HEX triplet: 7C, 56 and 93. RGB value is (124,86,147). Sum of RGB (Red+Green+Blue) = 124+86+147=357 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.73% from 357); Green value is 86 (33.98% from 255 or 24.09% from 357); Blue value is 147 (57.81% from 255 or 41.18% from 357); Max value from RGB is 147 - color contains mainly: blue. Hex color #7C5693 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C5693 is #83A96C. Grayscale: #686868. Windows color (decimal): -8628589 or 9655932. OLE color: 9655932.

HSL color Cylindrical-coordinate representation of color #7C5693: hue angle of 277.38º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7C5693 is Cyan = 0.16, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB12486147-
CMYK0.160.4100.42
HSL277.38º26.18%45.69%-
HSV(B)277.38º41.5%57.65%-
XYZ16.9113.0529.23-
YUV104.32152.09142.04-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 34.73%
GREEN value IS 86 (33.98% from 255) = 24.09%
BLUE value IS 147 (57.81% from 255) = 41.18%
R=34.73%
G=24.09%
B=41.18%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal124861470.160.4100.42277.3826.1845.69
Hex7C5693102902A1151a2e
Octal17412622320510524253256
Binary111110010101101001001110000101001010101010001010111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,86,147); }

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

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

 a { background-color: rgb(124,86,147); }

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

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

 span { border-color: rgb(124,86,147); }

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