#745079

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

Shades of Affair #745079

Tints of Affair #745079

Color information

#745079 (or 0x745079) is unknown color: approx Affair. HEX triplet: 74, 50 and 79. RGB value is (116,80,121). Sum of RGB (Red+Green+Blue) = 116+80+121=317 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.59% from 317); Green value is 80 (31.64% from 255 or 25.24% from 317); Blue value is 121 (47.66% from 255 or 38.17% from 317); Max value from RGB is 121 - color contains mainly: blue. Hex color #745079 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745079 is #8BAF86. Grayscale: #5F5F5F. Windows color (decimal): -9154439 or 7950452. OLE color: 7950452.

HSL color Cylindrical-coordinate representation of color #745079: hue angle of 292.68º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #745079 is Cyan = 0.04, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11680121-
CMYK0.040.3400.53
HSL292.68º20.4%39.41%-
HSV(B)292.68º33.88%47.45%-
XYZ13.5210.8319.47-
YUV95.44142.43142.67-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.59%
GREEN value IS 80 (31.64% from 255) = 25.24%
BLUE value IS 121 (47.66% from 255) = 38.17%
R=36.59%
G=25.24%
B=38.17%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal116801210.040.3400.53292.6820.439.41
Hex7450794220351251427
Octal1641201714420654452447
Binary111010010100001111001100100010011010110010010110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745079; }

 p { color: rgb(116,80,121); }

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

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

 a { background-color: rgb(116,80,121); }

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

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

 span { border-color: rgb(116,80,121); }

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