#7A5682

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

Shades of Affair #7A5682

Tints of Affair #7A5682

Color information

#7A5682 (or 0x7A5682) is unknown color: approx Affair. HEX triplet: 7A, 56 and 82. RGB value is (122,86,130). Sum of RGB (Red+Green+Blue) = 122+86+130=338 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.09% from 338); Green value is 86 (33.98% from 255 or 25.44% from 338); Blue value is 130 (51.17% from 255 or 38.46% from 338); Max value from RGB is 130 - color contains mainly: blue. Hex color #7A5682 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A5682 is #85A97D. Grayscale: #656565. Windows color (decimal): -8759678 or 8541818. OLE color: 8541818.

HSL color Cylindrical-coordinate representation of color #7A5682: hue angle of 289.09º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7A5682 is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB12286130-
CMYK0.060.3400.49
HSL289.09º20.37%42.35%-
HSV(B)289.09º33.85%50.98%-
XYZ15.3812.422.7-
YUV101.78143.93142.42-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 36.09%
GREEN value IS 86 (33.98% from 255) = 25.44%
BLUE value IS 130 (51.17% from 255) = 38.46%
R=36.09%
G=25.44%
B=38.46%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal122861300.060.3400.49289.0920.3742.35
Hex7A5682622031121142a
Octal1721262026420614412452
Binary1111010101011010000010110100010011000110010000110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A5682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,86,130); }

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

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

 a { background-color: rgb(122,86,130); }

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

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

 span { border-color: rgb(122,86,130); }

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