#744D92

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

Shades of Affair #744D92

Tints of Affair #744D92

Color information

#744D92 (or 0x744D92) is unknown color: approx Affair. HEX triplet: 74, 4D and 92. RGB value is (116,77,146). Sum of RGB (Red+Green+Blue) = 116+77+146=339 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.22% from 339); Green value is 77 (30.47% from 255 or 22.71% from 339); Blue value is 146 (57.42% from 255 or 43.07% from 339); Max value from RGB is 146 - color contains mainly: blue. Hex color #744D92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #744D92 is #8BB26D. Grayscale: #606060. Windows color (decimal): -9155182 or 9588084. OLE color: 9588084.

HSL color Cylindrical-coordinate representation of color #744D92: hue angle of 273.91º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #744D92 is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB11677146-
CMYK0.210.4700.43
HSL273.91º30.94%43.73%-
HSV(B)273.91º47.26%57.25%-
XYZ15.0411.128.54-
YUV96.53155.92141.89-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.22%
GREEN value IS 77 (30.47% from 255) = 22.71%
BLUE value IS 146 (57.42% from 255) = 43.07%
R=34.22%
G=22.71%
B=43.07%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal116771460.210.4700.43273.9130.9443.73
Hex744D92152F02B1121f2c
Octal16411522225570534223754
Binary111010010011011001001010101101111010101110001001011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,77,146); }

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

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

 a { background-color: rgb(116,77,146); }

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

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

 span { border-color: rgb(116,77,146); }

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