#794488

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

Shades of Affair #794488

Tints of Affair #794488

Color information

#794488 (or 0x794488) is unknown color: approx Affair. HEX triplet: 79, 44 and 88. RGB value is (121,68,136). Sum of RGB (Red+Green+Blue) = 121+68+136=325 (43% of max value = 765). Red value is 121 (47.66% from 255 or 37.23% from 325); Green value is 68 (26.95% from 255 or 20.92% from 325); Blue value is 136 (53.52% from 255 or 41.85% from 325); Max value from RGB is 136 - color contains mainly: blue. Hex color #794488 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #794488 is #86BB77. Grayscale: #5B5B5B. Windows color (decimal): -8829816 or 8930425. OLE color: 8930425.

HSL color Cylindrical-coordinate representation of color #794488: hue angle of 286.76º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #794488 is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB12168136-
CMYK0.110.5000.47
HSL286.76º33.33%40%-
HSV(B)286.76º50%53.33%-
XYZ14.49.9824.46-
YUV91.6153.06148.97-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 37.23%
GREEN value IS 68 (26.95% from 255) = 20.92%
BLUE value IS 136 (53.52% from 255) = 41.85%
R=37.23%
G=20.92%
B=41.85%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal121681360.110.5000.47286.7633.3340
Hex794488B3202F11f2128
Octal17110421013620574374150
Binary111100110001001000100010111100100101111100011111100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #794488; }

 p { color: rgb(121,68,136); }

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

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

 a { background-color: rgb(121,68,136); }

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

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

 span { border-color: rgb(121,68,136); }

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