#7A5889

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

Shades of Affair #7A5889

Tints of Affair #7A5889

Color information

#7A5889 (or 0x7A5889) is unknown color: approx Affair. HEX triplet: 7A, 58 and 89. RGB value is (122,88,137). Sum of RGB (Red+Green+Blue) = 122+88+137=347 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.16% from 347); Green value is 88 (34.77% from 255 or 25.36% from 347); Blue value is 137 (53.91% from 255 or 39.48% from 347); Max value from RGB is 137 - color contains mainly: blue. Hex color #7A5889 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A5889 is #85A776. Grayscale: #676767. Windows color (decimal): -8759159 or 9001082. OLE color: 9001082.

HSL color Cylindrical-coordinate representation of color #7A5889: hue angle of 281.63º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7A5889 is Cyan = 0.11, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB12288137-
CMYK0.110.3600.46
HSL281.63º21.78%44.12%-
HSV(B)281.63º35.77%53.73%-
XYZ16.0312.9225.32-
YUV103.75146.76141.02-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 35.16%
GREEN value IS 88 (34.77% from 255) = 25.36%
BLUE value IS 137 (53.91% from 255) = 39.48%
R=35.16%
G=25.36%
B=39.48%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal122881370.110.3600.46281.6321.7844.12
Hex7A5889B2402E11a162c
Octal17213021113440564322654
Binary11110101011000100010011011100100010111010001101010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A5889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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