#734E8A

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

Shades of Affair #734E8A

Tints of Affair #734E8A

Color information

#734E8A (or 0x734E8A) is unknown color: approx Affair. HEX triplet: 73, 4E and 8A. RGB value is (115,78,138). Sum of RGB (Red+Green+Blue) = 115+78+138=331 (43% of max value = 765). Red value is 115 (45.31% from 255 or 34.74% from 331); Green value is 78 (30.86% from 255 or 23.56% from 331); Blue value is 138 (54.30% from 255 or 41.69% from 331); Max value from RGB is 138 - color contains mainly: blue. Hex color #734E8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #734E8A is #8CB175. Grayscale: #5F5F5F. Windows color (decimal): -9220470 or 9064051. OLE color: 9064051.

HSL color Cylindrical-coordinate representation of color #734E8A: hue angle of 277º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #734E8A is Cyan = 0.17, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB11578138-
CMYK0.170.4300.46
HSL277º27.78%42.35%-
HSV(B)277º43.48%54.12%-
XYZ14.3810.9325.4-
YUV95.9151.76141.62-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 34.74%
GREEN value IS 78 (30.86% from 255) = 23.56%
BLUE value IS 138 (54.30% from 255) = 41.69%
R=34.74%
G=23.56%
B=41.69%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal115781380.170.4300.4627727.7842.35
Hex734E8A112B02E1151c2a
Octal16311621221530564253452
Binary111001110011101000101010001101011010111010001010111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,78,138); }

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

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

 a { background-color: rgb(115,78,138); }

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

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

 span { border-color: rgb(115,78,138); }

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