#744D85

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

Shades of Affair #744D85

Tints of Affair #744D85

Color information

#744D85 (or 0x744D85) is unknown color: approx Affair. HEX triplet: 74, 4D and 85. RGB value is (116,77,133). Sum of RGB (Red+Green+Blue) = 116+77+133=326 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.58% from 326); Green value is 77 (30.47% from 255 or 23.62% from 326); Blue value is 133 (52.34% from 255 or 40.80% from 326); Max value from RGB is 133 - color contains mainly: blue. Hex color #744D85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #744D85 is #8BB27A. Grayscale: #5E5E5E. Windows color (decimal): -9155195 or 8736116. OLE color: 8736116.

HSL color Cylindrical-coordinate representation of color #744D85: hue angle of 281.79º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #744D85 is Cyan = 0.13, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB11677133-
CMYK0.130.4200.48
HSL281.79º26.67%41.18%-
HSV(B)281.79º42.11%52.16%-
XYZ14.0910.7123.52-
YUV95.04149.42142.95-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.58%
GREEN value IS 77 (30.47% from 255) = 23.62%
BLUE value IS 133 (52.34% from 255) = 40.80%
R=35.58%
G=23.62%
B=40.80%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal116771330.130.4200.48281.7926.6741.18
Hex744D85D2A03011a1b29
Octal16411520515520604323351
Binary11101001001101100001011101101010011000010001101011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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