#734989

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

Shades of Affair #734989

Tints of Affair #734989

Color information

#734989 (or 0x734989) is unknown color: approx Affair. HEX triplet: 73, 49 and 89. RGB value is (115,73,137). Sum of RGB (Red+Green+Blue) = 115+73+137=325 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.38% from 325); Green value is 73 (28.91% from 255 or 22.46% from 325); Blue value is 137 (53.91% from 255 or 42.15% from 325); Max value from RGB is 137 - color contains mainly: blue. Hex color #734989 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #734989 is #8CB676. Grayscale: #5C5C5C. Windows color (decimal): -9221751 or 8997235. OLE color: 8997235.

HSL color Cylindrical-coordinate representation of color #734989: hue angle of 279.38º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #734989 is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB11573137-
CMYK0.160.4700.46
HSL279.38º30.48%41.18%-
HSV(B)279.38º46.72%53.73%-
XYZ13.9710.2224.9-
YUV92.85152.91143.8-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 35.38%
GREEN value IS 73 (28.91% from 255) = 22.46%
BLUE value IS 137 (53.91% from 255) = 42.15%
R=35.38%
G=22.46%
B=42.15%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal115731370.160.4700.46279.3830.4841.18
Hex734989102F02E1171e29
Octal16311121120570564273651
Binary111001110010011000100110000101111010111010001011111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734989; }

 p { color: rgb(115,73,137); }

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

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

 a { background-color: rgb(115,73,137); }

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

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

 span { border-color: rgb(115,73,137); }

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