#795981

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

Shades of Affair #795981

Tints of Affair #795981

Color information

#795981 (or 0x795981) is unknown color: approx Affair. HEX triplet: 79, 59 and 81. RGB value is (121,89,129). Sum of RGB (Red+Green+Blue) = 121+89+129=339 (44% of max value = 765). Red value is 121 (47.66% from 255 or 35.69% from 339); Green value is 89 (35.16% from 255 or 26.25% from 339); Blue value is 129 (50.78% from 255 or 38.05% from 339); Max value from RGB is 129 - color contains mainly: blue. Hex color #795981 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #795981 is #86A67E. Grayscale: #676767. Windows color (decimal): -8824447 or 8477049. OLE color: 8477049.

HSL color Cylindrical-coordinate representation of color #795981: hue angle of 288º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #795981 is Cyan = 0.06, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB12189129-
CMYK0.060.3100.49
HSL288º18.35%42.75%-
HSV(B)288º31.01%50.59%-
XYZ15.4212.7922.43-
YUV103.13142.6140.75-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 35.69%
GREEN value IS 89 (35.16% from 255) = 26.25%
BLUE value IS 129 (50.78% from 255) = 38.05%
R=35.69%
G=26.25%
B=38.05%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal121891290.060.3100.4928818.3542.75
Hex79598161F031120122b
Octal1711312016370614402253
Binary111100110110011000000111011111011000110010000010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795981; }

 p { color: rgb(121,89,129); }

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

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

 a { background-color: rgb(121,89,129); }

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

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

 span { border-color: rgb(121,89,129); }

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