#744987

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

Shades of Affair #744987

Tints of Affair #744987

Color information

#744987 (or 0x744987) is unknown color: approx Affair. HEX triplet: 74, 49 and 87. RGB value is (116,73,135). Sum of RGB (Red+Green+Blue) = 116+73+135=324 (42% of max value = 765). Red value is 116 (45.70% from 255 or 35.80% from 324); Green value is 73 (28.91% from 255 or 22.53% from 324); Blue value is 135 (53.12% from 255 or 41.67% from 324); Max value from RGB is 135 - color contains mainly: blue. Hex color #744987 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #744987 is #8BB678. Grayscale: #5C5C5C. Windows color (decimal): -9156217 or 8866164. OLE color: 8866164.

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

Color convert

RGB11673135-
CMYK0.140.4600.47
HSL281.61º29.81%40.78%-
HSV(B)281.61º45.93%52.94%-
XYZ13.9610.2324.16-
YUV92.92151.75144.46-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.80%
GREEN value IS 73 (28.91% from 255) = 22.53%
BLUE value IS 135 (53.12% from 255) = 41.67%
R=35.80%
G=22.53%
B=41.67%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal116731350.140.4600.47281.6129.8140.78
Hex744987E2E02F11a1e29
Octal16411120716560574323651
Binary11101001001001100001111110101110010111110001101011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744987; }

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

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

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

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

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

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

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

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