#774D8F

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

Shades of Affair #774D8F

Tints of Affair #774D8F

Color information

#774D8F (or 0x774D8F) is unknown color: approx Affair. HEX triplet: 77, 4D and 8F. RGB value is (119,77,143). Sum of RGB (Red+Green+Blue) = 119+77+143=339 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.10% from 339); Green value is 77 (30.47% from 255 or 22.71% from 339); Blue value is 143 (56.25% from 255 or 42.18% from 339); Max value from RGB is 143 - color contains mainly: blue. Hex color #774D8F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #774D8F is #88B270. Grayscale: #606060. Windows color (decimal): -8958577 or 9391479. OLE color: 9391479.

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

Color convert

RGB11977143-
CMYK0.170.4600.44
HSL278.18º30%43.14%-
HSV(B)278.18º46.15%56.08%-
XYZ15.2211.2127.35-
YUV97.08153.91143.63-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.10%
GREEN value IS 77 (30.47% from 255) = 22.71%
BLUE value IS 143 (56.25% from 255) = 42.18%
R=35.10%
G=22.71%
B=42.18%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal119771430.170.4600.44278.183043.14
Hex774D8F112E02C1161e2b
Octal16711521721560544263653
Binary111011110011011000111110001101110010110010001011011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774D8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774D8F; }

 p { color: rgb(119,77,143); }

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

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

 a { background-color: rgb(119,77,143); }

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

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

 span { border-color: rgb(119,77,143); }

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