#7a4985

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

Shades of Affair #7A4985

Tints of Affair #7A4985

Color information

#7A4985 (or 0x7A4985) is unknown color: approx Affair. HEX triplet: 7A, 49 and 85. RGB value is (122,73,133). Sum of RGB (Red+Green+Blue) = 122+73+133=328 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.20% from 328); Green value is 73 (28.91% from 255 or 22.26% from 328); Blue value is 133 (52.34% from 255 or 40.55% from 328); Max value from RGB is 133 - color contains mainly: blue. Hex color #7A4985 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A4985 is #85B67A. Grayscale: #5E5E5E. Windows color (decimal): -8763003 or 8735098. OLE color: 8735098.

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

Color convert

RGB12273133-
CMYK0.080.4500.48
HSL289º29.13%40.39%-
HSV(B)289º45.11%52.16%-
XYZ14.6410.623.46-
YUV94.49149.73147.62-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 37.20%
GREEN value IS 73 (28.91% from 255) = 22.26%
BLUE value IS 133 (52.34% from 255) = 40.55%
R=37.20%
G=22.26%
B=40.55%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal122731330.080.4500.4828929.1340.39
Hex7A498582D0301211d28
Octal17211120510550604413550
Binary11110101001001100001011000101101011000010010000111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7a4985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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