#774D91

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

Shades of Affair #774D91

Tints of Affair #774D91

Color information

#774D91 (or 0x774D91) is unknown color: approx Affair. HEX triplet: 77, 4D and 91. RGB value is (119,77,145). Sum of RGB (Red+Green+Blue) = 119+77+145=341 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.90% from 341); Green value is 77 (30.47% from 255 or 22.58% from 341); Blue value is 145 (57.03% from 255 or 42.52% from 341); Max value from RGB is 145 - color contains mainly: blue. Hex color #774D91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #774D91 is #88B26E. Grayscale: #616161. Windows color (decimal): -8958575 or 9522551. OLE color: 9522551.

HSL color Cylindrical-coordinate representation of color #774D91: hue angle of 277.06º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #774D91 is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB11977145-
CMYK0.180.4700.43
HSL277.06º30.63%43.53%-
HSV(B)277.06º46.9%56.86%-
XYZ15.3711.2728.15-
YUV97.31154.91143.47-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.90%
GREEN value IS 77 (30.47% from 255) = 22.58%
BLUE value IS 145 (57.03% from 255) = 42.52%
R=34.90%
G=22.58%
B=42.52%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal119771450.180.4700.43277.0630.6343.53
Hex774D91122F02B1151f2c
Octal16711522122570534253754
Binary111011110011011001000110010101111010101110001010111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774D91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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