#744091

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

Shades of Affair #744091

Tints of Affair #744091

Color information

#744091 (or 0x744091) is unknown color: approx Affair. HEX triplet: 74, 40 and 91. RGB value is (116,64,145). Sum of RGB (Red+Green+Blue) = 116+64+145=325 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.69% from 325); Green value is 64 (25.39% from 255 or 19.69% from 325); Blue value is 145 (57.03% from 255 or 44.62% from 325); Max value from RGB is 145 - color contains mainly: blue. Hex color #744091 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #744091 is #8BBF6E. Grayscale: #585858. Windows color (decimal): -9158511 or 9519220. OLE color: 9519220.

HSL color Cylindrical-coordinate representation of color #744091: hue angle of 278.52º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #744091 is Cyan = 0.2, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB11664145-
CMYK0.20.5600.43
HSL278.52º38.76%40.98%-
HSV(B)278.52º55.86%56.86%-
XYZ14.159.4227.86-
YUV88.78159.73147.41-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.69%
GREEN value IS 64 (25.39% from 255) = 19.69%
BLUE value IS 145 (57.03% from 255) = 44.62%
R=35.69%
G=19.69%
B=44.62%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal116641450.20.5600.43278.5238.7640.98
Hex744091143802B1172729
Octal16410022124700534274751
Binary1110100100000010010001101001110000101011100010111100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744091; }

 p { color: rgb(116,64,145); }

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

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

 a { background-color: rgb(116,64,145); }

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

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

 span { border-color: rgb(116,64,145); }

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