#744C8E

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

Shades of Affair #744C8E

Tints of Affair #744C8E

Color information

#744C8E (or 0x744C8E) is unknown color: approx Affair. HEX triplet: 74, 4C and 8E. RGB value is (116,76,142). Sum of RGB (Red+Green+Blue) = 116+76+142=334 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.73% from 334); Green value is 76 (30.08% from 255 or 22.75% from 334); Blue value is 142 (55.86% from 255 or 42.51% from 334); Max value from RGB is 142 - color contains mainly: blue. Hex color #744C8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #744C8E is #8BB371. Grayscale: #5F5F5F. Windows color (decimal): -9155442 or 9325684. OLE color: 9325684.

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

Color convert

RGB11676142-
CMYK0.180.4600.44
HSL276.36º30.28%42.75%-
HSV(B)276.36º46.48%55.69%-
XYZ14.6710.8326.91-
YUV95.48154.25142.63-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.73%
GREEN value IS 76 (30.08% from 255) = 22.75%
BLUE value IS 142 (55.86% from 255) = 42.51%
R=34.73%
G=22.75%
B=42.51%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal116761420.180.4600.44276.3630.2842.75
Hex744C8E122E02C1141e2b
Octal16411421622560544243653
Binary111010010011001000111010010101110010110010001010011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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