#744E8A

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

Shades of Affair #744E8A

Tints of Affair #744E8A

Color information

#744E8A (or 0x744E8A) is unknown color: approx Affair. HEX triplet: 74, 4E and 8A. RGB value is (116,78,138). Sum of RGB (Red+Green+Blue) = 116+78+138=332 (43% of max value = 765). Red value is 116 (45.70% from 255 or 34.94% from 332); Green value is 78 (30.86% from 255 or 23.49% from 332); Blue value is 138 (54.30% from 255 or 41.57% from 332); Max value from RGB is 138 - color contains mainly: blue. Hex color #744E8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #744E8A is #8BB175. Grayscale: #606060. Windows color (decimal): -9154934 or 9064052. OLE color: 9064052.

HSL color Cylindrical-coordinate representation of color #744E8A: hue angle of 278º 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 #744E8A is Cyan = 0.16, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB11678138-
CMYK0.160.4300.46
HSL278º27.78%42.35%-
HSV(B)278º43.48%54.12%-
XYZ14.511125.4-
YUV96.2151.59142.12-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.94%
GREEN value IS 78 (30.86% from 255) = 23.49%
BLUE value IS 138 (54.30% from 255) = 41.57%
R=34.94%
G=23.49%
B=41.57%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal116781380.160.4300.4627827.7842.35
Hex744E8A102B02E1161c2a
Octal16411621220530564263452
Binary111010010011101000101010000101011010111010001011011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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