#7D4984

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

Shades of Affair #7D4984

Tints of Affair #7D4984

Color information

#7D4984 (or 0x7D4984) is unknown color: approx Affair. HEX triplet: 7D, 49 and 84. RGB value is (125,73,132). Sum of RGB (Red+Green+Blue) = 125+73+132=330 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.88% from 330); Green value is 73 (28.91% from 255 or 22.12% from 330); Blue value is 132 (51.95% from 255 or 40% from 330); Max value from RGB is 132 - color contains mainly: blue. Hex color #7D4984 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D4984 is #82B67B. Grayscale: #5F5F5F. Windows color (decimal): -8566396 or 8669565. OLE color: 8669565.

HSL color Cylindrical-coordinate representation of color #7D4984: hue angle of 292.88º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7D4984 is Cyan = 0.05, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB12573132-
CMYK0.050.4500.48
HSL292.88º28.78%40.2%-
HSV(B)292.88º44.7%51.76%-
XYZ1510.7923.12-
YUV95.27148.73149.2-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 37.88%
GREEN value IS 73 (28.91% from 255) = 22.12%
BLUE value IS 132 (51.95% from 255) = 40%
R=37.88%
G=22.12%
B=40%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal125731320.050.4500.48292.8828.7840.2
Hex7D498452D0301251d28
Octal1751112045550604453550
Binary1111101100100110000100101101101011000010010010111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D4984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,73,132); }

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

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

 a { background-color: rgb(125,73,132); }

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

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

 span { border-color: rgb(125,73,132); }

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