#7E578A

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

Shades of Affair #7E578A

Tints of Affair #7E578A

Color information

#7E578A (or 0x7E578A) is unknown color: approx Affair. HEX triplet: 7E, 57 and 8A. RGB value is (126,87,138). Sum of RGB (Red+Green+Blue) = 126+87+138=351 (46% of max value = 765). Red value is 126 (49.61% from 255 or 35.90% from 351); Green value is 87 (34.38% from 255 or 24.79% from 351); Blue value is 138 (54.30% from 255 or 39.32% from 351); Max value from RGB is 138 - color contains mainly: blue. Hex color #7E578A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E578A is #81A875. Grayscale: #686868. Windows color (decimal): -8497270 or 9066366. OLE color: 9066366.

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

Color convert

RGB12687138-
CMYK0.090.3700.46
HSL285.88º22.67%44.12%-
HSV(B)285.88º36.96%54.12%-
XYZ16.613.0925.7-
YUV104.48146.92143.35-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 35.90%
GREEN value IS 87 (34.38% from 255) = 24.79%
BLUE value IS 138 (54.30% from 255) = 39.32%
R=35.90%
G=24.79%
B=39.32%

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
Decimal126871380.090.3700.46285.8822.6744.12
Hex7E578A92502E11e172c
Octal17612721211450564362754
Binary11111101010111100010101001100101010111010001111010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E578A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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