#79488A

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

Shades of Affair #79488A

Tints of Affair #79488A

Color information

#79488A (or 0x79488A) is unknown color: approx Affair. HEX triplet: 79, 48 and 8A. RGB value is (121,72,138). Sum of RGB (Red+Green+Blue) = 121+72+138=331 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.56% from 331); Green value is 72 (28.52% from 255 or 21.75% from 331); Blue value is 138 (54.30% from 255 or 41.69% from 331); Max value from RGB is 138 - color contains mainly: blue. Hex color #79488A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #79488A is #86B775. Grayscale: #5D5D5D. Windows color (decimal): -8828790 or 9062521. OLE color: 9062521.

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

Color convert

RGB12172138-
CMYK0.120.4800.46
HSL284.55º31.43%41.18%-
HSV(B)284.55º47.83%54.12%-
XYZ14.7910.5325.3-
YUV94.18152.73147.13-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 36.56%
GREEN value IS 72 (28.52% from 255) = 21.75%
BLUE value IS 138 (54.30% from 255) = 41.69%
R=36.56%
G=21.75%
B=41.69%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal121721380.120.4800.46284.5531.4341.18
Hex79488AC3002E11d1f29
Octal17111021214600564353751
Binary11110011001000100010101100110000010111010001110111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79488A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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