#7C5689

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

Shades of Affair #7C5689

Tints of Affair #7C5689

Color information

#7C5689 (or 0x7C5689) is unknown color: approx Affair. HEX triplet: 7C, 56 and 89. RGB value is (124,86,137). Sum of RGB (Red+Green+Blue) = 124+86+137=347 (45% of max value = 765). Red value is 124 (48.83% from 255 or 35.73% from 347); Green value is 86 (33.98% from 255 or 24.78% from 347); Blue value is 137 (53.91% from 255 or 39.48% from 347); Max value from RGB is 137 - color contains mainly: blue. Hex color #7C5689 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C5689 is #83A976. Grayscale: #676767. Windows color (decimal): -8628599 or 9000572. OLE color: 9000572.

HSL color Cylindrical-coordinate representation of color #7C5689: hue angle of 284.71º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7C5689 is Cyan = 0.09, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB12486137-
CMYK0.090.3700.46
HSL284.71º22.87%43.73%-
HSV(B)284.71º37.23%53.73%-
XYZ16.1612.7525.28-
YUV103.18147.09142.85-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 35.73%
GREEN value IS 86 (33.98% from 255) = 24.78%
BLUE value IS 137 (53.91% from 255) = 39.48%
R=35.73%
G=24.78%
B=39.48%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal124861370.090.3700.46284.7122.8743.73
Hex7C568992502E11d172c
Octal17412621111450564352754
Binary11111001010110100010011001100101010111010001110110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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