#774490

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

Shades of Affair #774490

Tints of Affair #774490

Color information

#774490 (or 0x774490) is unknown color: approx Affair. HEX triplet: 77, 44 and 90. RGB value is (119,68,144). Sum of RGB (Red+Green+Blue) = 119+68+144=331 (43% of max value = 765). Red value is 119 (46.88% from 255 or 35.95% from 331); Green value is 68 (26.95% from 255 or 20.54% from 331); Blue value is 144 (56.64% from 255 or 43.50% from 331); Max value from RGB is 144 - color contains mainly: blue. Hex color #774490 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #774490 is #88BB6F. Grayscale: #5B5B5B. Windows color (decimal): -8960880 or 9454711. OLE color: 9454711.

HSL color Cylindrical-coordinate representation of color #774490: hue angle of 280.26º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #774490 is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11968144-
CMYK0.170.5300.44
HSL280.26º35.85%41.57%-
HSV(B)280.26º52.78%56.47%-
XYZ14.7110.0727.55-
YUV91.91157.4147.32-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.95%
GREEN value IS 68 (26.95% from 255) = 20.54%
BLUE value IS 144 (56.64% from 255) = 43.50%
R=35.95%
G=20.54%
B=43.50%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal119681440.170.5300.44280.2635.8541.57
Hex774490113502C118242a
Octal16710422021650544304452
Binary1110111100010010010000100011101010101100100011000100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774490; }

 p { color: rgb(119,68,144); }

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

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

 a { background-color: rgb(119,68,144); }

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

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

 span { border-color: rgb(119,68,144); }

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