#755985

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

Shades of Affair #755985

Tints of Affair #755985

Color information

#755985 (or 0x755985) is unknown color: approx Affair. HEX triplet: 75, 59 and 85. RGB value is (117,89,133). Sum of RGB (Red+Green+Blue) = 117+89+133=339 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.51% from 339); Green value is 89 (35.16% from 255 or 26.25% from 339); Blue value is 133 (52.34% from 255 or 39.23% from 339); Max value from RGB is 133 - color contains mainly: blue. Hex color #755985 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755985 is #8AA67A. Grayscale: #666666. Windows color (decimal): -9086587 or 8739189. OLE color: 8739189.

HSL color Cylindrical-coordinate representation of color #755985: hue angle of 278.18º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #755985 is Cyan = 0.12, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB11789133-
CMYK0.120.3300.48
HSL278.18º19.82%43.53%-
HSV(B)278.18º33.08%52.16%-
XYZ15.1412.6223.83-
YUV102.39145.28138.42-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.51%
GREEN value IS 89 (35.16% from 255) = 26.25%
BLUE value IS 133 (52.34% from 255) = 39.23%
R=34.51%
G=26.25%
B=39.23%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal117891330.120.3300.48278.1819.8243.53
Hex755985C21030116142c
Octal16513120514410604262454
Binary11101011011001100001011100100001011000010001011010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755985; }

 p { color: rgb(117,89,133); }

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

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

 a { background-color: rgb(117,89,133); }

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

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

 span { border-color: rgb(117,89,133); }

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