#754785

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

Shades of Affair #754785

Tints of Affair #754785

Color information

#754785 (or 0x754785) is unknown color: approx Affair. HEX triplet: 75, 47 and 85. RGB value is (117,71,133). Sum of RGB (Red+Green+Blue) = 117+71+133=321 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.45% from 321); Green value is 71 (28.12% from 255 or 22.12% from 321); Blue value is 133 (52.34% from 255 or 41.43% from 321); Max value from RGB is 133 - color contains mainly: blue. Hex color #754785 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754785 is #8AB87A. Grayscale: #5B5B5B. Windows color (decimal): -9091195 or 8734581. OLE color: 8734581.

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

Color convert

RGB11771133-
CMYK0.120.4700.48
HSL284.52º30.39%40%-
HSV(B)284.52º46.62%52.16%-
XYZ13.829.9823.39-
YUV91.82151.24145.96-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.45%
GREEN value IS 71 (28.12% from 255) = 22.12%
BLUE value IS 133 (52.34% from 255) = 41.43%
R=36.45%
G=22.12%
B=41.43%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal117711330.120.4700.48284.5230.3940
Hex754785C2F03011d1e28
Octal16510720514570604353650
Binary11101011000111100001011100101111011000010001110111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754785; }

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

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

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

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

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

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

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

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