#744985

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

Shades of Affair #744985

Tints of Affair #744985

Color information

#744985 (or 0x744985) is unknown color: approx Affair. HEX triplet: 74, 49 and 85. RGB value is (116,73,133). Sum of RGB (Red+Green+Blue) = 116+73+133=322 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.02% from 322); Green value is 73 (28.91% from 255 or 22.67% from 322); Blue value is 133 (52.34% from 255 or 41.30% from 322); Max value from RGB is 133 - color contains mainly: blue. Hex color #744985 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #744985 is #8BB67A. Grayscale: #5C5C5C. Windows color (decimal): -9156219 or 8735092. OLE color: 8735092.

HSL color Cylindrical-coordinate representation of color #744985: hue angle of 283º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #744985 is Cyan = 0.13, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB11673133-
CMYK0.130.4500.48
HSL283º29.13%40.39%-
HSV(B)283º45.11%52.16%-
XYZ13.8210.1723.43-
YUV92.7150.75144.62-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.02%
GREEN value IS 73 (28.91% from 255) = 22.67%
BLUE value IS 133 (52.34% from 255) = 41.30%
R=36.02%
G=22.67%
B=41.30%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal116731330.130.4500.4828329.1340.39
Hex744985D2D03011b1d28
Octal16411120515550604333550
Binary11101001001001100001011101101101011000010001101111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744985; }

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

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

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

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

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

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

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

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