#7A4786

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

Shades of Affair #7A4786

Tints of Affair #7A4786

Color information

#7A4786 (or 0x7A4786) is unknown color: approx Affair. HEX triplet: 7A, 47 and 86. RGB value is (122,71,134). Sum of RGB (Red+Green+Blue) = 122+71+134=327 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.31% from 327); Green value is 71 (28.12% from 255 or 21.71% from 327); Blue value is 134 (52.73% from 255 or 40.98% from 327); Max value from RGB is 134 - color contains mainly: blue. Hex color #7A4786 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A4786 is #85B879. Grayscale: #5D5D5D. Windows color (decimal): -8763514 or 8800122. OLE color: 8800122.

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

Color convert

RGB12271134-
CMYK0.090.4700.47
HSL288.57º30.73%40.2%-
HSV(B)288.57º47.01%52.55%-
XYZ14.5810.3723.79-
YUV93.43150.9148.38-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 37.31%
GREEN value IS 71 (28.12% from 255) = 21.71%
BLUE value IS 134 (52.73% from 255) = 40.98%
R=37.31%
G=21.71%
B=40.98%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal122711340.090.4700.47288.5730.7340.2
Hex7A478692F02F1211f28
Octal17210720611570574413750
Binary11110101000111100001101001101111010111110010000111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A4786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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