#794C8D

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

Shades of Affair #794C8D

Tints of Affair #794C8D

Color information

#794C8D (or 0x794C8D) is unknown color: approx Affair. HEX triplet: 79, 4C and 8D. RGB value is (121,76,141). Sum of RGB (Red+Green+Blue) = 121+76+141=338 (44% of max value = 765). Red value is 121 (47.66% from 255 or 35.80% from 338); Green value is 76 (30.08% from 255 or 22.49% from 338); Blue value is 141 (55.47% from 255 or 41.72% from 338); Max value from RGB is 141 - color contains mainly: blue. Hex color #794C8D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #794C8D is #86B372. Grayscale: #606060. Windows color (decimal): -8827763 or 9260153. OLE color: 9260153.

HSL color Cylindrical-coordinate representation of color #794C8D: hue angle of 281.54º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #794C8D is Cyan = 0.14, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB12176141-
CMYK0.140.4600.45
HSL281.54º29.95%42.55%-
HSV(B)281.54º46.1%55.29%-
XYZ15.2811.1626.55-
YUV96.86152.91145.21-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 35.80%
GREEN value IS 76 (30.08% from 255) = 22.49%
BLUE value IS 141 (55.47% from 255) = 41.72%
R=35.80%
G=22.49%
B=41.72%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal121761410.140.4600.45281.5429.9542.55
Hex794C8DE2E02D11a1e2b
Octal17111421516560554323653
Binary11110011001100100011011110101110010110110001101011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794C8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,76,141); }

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

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

 a { background-color: rgb(121,76,141); }

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

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

 span { border-color: rgb(121,76,141); }

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