#744F88

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

Shades of Affair #744F88

Tints of Affair #744F88

Color information

#744F88 (or 0x744F88) is unknown color: approx Affair. HEX triplet: 74, 4F and 88. RGB value is (116,79,136). Sum of RGB (Red+Green+Blue) = 116+79+136=331 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.05% from 331); Green value is 79 (31.25% from 255 or 23.87% from 331); Blue value is 136 (53.52% from 255 or 41.09% from 331); Max value from RGB is 136 - color contains mainly: blue. Hex color #744F88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #744F88 is #8BB077. Grayscale: #606060. Windows color (decimal): -9154680 or 8933236. OLE color: 8933236.

HSL color Cylindrical-coordinate representation of color #744F88: hue angle of 278.95º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #744F88 is Cyan = 0.15, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB11679136-
CMYK0.150.4200.47
HSL278.95º26.51%42.16%-
HSV(B)278.95º41.91%53.33%-
XYZ14.4411.0824.67-
YUV96.56150.26141.87-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.05%
GREEN value IS 79 (31.25% from 255) = 23.87%
BLUE value IS 136 (53.52% from 255) = 41.09%
R=35.05%
G=23.87%
B=41.09%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal116791360.150.4200.47278.9526.5142.16
Hex744F88F2A02F1171b2a
Octal16411721017520574273352
Binary11101001001111100010001111101010010111110001011111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,79,136); }

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

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

 a { background-color: rgb(116,79,136); }

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

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

 span { border-color: rgb(116,79,136); }

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