#794F91

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

Shades of Affair #794F91

Tints of Affair #794F91

Color information

#794F91 (or 0x794F91) is unknown color: approx Affair. HEX triplet: 79, 4F and 91. RGB value is (121,79,145). Sum of RGB (Red+Green+Blue) = 121+79+145=345 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.07% from 345); Green value is 79 (31.25% from 255 or 22.90% from 345); Blue value is 145 (57.03% from 255 or 42.03% from 345); Max value from RGB is 145 - color contains mainly: blue. Hex color #794F91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #794F91 is #86B06E. Grayscale: #626262. Windows color (decimal): -8826991 or 9523065. OLE color: 9523065.

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

Color convert

RGB12179145-
CMYK0.170.4600.43
HSL278.18º29.46%43.92%-
HSV(B)278.18º45.52%56.86%-
XYZ15.7911.728.21-
YUV99.08153.91143.63-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 35.07%
GREEN value IS 79 (31.25% from 255) = 22.90%
BLUE value IS 145 (57.03% from 255) = 42.03%
R=35.07%
G=22.90%
B=42.03%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal121791450.170.4600.43278.1829.4643.92
Hex794F91112E02B1161d2c
Octal17111722121560534263554
Binary111100110011111001000110001101110010101110001011011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794F91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #794F91; }

 p { color: rgb(121,79,145); }

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

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

 a { background-color: rgb(121,79,145); }

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

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

 span { border-color: rgb(121,79,145); }

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