#79498A

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

Shades of Affair #79498A

Tints of Affair #79498A

Color information

#79498A (or 0x79498A) is unknown color: approx Affair. HEX triplet: 79, 49 and 8A. RGB value is (121,73,138). Sum of RGB (Red+Green+Blue) = 121+73+138=332 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.45% from 332); Green value is 73 (28.91% from 255 or 21.99% from 332); Blue value is 138 (54.30% from 255 or 41.57% from 332); Max value from RGB is 138 - color contains mainly: blue. Hex color #79498A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #79498A is #86B675. Grayscale: #5E5E5E. Windows color (decimal): -8828534 or 9062777. OLE color: 9062777.

HSL color Cylindrical-coordinate representation of color #79498A: hue angle of 284.31º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #79498A is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB12173138-
CMYK0.120.4700.46
HSL284.31º30.81%41.37%-
HSV(B)284.31º47.1%54.12%-
XYZ14.8610.6725.32-
YUV94.76152.4146.71-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 36.45%
GREEN value IS 73 (28.91% from 255) = 21.99%
BLUE value IS 138 (54.30% from 255) = 41.57%
R=36.45%
G=21.99%
B=41.57%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal121731380.120.4700.46284.3130.8141.37
Hex79498AC2F02E11c1f29
Octal17111121214570564343751
Binary11110011001001100010101100101111010111010001110011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79498A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79498A; }

 p { color: rgb(121,73,138); }

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

<style>
 a { background-color: #79498A; }

 a { background-color: rgb(121,73,138); }

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

<style>
 span { border-color: #79498A; }

 span { border-color: rgb(121,73,138); }

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