#7C578A

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

Shades of Affair #7C578A

Tints of Affair #7C578A

Color information

#7C578A (or 0x7C578A) is unknown color: approx Affair. HEX triplet: 7C, 57 and 8A. RGB value is (124,87,138). Sum of RGB (Red+Green+Blue) = 124+87+138=349 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.53% from 349); Green value is 87 (34.38% from 255 or 24.93% from 349); Blue value is 138 (54.30% from 255 or 39.54% from 349); Max value from RGB is 138 - color contains mainly: blue. Hex color #7C578A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C578A is #83A875. Grayscale: #676767. Windows color (decimal): -8628342 or 9066364. OLE color: 9066364.

HSL color Cylindrical-coordinate representation of color #7C578A: hue angle of 283.53º 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 #7C578A is Cyan = 0.10, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB12487138-
CMYK0.100.3700.46
HSL283.53º22.67%44.12%-
HSV(B)283.53º36.96%54.12%-
XYZ16.3112.9425.68-
YUV103.88147.26142.35-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 35.53%
GREEN value IS 87 (34.38% from 255) = 24.93%
BLUE value IS 138 (54.30% from 255) = 39.54%
R=35.53%
G=24.93%
B=39.54%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal124871380.100.3700.46283.5322.6744.12
Hex7C578AA2502E11c172c
Octal17412721212450564342754
Binary11111001010111100010101010100101010111010001110010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C578A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,87,138); }

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

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

 a { background-color: rgb(124,87,138); }

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

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

 span { border-color: rgb(124,87,138); }

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