#79488B

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

Shades of Affair #79488B

Tints of Affair #79488B

Color information

#79488B (or 0x79488B) is unknown color: approx Affair. HEX triplet: 79, 48 and 8B. RGB value is (121,72,139). Sum of RGB (Red+Green+Blue) = 121+72+139=332 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.45% from 332); Green value is 72 (28.52% from 255 or 21.69% from 332); Blue value is 139 (54.69% from 255 or 41.87% from 332); Max value from RGB is 139 - color contains mainly: blue. Hex color #79488B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #79488B is #86B774. Grayscale: #5E5E5E. Windows color (decimal): -8828789 or 9128057. OLE color: 9128057.

HSL color Cylindrical-coordinate representation of color #79488B: hue angle of 283.88º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #79488B is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB12172139-
CMYK0.130.4800.45
HSL283.88º31.75%41.37%-
HSV(B)283.88º48.2%54.51%-
XYZ14.8610.5625.68-
YUV94.29153.23147.05-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 36.45%
GREEN value IS 72 (28.52% from 255) = 21.69%
BLUE value IS 139 (54.69% from 255) = 41.87%
R=36.45%
G=21.69%
B=41.87%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal121721390.130.4800.45283.8831.7541.37
Hex79488BD3002D11c2029
Octal17111021315600554344051
Binary111100110010001000101111011100000101101100011100100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79488B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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