#744A8D

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

Shades of Affair #744A8D

Tints of Affair #744A8D

Color information

#744A8D (or 0x744A8D) is unknown color: approx Affair. HEX triplet: 74, 4A and 8D. RGB value is (116,74,141). Sum of RGB (Red+Green+Blue) = 116+74+141=331 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.05% from 331); Green value is 74 (29.30% from 255 or 22.36% from 331); Blue value is 141 (55.47% from 255 or 42.60% from 331); Max value from RGB is 141 - color contains mainly: blue. Hex color #744A8D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #744A8D is #8BB572. Grayscale: #5D5D5D. Windows color (decimal): -9155955 or 9259636. OLE color: 9259636.

HSL color Cylindrical-coordinate representation of color #744A8D: hue angle of 277.61º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #744A8D is Cyan = 0.18, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11674141-
CMYK0.180.4800.45
HSL277.61º31.16%42.16%-
HSV(B)277.61º47.52%55.29%-
XYZ14.4610.5326.47-
YUV94.2154.41143.55-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.05%
GREEN value IS 74 (29.30% from 255) = 22.36%
BLUE value IS 141 (55.47% from 255) = 42.60%
R=35.05%
G=22.36%
B=42.60%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal116741410.180.4800.45277.6131.1642.16
Hex744A8D123002D1161f2a
Octal16411221522600554263752
Binary111010010010101000110110010110000010110110001011011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744A8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,74,141); }

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

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

 a { background-color: rgb(116,74,141); }

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

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

 span { border-color: rgb(116,74,141); }

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