#744F87

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

Shades of Affair #744F87

Tints of Affair #744F87

Color information

#744F87 (or 0x744F87) is unknown color: approx Affair. HEX triplet: 74, 4F and 87. RGB value is (116,79,135). Sum of RGB (Red+Green+Blue) = 116+79+135=330 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.15% from 330); Green value is 79 (31.25% from 255 or 23.94% from 330); Blue value is 135 (53.12% from 255 or 40.91% from 330); Max value from RGB is 135 - color contains mainly: blue. Hex color #744F87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #744F87 is #8BB078. Grayscale: #606060. Windows color (decimal): -9154681 or 8867700. OLE color: 8867700.

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

Color convert

RGB11679135-
CMYK0.140.4100.47
HSL279.64º26.17%41.96%-
HSV(B)279.64º41.48%52.94%-
XYZ14.3711.0524.3-
YUV96.45149.76141.95-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.15%
GREEN value IS 79 (31.25% from 255) = 23.94%
BLUE value IS 135 (53.12% from 255) = 40.91%
R=35.15%
G=23.94%
B=40.91%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal116791350.140.4100.47279.6426.1741.96
Hex744F87E2902F1181a2a
Octal16411720716510574303252
Binary11101001001111100001111110101001010111110001100011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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