#764981

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

Shades of Affair #764981

Tints of Affair #764981

Color information

#764981 (or 0x764981) is unknown color: approx Affair. HEX triplet: 76, 49 and 81. RGB value is (118,73,129). Sum of RGB (Red+Green+Blue) = 118+73+129=320 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.88% from 320); Green value is 73 (28.91% from 255 or 22.81% from 320); Blue value is 129 (50.78% from 255 or 40.31% from 320); Max value from RGB is 129 - color contains mainly: blue. Hex color #764981 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #764981 is #89B67E. Grayscale: #5C5C5C. Windows color (decimal): -9025151 or 8472950. OLE color: 8472950.

HSL color Cylindrical-coordinate representation of color #764981: hue angle of 288.21º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #764981 is Cyan = 0.09, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11873129-
CMYK0.090.4300.49
HSL288.21º27.72%39.61%-
HSV(B)288.21º43.41%50.59%-
XYZ13.8210.222.01-
YUV92.84148.41145.95-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.88%
GREEN value IS 73 (28.91% from 255) = 22.81%
BLUE value IS 129 (50.78% from 255) = 40.31%
R=36.88%
G=22.81%
B=40.31%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal118731290.090.4300.49288.2127.7239.61
Hex76498192B0311201c28
Octal16611120111530614403450
Binary11101101001001100000011001101011011000110010000011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764981; }

 p { color: rgb(118,73,129); }

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

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

 a { background-color: rgb(118,73,129); }

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

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

 span { border-color: rgb(118,73,129); }

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