#764A8E

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

Shades of Affair #764A8E

Tints of Affair #764A8E

Color information

#764A8E (or 0x764A8E) is unknown color: approx Affair. HEX triplet: 76, 4A and 8E. RGB value is (118,74,142). Sum of RGB (Red+Green+Blue) = 118+74+142=334 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.33% from 334); Green value is 74 (29.30% from 255 or 22.16% from 334); Blue value is 142 (55.86% from 255 or 42.51% from 334); Max value from RGB is 142 - color contains mainly: blue. Hex color #764A8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #764A8E is #89B571. Grayscale: #5E5E5E. Windows color (decimal): -9024882 or 9325174. OLE color: 9325174.

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

Color convert

RGB11874142-
CMYK0.170.4800.44
HSL278.82º31.48%42.35%-
HSV(B)278.82º47.89%55.69%-
XYZ14.810.726.88-
YUV94.91154.58144.47-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.33%
GREEN value IS 74 (29.30% from 255) = 22.16%
BLUE value IS 142 (55.86% from 255) = 42.51%
R=35.33%
G=22.16%
B=42.51%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal118741420.170.4800.44278.8231.4842.35
Hex764A8E113002C1171f2a
Octal16611221621600544273752
Binary111011010010101000111010001110000010110010001011111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764A8E; }

 p { color: rgb(118,74,142); }

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

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

 a { background-color: rgb(118,74,142); }

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

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

 span { border-color: rgb(118,74,142); }

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