#7A5983

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

Shades of Affair #7A5983

Tints of Affair #7A5983

Color information

#7A5983 (or 0x7A5983) is unknown color: approx Affair. HEX triplet: 7A, 59 and 83. RGB value is (122,89,131). Sum of RGB (Red+Green+Blue) = 122+89+131=342 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.67% from 342); Green value is 89 (35.16% from 255 or 26.02% from 342); Blue value is 131 (51.56% from 255 or 38.30% from 342); Max value from RGB is 131 - color contains mainly: blue. Hex color #7A5983 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A5983 is #85A67C. Grayscale: #676767. Windows color (decimal): -8758909 or 8608122. OLE color: 8608122.

HSL color Cylindrical-coordinate representation of color #7A5983: hue angle of 287.14º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7A5983 is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB12289131-
CMYK0.070.3200.49
HSL287.14º19.09%43.14%-
HSV(B)287.14º32.06%51.37%-
XYZ15.712.9223.14-
YUV103.66143.43141.08-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 35.67%
GREEN value IS 89 (35.16% from 255) = 26.02%
BLUE value IS 131 (51.56% from 255) = 38.30%
R=35.67%
G=26.02%
B=38.30%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal122891310.070.3200.49287.1419.0943.14
Hex7A598372003111f132b
Octal1721312037400614372353
Binary1111010101100110000011111100000011000110001111110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A5983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,89,131); }

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

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

 a { background-color: rgb(122,89,131); }

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

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

 span { border-color: rgb(122,89,131); }

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