#755681

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

Shades of Affair #755681

Tints of Affair #755681

Color information

#755681 (or 0x755681) is unknown color: approx Affair. HEX triplet: 75, 56 and 81. RGB value is (117,86,129). Sum of RGB (Red+Green+Blue) = 117+86+129=332 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.24% from 332); Green value is 86 (33.98% from 255 or 25.90% from 332); Blue value is 129 (50.78% from 255 or 38.86% from 332); Max value from RGB is 129 - color contains mainly: blue. Hex color #755681 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755681 is #8AA97E. Grayscale: #646464. Windows color (decimal): -9087359 or 8476277. OLE color: 8476277.

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

Color convert

RGB11786129-
CMYK0.090.3300.49
HSL283.26º20%42.16%-
HSV(B)283.26º33.33%50.59%-
XYZ14.6312.0222.32-
YUV100.17144.27140-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.24%
GREEN value IS 86 (33.98% from 255) = 25.90%
BLUE value IS 129 (50.78% from 255) = 38.86%
R=35.24%
G=25.90%
B=38.86%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal117861290.090.3300.49283.262042.16
Hex75568192103111b142a
Octal16512620111410614332452
Binary11101011010110100000011001100001011000110001101110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755681; }

 p { color: rgb(117,86,129); }

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

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

 a { background-color: rgb(117,86,129); }

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

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

 span { border-color: rgb(117,86,129); }

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