#764491

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

Shades of Affair #764491

Tints of Affair #764491

Color information

#764491 (or 0x764491) is unknown color: approx Affair. HEX triplet: 76, 44 and 91. RGB value is (118,68,145). Sum of RGB (Red+Green+Blue) = 118+68+145=331 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.65% from 331); Green value is 68 (26.95% from 255 or 20.54% 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 #764491 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #764491 is #89BB6E. Grayscale: #5B5B5B. Windows color (decimal): -9026415 or 9520246. OLE color: 9520246.

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

Color convert

RGB11868145-
CMYK0.190.5300.43
HSL278.96º36.15%41.76%-
HSV(B)278.96º53.1%56.86%-
XYZ14.6510.0327.95-
YUV91.73158.06146.74-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.65%
GREEN value IS 68 (26.95% from 255) = 20.54%
BLUE value IS 145 (57.03% from 255) = 43.81%
R=35.65%
G=20.54%
B=43.81%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal118681450.190.5300.43278.9636.1541.76
Hex764491133502B117242a
Octal16610422123650534274452
Binary1110110100010010010001100111101010101011100010111100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764491; }

 p { color: rgb(118,68,145); }

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

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

 a { background-color: rgb(118,68,145); }

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

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

 span { border-color: rgb(118,68,145); }

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