#7A4991

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

Shades of Affair #7A4991

Tints of Affair #7A4991

Color information

#7A4991 (or 0x7A4991) is unknown color: approx Affair. HEX triplet: 7A, 49 and 91. RGB value is (122,73,145). Sum of RGB (Red+Green+Blue) = 122+73+145=340 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.88% from 340); Green value is 73 (28.91% from 255 or 21.47% from 340); Blue value is 145 (57.03% from 255 or 42.65% from 340); Max value from RGB is 145 - color contains mainly: blue. Hex color #7A4991 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A4991 is #85B66E. Grayscale: #5F5F5F. Windows color (decimal): -8762991 or 9521530. OLE color: 9521530.

HSL color Cylindrical-coordinate representation of color #7A4991: hue angle of 280.83º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7A4991 is Cyan = 0.16, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB12273145-
CMYK0.160.5000.43
HSL280.83º33.03%42.75%-
HSV(B)280.83º49.66%56.86%-
XYZ15.5210.9528.08-
YUV95.86155.73146.65-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 35.88%
GREEN value IS 73 (28.91% from 255) = 21.47%
BLUE value IS 145 (57.03% from 255) = 42.65%
R=35.88%
G=21.47%
B=42.65%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal122731450.160.5000.43280.8333.0342.75
Hex7A4991103202B119212b
Octal17211122120620534314153
Binary1111010100100110010001100001100100101011100011001100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A4991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,73,145); }

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

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

 a { background-color: rgb(122,73,145); }

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

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

 span { border-color: rgb(122,73,145); }

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