#734889

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

Shades of Affair #734889

Tints of Affair #734889

Color information

#734889 (or 0x734889) is unknown color: approx Affair. HEX triplet: 73, 48 and 89. RGB value is (115,72,137). Sum of RGB (Red+Green+Blue) = 115+72+137=324 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.49% from 324); Green value is 72 (28.52% from 255 or 22.22% from 324); Blue value is 137 (53.91% from 255 or 42.28% from 324); Max value from RGB is 137 - color contains mainly: blue. Hex color #734889 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #734889 is #8CB776. Grayscale: #5C5C5C. Windows color (decimal): -9222007 or 8996979. OLE color: 8996979.

HSL color Cylindrical-coordinate representation of color #734889: hue angle of 279.69º degrees, saturation: 0.31, 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 #734889 is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB11572137-
CMYK0.160.4700.46
HSL279.69º31.1%40.98%-
HSV(B)279.69º47.45%53.73%-
XYZ13.910.0924.88-
YUV92.27153.25144.21-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 35.49%
GREEN value IS 72 (28.52% from 255) = 22.22%
BLUE value IS 137 (53.91% from 255) = 42.28%
R=35.49%
G=22.22%
B=42.28%

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
Decimal115721370.160.4700.46279.6931.140.98
Hex734889102F02E1181f29
Octal16311021120570564303751
Binary111001110010001000100110000101111010111010001100011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734889; }

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

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

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

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

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

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

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

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