#794992

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

Shades of Affair #794992

Tints of Affair #794992

Color information

#794992 (or 0x794992) is unknown color: approx Affair. HEX triplet: 79, 49 and 92. RGB value is (121,73,146). Sum of RGB (Red+Green+Blue) = 121+73+146=340 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.59% from 340); Green value is 73 (28.91% from 255 or 21.47% from 340); Blue value is 146 (57.42% from 255 or 42.94% from 340); Max value from RGB is 146 - color contains mainly: blue. Hex color #794992 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #794992 is #86B66D. Grayscale: #5F5F5F. Windows color (decimal): -8828526 or 9587065. OLE color: 9587065.

HSL color Cylindrical-coordinate representation of color #794992: hue angle of 279.45º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #794992 is Cyan = 0.17, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB12173146-
CMYK0.170.500.43
HSL279.45º33.33%42.94%-
HSV(B)279.45º50%57.25%-
XYZ15.4610.9128.48-
YUV95.67156.4146.06-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 35.59%
GREEN value IS 73 (28.91% from 255) = 21.47%
BLUE value IS 146 (57.42% from 255) = 42.94%
R=35.59%
G=21.47%
B=42.94%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal121731460.170.500.43279.4533.3342.94
Hex794992113202B117212b
Octal17111122221620534274153
Binary1111001100100110010010100011100100101011100010111100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #794992; }

 p { color: rgb(121,73,146); }

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

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

 a { background-color: rgb(121,73,146); }

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

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

 span { border-color: rgb(121,73,146); }

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