#734981

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

Shades of Affair #734981

Tints of Affair #734981

Color information

#734981 (or 0x734981) is unknown color: approx Affair. HEX triplet: 73, 49 and 81. RGB value is (115,73,129). Sum of RGB (Red+Green+Blue) = 115+73+129=317 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.28% from 317); Green value is 73 (28.91% from 255 or 23.03% from 317); Blue value is 129 (50.78% from 255 or 40.69% from 317); Max value from RGB is 129 - color contains mainly: blue. Hex color #734981 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #734981 is #8CB67E. Grayscale: #5B5B5B. Windows color (decimal): -9221759 or 8472947. OLE color: 8472947.

HSL color Cylindrical-coordinate representation of color #734981: hue angle of 285º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #734981 is Cyan = 0.11, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11573129-
CMYK0.110.4300.49
HSL285º27.72%39.61%-
HSV(B)285º43.41%50.59%-
XYZ13.429.9921.99-
YUV91.94148.91144.45-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 36.28%
GREEN value IS 73 (28.91% from 255) = 23.03%
BLUE value IS 129 (50.78% from 255) = 40.69%
R=36.28%
G=23.03%
B=40.69%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal115731290.110.4300.4928527.7239.61
Hex734981B2B03111d1c28
Octal16311120113530614353450
Binary11100111001001100000011011101011011000110001110111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734981; }

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

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

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

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

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

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

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

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