#795990

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

Shades of Affair #795990

Tints of Affair #795990

Color information

#795990 (or 0x795990) is unknown color: approx Affair. HEX triplet: 79, 59 and 90. RGB value is (121,89,144). Sum of RGB (Red+Green+Blue) = 121+89+144=354 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.18% from 354); Green value is 89 (35.16% from 255 or 25.14% from 354); Blue value is 144 (56.64% from 255 or 40.68% from 354); Max value from RGB is 144 - color contains mainly: blue. Hex color #795990 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #795990 is #86A66F. Grayscale: #686868. Windows color (decimal): -8824432 or 9460089. OLE color: 9460089.

HSL color Cylindrical-coordinate representation of color #795990: hue angle of 274.91º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #795990 is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB12189144-
CMYK0.160.3800.44
HSL274.91º23.61%45.69%-
HSV(B)274.91º38.19%56.47%-
XYZ16.4913.2228.07-
YUV104.84150.1139.53-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 34.18%
GREEN value IS 89 (35.16% from 255) = 25.14%
BLUE value IS 144 (56.64% from 255) = 40.68%
R=34.18%
G=25.14%
B=40.68%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal121891440.160.3800.44274.9123.6145.69
Hex795990102602C113182e
Octal17113122020460544233056
Binary111100110110011001000010000100110010110010001001111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795990; }

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

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

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

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

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

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

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

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