#7D4C87

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

Shades of Affair #7D4C87

Tints of Affair #7D4C87

Color information

#7D4C87 (or 0x7D4C87) is unknown color: approx Affair. HEX triplet: 7D, 4C and 87. RGB value is (125,76,135). Sum of RGB (Red+Green+Blue) = 125+76+135=336 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.20% from 336); Green value is 76 (30.08% from 255 or 22.62% from 336); Blue value is 135 (53.12% from 255 or 40.18% from 336); Max value from RGB is 135 - color contains mainly: blue. Hex color #7D4C87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D4C87 is #82B378. Grayscale: #616161. Windows color (decimal): -8565625 or 8866941. OLE color: 8866941.

HSL color Cylindrical-coordinate representation of color #7D4C87: hue angle of 289.83º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7D4C87 is Cyan = 0.07, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB12576135-
CMYK0.070.4400.47
HSL289.83º27.96%41.37%-
HSV(B)289.83º43.7%52.94%-
XYZ15.4211.2824.29-
YUV97.38149.23147.7-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 37.20%
GREEN value IS 76 (30.08% from 255) = 22.62%
BLUE value IS 135 (53.12% from 255) = 40.18%
R=37.20%
G=22.62%
B=40.18%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal125761350.070.4400.47289.8327.9641.37
Hex7D4C8772C02F1221c29
Octal1751142077540574423451
Binary1111101100110010000111111101100010111110010001011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D4C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,76,135); }

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

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

 a { background-color: rgb(125,76,135); }

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

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

 span { border-color: rgb(125,76,135); }

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