#7A528C

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

Shades of Affair #7A528C

Tints of Affair #7A528C

Color information

#7A528C (or 0x7A528C) is unknown color: approx Affair. HEX triplet: 7A, 52 and 8C. RGB value is (122,82,140). Sum of RGB (Red+Green+Blue) = 122+82+140=344 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.47% from 344); Green value is 82 (32.42% from 255 or 23.84% from 344); Blue value is 140 (55.08% from 255 or 40.70% from 344); Max value from RGB is 140 - color contains mainly: blue. Hex color #7A528C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A528C is #85AD73. Grayscale: #646464. Windows color (decimal): -8760692 or 9196154. OLE color: 9196154.

HSL color Cylindrical-coordinate representation of color #7A528C: hue angle of 281.38º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7A528C is Cyan = 0.13, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB12282140-
CMYK0.130.4100.45
HSL281.38º26.13%43.53%-
HSV(B)281.38º41.43%54.9%-
XYZ15.7812.0726.31-
YUV100.57150.25143.28-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 35.47%
GREEN value IS 82 (32.42% from 255) = 23.84%
BLUE value IS 140 (55.08% from 255) = 40.70%
R=35.47%
G=23.84%
B=40.70%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal122821400.130.4100.45281.3826.1343.53
Hex7A528CD2902D1191a2c
Octal17212221415510554313254
Binary11110101010010100011001101101001010110110001100111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A528C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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