#764585

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

Shades of Affair #764585

Tints of Affair #764585

Color information

#764585 (or 0x764585) is unknown color: approx Affair. HEX triplet: 76, 45 and 85. RGB value is (118,69,133). Sum of RGB (Red+Green+Blue) = 118+69+133=320 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.88% from 320); Green value is 69 (27.34% from 255 or 21.56% from 320); Blue value is 133 (52.34% from 255 or 41.56% from 320); Max value from RGB is 133 - color contains mainly: blue. Hex color #764585 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #764585 is #89BA7A. Grayscale: #5A5A5A. Windows color (decimal): -9026171 or 8734070. OLE color: 8734070.

HSL color Cylindrical-coordinate representation of color #764585: hue angle of 285.94º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #764585 is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB11869133-
CMYK0.110.4800.48
HSL285.94º31.68%39.61%-
HSV(B)285.94º48.12%52.16%-
XYZ13.839.823.35-
YUV90.95151.73147.3-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.88%
GREEN value IS 69 (27.34% from 255) = 21.56%
BLUE value IS 133 (52.34% from 255) = 41.56%
R=36.88%
G=21.56%
B=41.56%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal118691330.110.4800.48285.9431.6839.61
Hex764585B3003011e2028
Octal16610520513600604364050
Binary111011010001011000010110111100000110000100011110100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764585; }

 p { color: rgb(118,69,133); }

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

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

 a { background-color: rgb(118,69,133); }

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

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

 span { border-color: rgb(118,69,133); }

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