#744980

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

Shades of Affair #744980

Tints of Affair #744980

Color information

#744980 (or 0x744980) is unknown color: approx Affair. HEX triplet: 74, 49 and 80. RGB value is (116,73,128). Sum of RGB (Red+Green+Blue) = 116+73+128=317 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.59% from 317); Green value is 73 (28.91% from 255 or 23.03% from 317); Blue value is 128 (50.39% from 255 or 40.38% from 317); Max value from RGB is 128 - color contains mainly: blue. Hex color #744980 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #744980 is #8BB67F. Grayscale: #5B5B5B. Windows color (decimal): -9156224 or 8407412. OLE color: 8407412.

HSL color Cylindrical-coordinate representation of color #744980: hue angle of 286.91º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #744980 is Cyan = 0.09, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB11673128-
CMYK0.090.4300.50
HSL286.91º27.36%39.41%-
HSV(B)286.91º42.97%50.2%-
XYZ13.4810.0421.65-
YUV92.13148.25145.03-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.59%
GREEN value IS 73 (28.91% from 255) = 23.03%
BLUE value IS 128 (50.39% from 255) = 40.38%
R=36.59%
G=23.03%
B=40.38%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal116731280.090.4300.50286.9127.3639.41
Hex74498092B03211f1b27
Octal16411120011530624373347
Binary11101001001001100000001001101011011001010001111111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744980; }

 p { color: rgb(116,73,128); }

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

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

 a { background-color: rgb(116,73,128); }

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

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

 span { border-color: rgb(116,73,128); }

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