#734C85

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

Shades of Affair #734C85

Tints of Affair #734C85

Color information

#734C85 (or 0x734C85) is unknown color: approx Affair. HEX triplet: 73, 4C and 85. RGB value is (115,76,133). Sum of RGB (Red+Green+Blue) = 115+76+133=324 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.49% from 324); Green value is 76 (30.08% from 255 or 23.46% from 324); Blue value is 133 (52.34% from 255 or 41.05% from 324); Max value from RGB is 133 - color contains mainly: blue. Hex color #734C85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #734C85 is #8CB37A. Grayscale: #5D5D5D. Windows color (decimal): -9220987 or 8735859. OLE color: 8735859.

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

Color convert

RGB11576133-
CMYK0.140.4300.48
HSL281.05º27.27%40.98%-
HSV(B)281.05º42.86%52.16%-
XYZ13.8910.5123.49-
YUV94.16149.92142.87-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 35.49%
GREEN value IS 76 (30.08% from 255) = 23.46%
BLUE value IS 133 (52.34% from 255) = 41.05%
R=35.49%
G=23.46%
B=41.05%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal115761330.140.4300.48281.0527.2740.98
Hex734C85E2B0301191b29
Octal16311420516530604313351
Binary11100111001100100001011110101011011000010001100111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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