#794890

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

Shades of Affair #794890

Tints of Affair #794890

Color information

#794890 (or 0x794890) is unknown color: approx Affair. HEX triplet: 79, 48 and 90. RGB value is (121,72,144). Sum of RGB (Red+Green+Blue) = 121+72+144=337 (44% of max value = 765). Red value is 121 (47.66% from 255 or 35.91% from 337); Green value is 72 (28.52% from 255 or 21.36% from 337); Blue value is 144 (56.64% from 255 or 42.73% from 337); Max value from RGB is 144 - color contains mainly: blue. Hex color #794890 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #794890 is #86B76F. Grayscale: #5E5E5E. Windows color (decimal): -8828784 or 9455737. OLE color: 9455737.

HSL color Cylindrical-coordinate representation of color #794890: hue angle of 280.83º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #794890 is Cyan = 0.16, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB12172144-
CMYK0.160.5000.44
HSL280.83º33.33%42.35%-
HSV(B)280.83º50%56.47%-
XYZ15.2410.7127.65-
YUV94.86155.73146.65-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 35.91%
GREEN value IS 72 (28.52% from 255) = 21.36%
BLUE value IS 144 (56.64% from 255) = 42.73%
R=35.91%
G=21.36%
B=42.73%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal121721440.160.5000.44280.8333.3342.35
Hex794890103202C119212a
Octal17111022020620544314152
Binary1111001100100010010000100001100100101100100011001100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #794890; }

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

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

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

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

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

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

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

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