#794995

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

Shades of Affair #794995

Tints of Affair #794995

Color information

#794995 (or 0x794995) is unknown color: approx Affair. HEX triplet: 79, 49 and 95. RGB value is (121,73,149). Sum of RGB (Red+Green+Blue) = 121+73+149=343 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.28% from 343); Green value is 73 (28.91% from 255 or 21.28% from 343); Blue value is 149 (58.59% from 255 or 43.44% from 343); Max value from RGB is 149 - color contains mainly: blue. Hex color #794995 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #794995 is #86B66A. Grayscale: #5F5F5F. Windows color (decimal): -8828523 or 9783673. OLE color: 9783673.

HSL color Cylindrical-coordinate representation of color #794995: hue angle of 277.89º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #794995 is Cyan = 0.19, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB12173149-
CMYK0.190.5100.42
HSL277.89º34.23%43.53%-
HSV(B)277.89º51.01%58.43%-
XYZ15.691129.73-
YUV96.02157.9145.82-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 35.28%
GREEN value IS 73 (28.91% from 255) = 21.28%
BLUE value IS 149 (58.59% from 255) = 43.44%
R=35.28%
G=21.28%
B=43.44%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal121731490.190.5100.42277.8934.2343.53
Hex794995133302A116222c
Octal17111122523630524264254
Binary1111001100100110010101100111100110101010100010110100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #794995; }

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

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

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

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

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

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

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

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