#764485

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

Shades of Affair #764485

Tints of Affair #764485

Color information

#764485 (or 0x764485) is unknown color: approx Affair. HEX triplet: 76, 44 and 85. RGB value is (118,68,133). Sum of RGB (Red+Green+Blue) = 118+68+133=319 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.99% from 319); Green value is 68 (26.95% from 255 or 21.32% from 319); Blue value is 133 (52.34% from 255 or 41.69% from 319); Max value from RGB is 133 - color contains mainly: blue. Hex color #764485 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #764485 is #89BB7A. Grayscale: #5A5A5A. Windows color (decimal): -9026427 or 8733814. OLE color: 8733814.

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

Color convert

RGB11868133-
CMYK0.110.4900.48
HSL286.15º32.34%39.41%-
HSV(B)286.15º48.87%52.16%-
XYZ13.779.6823.33-
YUV90.36152.06147.71-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.99%
GREEN value IS 68 (26.95% from 255) = 21.32%
BLUE value IS 133 (52.34% from 255) = 41.69%
R=36.99%
G=21.32%
B=41.69%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal118681330.110.4900.48286.1532.3439.41
Hex764485B3103011e2027
Octal16610420513610604364047
Binary111011010001001000010110111100010110000100011110100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764485; }

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

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

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

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

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

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

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

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