#79488D

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

Shades of Affair #79488D

Tints of Affair #79488D

Color information

#79488D (or 0x79488D) is unknown color: approx Affair. HEX triplet: 79, 48 and 8D. RGB value is (121,72,141). Sum of RGB (Red+Green+Blue) = 121+72+141=334 (44% of max value = 765). Red value is 121 (47.66% from 255 or 36.23% from 334); Green value is 72 (28.52% from 255 or 21.56% from 334); Blue value is 141 (55.47% from 255 or 42.22% from 334); Max value from RGB is 141 - color contains mainly: blue. Hex color #79488D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #79488D is #86B772. Grayscale: #5E5E5E. Windows color (decimal): -8828787 or 9259129. OLE color: 9259129.

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

Color convert

RGB12172141-
CMYK0.140.4900.45
HSL282.61º32.39%41.76%-
HSV(B)282.61º48.94%55.29%-
XYZ15.0110.6226.46-
YUV94.52154.23146.89-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 36.23%
GREEN value IS 72 (28.52% from 255) = 21.56%
BLUE value IS 141 (55.47% from 255) = 42.22%
R=36.23%
G=21.56%
B=42.22%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal121721410.140.4900.45282.6132.3941.76
Hex79488DE3102D11b202a
Octal17111021516610554334052
Binary111100110010001000110111101100010101101100011011100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79488D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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