#734C87

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

Shades of Affair #734C87

Tints of Affair #734C87

Color information

#734C87 (or 0x734C87) is unknown color: approx Affair. HEX triplet: 73, 4C and 87. RGB value is (115,76,135). Sum of RGB (Red+Green+Blue) = 115+76+135=326 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.28% from 326); Green value is 76 (30.08% from 255 or 23.31% from 326); Blue value is 135 (53.12% from 255 or 41.41% from 326); Max value from RGB is 135 - color contains mainly: blue. Hex color #734C87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #734C87 is #8CB378. Grayscale: #5E5E5E. Windows color (decimal): -9220985 or 8866931. OLE color: 8866931.

HSL color Cylindrical-coordinate representation of color #734C87: hue angle of 279.66º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #734C87 is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB11576135-
CMYK0.150.4400.47
HSL279.66º27.96%41.37%-
HSV(B)279.66º43.7%52.94%-
XYZ14.0310.5624.22-
YUV94.39150.92142.7-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 35.28%
GREEN value IS 76 (30.08% from 255) = 23.31%
BLUE value IS 135 (53.12% from 255) = 41.41%
R=35.28%
G=23.31%
B=41.41%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal115761350.150.4400.47279.6627.9641.37
Hex734C87F2C02F1181c29
Octal16311420717540574303451
Binary11100111001100100001111111101100010111110001100011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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