#744B8E

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

Shades of Affair #744B8E

Tints of Affair #744B8E

Color information

#744B8E (or 0x744B8E) is unknown color: approx Affair. HEX triplet: 74, 4B and 8E. RGB value is (116,75,142). Sum of RGB (Red+Green+Blue) = 116+75+142=333 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.83% from 333); Green value is 75 (29.69% from 255 or 22.52% from 333); Blue value is 142 (55.86% from 255 or 42.64% from 333); Max value from RGB is 142 - color contains mainly: blue. Hex color #744B8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #744B8E is #8BB471. Grayscale: #5E5E5E. Windows color (decimal): -9155698 or 9325428. OLE color: 9325428.

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

Color convert

RGB11675142-
CMYK0.180.4700.44
HSL276.72º30.88%42.55%-
HSV(B)276.72º47.18%55.69%-
XYZ14.610.726.89-
YUV94.9154.58143.05-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.83%
GREEN value IS 75 (29.69% from 255) = 22.52%
BLUE value IS 142 (55.86% from 255) = 42.64%
R=34.83%
G=22.52%
B=42.64%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal116751420.180.4700.44276.7230.8842.55
Hex744B8E122F02C1151f2b
Octal16411321622570544253753
Binary111010010010111000111010010101111010110010001010111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,75,142); }

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

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

 a { background-color: rgb(116,75,142); }

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

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

 span { border-color: rgb(116,75,142); }

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