#7C538C

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

Shades of Affair #7C538C

Tints of Affair #7C538C

Color information

#7C538C (or 0x7C538C) is unknown color: approx Affair. HEX triplet: 7C, 53 and 8C. RGB value is (124,83,140). Sum of RGB (Red+Green+Blue) = 124+83+140=347 (45% of max value = 765). Red value is 124 (48.83% from 255 or 35.73% from 347); Green value is 83 (32.81% from 255 or 23.92% from 347); Blue value is 140 (55.08% from 255 or 40.35% from 347); Max value from RGB is 140 - color contains mainly: blue. Hex color #7C538C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C538C is #83AC73. Grayscale: #656565. Windows color (decimal): -8629364 or 9196412. OLE color: 9196412.

HSL color Cylindrical-coordinate representation of color #7C538C: hue angle of 283.16º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7C538C is Cyan = 0.11, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB12483140-
CMYK0.110.4100.45
HSL283.16º25.56%43.73%-
HSV(B)283.16º40.71%54.9%-
XYZ16.1412.3726.35-
YUV101.76149.58143.87-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 35.73%
GREEN value IS 83 (32.81% from 255) = 23.92%
BLUE value IS 140 (55.08% from 255) = 40.35%
R=35.73%
G=23.92%
B=40.35%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal124831400.110.4100.45283.1625.5643.73
Hex7C538CB2902D11b1a2c
Octal17412321413510554333254
Binary11111001010011100011001011101001010110110001101111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C538C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,83,140); }

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

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

 a { background-color: rgb(124,83,140); }

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

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

 span { border-color: rgb(124,83,140); }

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