#764390

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

Shades of Affair #764390

Tints of Affair #764390

Color information

#764390 (or 0x764390) is unknown color: approx Affair. HEX triplet: 76, 43 and 90. RGB value is (118,67,144). Sum of RGB (Red+Green+Blue) = 118+67+144=329 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.87% from 329); Green value is 67 (26.56% from 255 or 20.36% from 329); Blue value is 144 (56.64% from 255 or 43.77% from 329); Max value from RGB is 144 - color contains mainly: blue. Hex color #764390 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #764390 is #89BC6F. Grayscale: #5A5A5A. Windows color (decimal): -9026672 or 9454454. OLE color: 9454454.

HSL color Cylindrical-coordinate representation of color #764390: hue angle of 279.74º 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 #764390 is Cyan = 0.18, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11867144-
CMYK0.180.5300.44
HSL279.74º36.49%41.37%-
HSV(B)279.74º53.47%56.47%-
XYZ14.519.8827.53-
YUV91.03157.9147.24-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.87%
GREEN value IS 67 (26.56% from 255) = 20.36%
BLUE value IS 144 (56.64% from 255) = 43.77%
R=35.87%
G=20.36%
B=43.77%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal118671440.180.5300.44279.7436.4941.37
Hex764390123502C1182429
Octal16610322022650544304451
Binary1110110100001110010000100101101010101100100011000100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764390; }

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

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

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

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

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

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

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

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