#774391

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

Shades of Affair #774391

Tints of Affair #774391

Color information

#774391 (or 0x774391) is unknown color: approx Affair. HEX triplet: 77, 43 and 91. RGB value is (119,67,145). Sum of RGB (Red+Green+Blue) = 119+67+145=331 (43% of max value = 765). Red value is 119 (46.88% from 255 or 35.95% from 331); Green value is 67 (26.56% from 255 or 20.24% from 331); Blue value is 145 (57.03% from 255 or 43.81% from 331); Max value from RGB is 145 - color contains mainly: blue. Hex color #774391 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #774391 is #88BC6E. Grayscale: #5B5B5B. Windows color (decimal): -8961135 or 9519991. OLE color: 9519991.

HSL color Cylindrical-coordinate representation of color #774391: hue angle of 280º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #774391 is Cyan = 0.18, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB11967145-
CMYK0.180.5400.43
HSL280º36.79%41.57%-
HSV(B)280º53.79%56.86%-
XYZ14.739.9827.94-
YUV91.44158.23147.66-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.95%
GREEN value IS 67 (26.56% from 255) = 20.24%
BLUE value IS 145 (57.03% from 255) = 43.81%
R=35.95%
G=20.24%
B=43.81%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal119671450.180.5400.4328036.7941.57
Hex774391123602B118252a
Octal16710322122660534304552
Binary1110111100001110010001100101101100101011100011000100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774391; }

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

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

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

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

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

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

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

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