#734D85

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

Shades of Affair #734D85

Tints of Affair #734D85

Color information

#734D85 (or 0x734D85) is unknown color: approx Affair. HEX triplet: 73, 4D and 85. RGB value is (115,77,133). Sum of RGB (Red+Green+Blue) = 115+77+133=325 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.38% from 325); Green value is 77 (30.47% from 255 or 23.69% from 325); Blue value is 133 (52.34% from 255 or 40.92% from 325); Max value from RGB is 133 - color contains mainly: blue. Hex color #734D85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #734D85 is #8CB27A. Grayscale: #5E5E5E. Windows color (decimal): -9220731 or 8736115. OLE color: 8736115.

HSL color Cylindrical-coordinate representation of color #734D85: hue angle of 280.71º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #734D85 is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB11577133-
CMYK0.140.4200.48
HSL280.71º26.67%41.18%-
HSV(B)280.71º42.11%52.16%-
XYZ13.9610.6523.51-
YUV94.75149.59142.45-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 35.38%
GREEN value IS 77 (30.47% from 255) = 23.69%
BLUE value IS 133 (52.34% from 255) = 40.92%
R=35.38%
G=23.69%
B=40.92%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal115771330.140.4200.48280.7126.6741.18
Hex734D85E2A0301191b29
Octal16311520516520604313351
Binary11100111001101100001011110101010011000010001100111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734D85; }

 p { color: rgb(115,77,133); }

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

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

 a { background-color: rgb(115,77,133); }

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

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

 span { border-color: rgb(115,77,133); }

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