#7A498A

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

Shades of Affair #7A498A

Tints of Affair #7A498A

Color information

#7A498A (or 0x7A498A) is unknown color: approx Affair. HEX triplet: 7A, 49 and 8A. RGB value is (122,73,138). Sum of RGB (Red+Green+Blue) = 122+73+138=333 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.64% from 333); Green value is 73 (28.91% from 255 or 21.92% from 333); Blue value is 138 (54.30% from 255 or 41.44% from 333); Max value from RGB is 138 - color contains mainly: blue. Hex color #7A498A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A498A is #85B675. Grayscale: #5E5E5E. Windows color (decimal): -8762998 or 9062778. OLE color: 9062778.

HSL color Cylindrical-coordinate representation of color #7A498A: hue angle of 285.23º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7A498A is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB12273138-
CMYK0.120.4700.46
HSL285.23º30.81%41.37%-
HSV(B)285.23º47.1%54.12%-
XYZ1510.7425.33-
YUV95.06152.23147.21-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 36.64%
GREEN value IS 73 (28.91% from 255) = 21.92%
BLUE value IS 138 (54.30% from 255) = 41.44%
R=36.64%
G=21.92%
B=41.44%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal122731380.120.4700.46285.2330.8141.37
Hex7A498AC2F02E11d1f29
Octal17211121214570564353751
Binary11110101001001100010101100101111010111010001110111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A498A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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