#734B81

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

Shades of Affair #734B81

Tints of Affair #734B81

Color information

#734B81 (or 0x734B81) is unknown color: approx Affair. HEX triplet: 73, 4B and 81. RGB value is (115,75,129). Sum of RGB (Red+Green+Blue) = 115+75+129=319 (42% of max value = 765). Red value is 115 (45.31% from 255 or 36.05% from 319); Green value is 75 (29.69% from 255 or 23.51% from 319); Blue value is 129 (50.78% from 255 or 40.44% from 319); Max value from RGB is 129 - color contains mainly: blue. Hex color #734B81 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #734B81 is #8CB47E. Grayscale: #5C5C5C. Windows color (decimal): -9221247 or 8473459. OLE color: 8473459.

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

Color convert

RGB11575129-
CMYK0.110.4200.49
HSL284.44º26.47%40%-
HSV(B)284.44º41.86%50.59%-
XYZ13.5510.2622.04-
YUV93.12148.25143.61-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 36.05%
GREEN value IS 75 (29.69% from 255) = 23.51%
BLUE value IS 129 (50.78% from 255) = 40.44%
R=36.05%
G=23.51%
B=40.44%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal115751290.110.4200.49284.4426.4740
Hex734B81B2A03111c1a28
Octal16311320113520614343250
Binary11100111001011100000011011101010011000110001110011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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