#7D4985

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

Shades of Affair #7D4985

Tints of Affair #7D4985

Color information

#7D4985 (or 0x7D4985) is unknown color: approx Affair. HEX triplet: 7D, 49 and 85. RGB value is (125,73,133). Sum of RGB (Red+Green+Blue) = 125+73+133=331 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.76% from 331); Green value is 73 (28.91% from 255 or 22.05% from 331); Blue value is 133 (52.34% from 255 or 40.18% from 331); Max value from RGB is 133 - color contains mainly: blue. Hex color #7D4985 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D4985 is #82B67A. Grayscale: #5F5F5F. Windows color (decimal): -8566395 or 8735101. OLE color: 8735101.

HSL color Cylindrical-coordinate representation of color #7D4985: hue angle of 292º 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 #7D4985 is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB12573133-
CMYK0.060.4500.48
HSL292º29.13%40.39%-
HSV(B)292º45.11%52.16%-
XYZ15.0710.8223.48-
YUV95.39149.23149.12-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 37.76%
GREEN value IS 73 (28.91% from 255) = 22.05%
BLUE value IS 133 (52.34% from 255) = 40.18%
R=37.76%
G=22.05%
B=40.18%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal125731330.060.4500.4829229.1340.39
Hex7D498562D0301241d28
Octal1751112056550604443550
Binary1111101100100110000101110101101011000010010010011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D4985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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