#7D578A

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

Shades of Affair #7D578A

Tints of Affair #7D578A

Color information

#7D578A (or 0x7D578A) is unknown color: approx Affair. HEX triplet: 7D, 57 and 8A. RGB value is (125,87,138). Sum of RGB (Red+Green+Blue) = 125+87+138=350 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.71% from 350); Green value is 87 (34.38% from 255 or 24.86% from 350); Blue value is 138 (54.30% from 255 or 39.43% from 350); Max value from RGB is 138 - color contains mainly: blue. Hex color #7D578A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D578A is #82A875. Grayscale: #686868. Windows color (decimal): -8562806 or 9066365. OLE color: 9066365.

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

Color convert

RGB12587138-
CMYK0.090.3700.46
HSL284.71º22.67%44.12%-
HSV(B)284.71º36.96%54.12%-
XYZ16.4513.0125.69-
YUV104.18147.09142.85-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 35.71%
GREEN value IS 87 (34.38% from 255) = 24.86%
BLUE value IS 138 (54.30% from 255) = 39.43%
R=35.71%
G=24.86%
B=39.43%

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
Decimal125871380.090.3700.46284.7122.6744.12
Hex7D578A92502E11d172c
Octal17512721211450564352754
Binary11111011010111100010101001100101010111010001110110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D578A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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