#7A5681

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

Shades of Affair #7A5681

Tints of Affair #7A5681

Color information

#7A5681 (or 0x7A5681) is unknown color: approx Affair. HEX triplet: 7A, 56 and 81. RGB value is (122,86,129). Sum of RGB (Red+Green+Blue) = 122+86+129=337 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.20% from 337); Green value is 86 (33.98% from 255 or 25.52% from 337); Blue value is 129 (50.78% from 255 or 38.28% from 337); Max value from RGB is 129 - color contains mainly: blue. Hex color #7A5681 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A5681 is #85A97E. Grayscale: #656565. Windows color (decimal): -8759679 or 8476282. OLE color: 8476282.

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

Color convert

RGB12286129-
CMYK0.050.3300.49
HSL290.23º20%42.16%-
HSV(B)290.23º33.33%50.59%-
XYZ15.3212.3822.35-
YUV101.67143.43142.5-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 36.20%
GREEN value IS 86 (33.98% from 255) = 25.52%
BLUE value IS 129 (50.78% from 255) = 38.28%
R=36.20%
G=25.52%
B=38.28%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal122861290.050.3300.49290.232042.16
Hex7A5681521031122142a
Octal1721262015410614422452
Binary1111010101011010000001101100001011000110010001010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A5681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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