#7A4992

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

Shades of Affair #7A4992

Tints of Affair #7A4992

Color information

#7A4992 (or 0x7A4992) is unknown color: approx Affair. HEX triplet: 7A, 49 and 92. RGB value is (122,73,146). Sum of RGB (Red+Green+Blue) = 122+73+146=341 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.78% from 341); Green value is 73 (28.91% from 255 or 21.41% from 341); Blue value is 146 (57.42% from 255 or 42.82% from 341); Max value from RGB is 146 - color contains mainly: blue. Hex color #7A4992 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A4992 is #85B66D. Grayscale: #5F5F5F. Windows color (decimal): -8762990 or 9587066. OLE color: 9587066.

HSL color Cylindrical-coordinate representation of color #7A4992: hue angle of 280.27º 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 #7A4992 is Cyan = 0.16, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB12273146-
CMYK0.160.500.43
HSL280.27º33.33%42.94%-
HSV(B)280.27º50%57.25%-
XYZ15.610.9828.49-
YUV95.97156.23146.56-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 35.78%
GREEN value IS 73 (28.91% from 255) = 21.41%
BLUE value IS 146 (57.42% from 255) = 42.82%
R=35.78%
G=21.41%
B=42.82%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal122731460.160.500.43280.2733.3342.94
Hex7A4992103202B118212b
Octal17211122220620534304153
Binary1111010100100110010010100001100100101011100011000100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A4992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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