#7A5290

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

Shades of Affair #7A5290

Tints of Affair #7A5290

Color information

#7A5290 (or 0x7A5290) is unknown color: approx Affair. HEX triplet: 7A, 52 and 90. RGB value is (122,82,144). Sum of RGB (Red+Green+Blue) = 122+82+144=348 (46% of max value = 765). Red value is 122 (48.05% from 255 or 35.06% from 348); Green value is 82 (32.42% from 255 or 23.56% from 348); Blue value is 144 (56.64% from 255 or 41.38% from 348); Max value from RGB is 144 - color contains mainly: blue. Hex color #7A5290 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A5290 is #85AD6F. Grayscale: #646464. Windows color (decimal): -8760688 or 9458298. OLE color: 9458298.

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

Color convert

RGB12282144-
CMYK0.150.4300.44
HSL278.71º27.43%44.31%-
HSV(B)278.71º43.06%56.47%-
XYZ16.0812.1927.89-
YUV101.03152.25142.96-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 35.06%
GREEN value IS 82 (32.42% from 255) = 23.56%
BLUE value IS 144 (56.64% from 255) = 41.38%
R=35.06%
G=23.56%
B=41.38%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal122821440.150.4300.44278.7127.4344.31
Hex7A5290F2B02C1171b2c
Octal17212222017530544273354
Binary11110101010010100100001111101011010110010001011111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A5290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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