#7A5289

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

Shades of Affair #7A5289

Tints of Affair #7A5289

Color information

#7A5289 (or 0x7A5289) is unknown color: approx Affair. HEX triplet: 7A, 52 and 89. RGB value is (122,82,137). Sum of RGB (Red+Green+Blue) = 122+82+137=341 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.78% from 341); Green value is 82 (32.42% from 255 or 24.05% from 341); Blue value is 137 (53.91% from 255 or 40.18% from 341); Max value from RGB is 137 - color contains mainly: blue. Hex color #7A5289 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A5289 is #85AD76. Grayscale: #646464. Windows color (decimal): -8760695 or 8999546. OLE color: 8999546.

HSL color Cylindrical-coordinate representation of color #7A5289: hue angle of 283.64º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7A5289 is Cyan = 0.11, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB12282137-
CMYK0.110.4000.46
HSL283.64º25.11%42.94%-
HSV(B)283.64º40.15%53.73%-
XYZ15.5611.9825.16-
YUV100.23148.75143.53-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 35.78%
GREEN value IS 82 (32.42% from 255) = 24.05%
BLUE value IS 137 (53.91% from 255) = 40.18%
R=35.78%
G=24.05%
B=40.18%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal122821370.110.4000.46283.6425.1142.94
Hex7A5289B2802E11c192b
Octal17212221113500564343153
Binary11110101010010100010011011101000010111010001110011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A5289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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