#774991

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

Shades of Affair #774991

Tints of Affair #774991

Color information

#774991 (or 0x774991) is unknown color: approx Affair. HEX triplet: 77, 49 and 91. RGB value is (119,73,145). Sum of RGB (Red+Green+Blue) = 119+73+145=337 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.31% from 337); Green value is 73 (28.91% from 255 or 21.66% from 337); Blue value is 145 (57.03% from 255 or 43.03% from 337); Max value from RGB is 145 - color contains mainly: blue. Hex color #774991 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #774991 is #88B66E. Grayscale: #5E5E5E. Windows color (decimal): -8959599 or 9521527. OLE color: 9521527.

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

Color convert

RGB11973145-
CMYK0.180.5000.43
HSL278.33º33.03%42.75%-
HSV(B)278.33º49.66%56.86%-
XYZ15.110.7328.06-
YUV94.96156.24145.15-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.31%
GREEN value IS 73 (28.91% from 255) = 21.66%
BLUE value IS 145 (57.03% from 255) = 43.03%
R=35.31%
G=21.66%
B=43.03%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal119731450.180.5000.43278.3333.0342.75
Hex774991123202B116212b
Octal16711122122620534264153
Binary1110111100100110010001100101100100101011100010110100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774991; }

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

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

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

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

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

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

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

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