#774390

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

Shades of Affair #774390

Tints of Affair #774390

Color information

#774390 (or 0x774390) is unknown color: approx Affair. HEX triplet: 77, 43 and 90. RGB value is (119,67,144). Sum of RGB (Red+Green+Blue) = 119+67+144=330 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.06% from 330); Green value is 67 (26.56% from 255 or 20.30% from 330); Blue value is 144 (56.64% from 255 or 43.64% from 330); Max value from RGB is 144 - color contains mainly: blue. Hex color #774390 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #774390 is #88BC6F. Grayscale: #5B5B5B. Windows color (decimal): -8961136 or 9454455. OLE color: 9454455.

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

Color convert

RGB11967144-
CMYK0.170.5300.44
HSL280.52º36.49%41.37%-
HSV(B)280.52º53.47%56.47%-
XYZ14.659.9527.53-
YUV91.33157.73147.74-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.06%
GREEN value IS 67 (26.56% from 255) = 20.30%
BLUE value IS 144 (56.64% from 255) = 43.64%
R=36.06%
G=20.30%
B=43.64%

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
Decimal119671440.170.5300.44280.5236.4941.37
Hex774390113502C1192429
Octal16710322021650544314451
Binary1110111100001110010000100011101010101100100011001100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774390; }

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

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

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

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

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

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

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

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