#7A5186

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

Shades of Affair #7A5186

Tints of Affair #7A5186

Color information

#7A5186 (or 0x7A5186) is unknown color: approx Affair. HEX triplet: 7A, 51 and 86. RGB value is (122,81,134). Sum of RGB (Red+Green+Blue) = 122+81+134=337 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.20% from 337); Green value is 81 (32.03% from 255 or 24.04% from 337); Blue value is 134 (52.73% from 255 or 39.76% from 337); Max value from RGB is 134 - color contains mainly: blue. Hex color #7A5186 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A5186 is #85AE79. Grayscale: #636363. Windows color (decimal): -8760954 or 8802682. OLE color: 8802682.

HSL color Cylindrical-coordinate representation of color #7A5186: hue angle of 286.42º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7A5186 is Cyan = 0.09, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB12281134-
CMYK0.090.4000.47
HSL286.42º24.65%42.16%-
HSV(B)286.42º39.55%52.55%-
XYZ15.2711.7424.02-
YUV99.3147.58144.19-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 36.20%
GREEN value IS 81 (32.03% from 255) = 24.04%
BLUE value IS 134 (52.73% from 255) = 39.76%
R=36.20%
G=24.04%
B=39.76%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal122811340.090.4000.47286.4224.6542.16
Hex7A518692802F11e192a
Octal17212120611500574363152
Binary11110101010001100001101001101000010111110001111011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A5186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,81,134); }

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

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

 a { background-color: rgb(122,81,134); }

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

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

 span { border-color: rgb(122,81,134); }

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