#794590

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

Shades of Affair #794590

Tints of Affair #794590

Color information

#794590 (or 0x794590) is unknown color: approx Affair. HEX triplet: 79, 45 and 90. RGB value is (121,69,144). Sum of RGB (Red+Green+Blue) = 121+69+144=334 (44% of max value = 765). Red value is 121 (47.66% from 255 or 36.23% from 334); Green value is 69 (27.34% from 255 or 20.66% from 334); Blue value is 144 (56.64% from 255 or 43.11% from 334); Max value from RGB is 144 - color contains mainly: blue. Hex color #794590 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #794590 is #86BA6F. Grayscale: #5C5C5C. Windows color (decimal): -8829552 or 9454969. OLE color: 9454969.

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

Color convert

RGB12169144-
CMYK0.160.5200.44
HSL281.6º35.21%41.76%-
HSV(B)281.6º52.08%56.47%-
XYZ15.0510.3327.59-
YUV93.1156.73147.9-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 36.23%
GREEN value IS 69 (27.34% from 255) = 20.66%
BLUE value IS 144 (56.64% from 255) = 43.11%
R=36.23%
G=20.66%
B=43.11%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal121691440.160.5200.44281.635.2141.76
Hex794590103402C11a232a
Octal17110522020640544324352
Binary1111001100010110010000100001101000101100100011010100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #794590; }

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

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

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

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

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

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

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

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