#7A4890

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

Shades of Affair #7A4890

Tints of Affair #7A4890

Color information

#7A4890 (or 0x7A4890) is unknown color: approx Affair. HEX triplet: 7A, 48 and 90. RGB value is (122,72,144). Sum of RGB (Red+Green+Blue) = 122+72+144=338 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.09% from 338); Green value is 72 (28.52% from 255 or 21.30% from 338); Blue value is 144 (56.64% from 255 or 42.60% from 338); Max value from RGB is 144 - color contains mainly: blue. Hex color #7A4890 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A4890 is #85B76F. Grayscale: #5E5E5E. Windows color (decimal): -8763248 or 9455738. OLE color: 9455738.

HSL color Cylindrical-coordinate representation of color #7A4890: hue angle of 281.67º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7A4890 is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB12272144-
CMYK0.150.5000.44
HSL281.67º33.33%42.35%-
HSV(B)281.67º50%56.47%-
XYZ15.3810.7927.66-
YUV95.16155.56147.15-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 36.09%
GREEN value IS 72 (28.52% from 255) = 21.30%
BLUE value IS 144 (56.64% from 255) = 42.60%
R=36.09%
G=21.30%
B=42.60%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal122721440.150.5000.44281.6733.3342.35
Hex7A4890F3202C11a212a
Octal17211022017620544324152
Binary111101010010001001000011111100100101100100011010100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A4890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,72,144); }

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

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

 a { background-color: rgb(122,72,144); }

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

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

 span { border-color: rgb(122,72,144); }

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