#7E578F

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

Shades of Affair #7E578F

Tints of Affair #7E578F

Color information

#7E578F (or 0x7E578F) is unknown color: approx Affair. HEX triplet: 7E, 57 and 8F. RGB value is (126,87,143). Sum of RGB (Red+Green+Blue) = 126+87+143=356 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35.39% from 356); Green value is 87 (34.38% from 255 or 24.44% from 356); Blue value is 143 (56.25% from 255 or 40.17% from 356); Max value from RGB is 143 - color contains mainly: blue. Hex color #7E578F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E578F is #81A870. Grayscale: #686868. Windows color (decimal): -8497265 or 9394046. OLE color: 9394046.

HSL color Cylindrical-coordinate representation of color #7E578F: hue angle of 281.79º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7E578F is Cyan = 0.12, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB12687143-
CMYK0.120.3900.44
HSL281.79º24.35%45.1%-
HSV(B)281.79º39.16%56.08%-
XYZ16.9713.2427.65-
YUV105.04149.42142.95-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 35.39%
GREEN value IS 87 (34.38% from 255) = 24.44%
BLUE value IS 143 (56.25% from 255) = 40.17%
R=35.39%
G=24.44%
B=40.17%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal126871430.120.3900.44281.7924.3545.1
Hex7E578FC2702C11a182d
Octal17612721714470544323055
Binary11111101010111100011111100100111010110010001101011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E578F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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