#745290

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

Shades of Affair #745290

Tints of Affair #745290

Color information

#745290 (or 0x745290) is unknown color: approx Affair. HEX triplet: 74, 52 and 90. RGB value is (116,82,144). Sum of RGB (Red+Green+Blue) = 116+82+144=342 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.92% from 342); Green value is 82 (32.42% from 255 or 23.98% from 342); Blue value is 144 (56.64% from 255 or 42.11% from 342); Max value from RGB is 144 - color contains mainly: blue. Hex color #745290 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745290 is #8BAD6F. Grayscale: #636363. Windows color (decimal): -9153904 or 9458292. OLE color: 9458292.

HSL color Cylindrical-coordinate representation of color #745290: hue angle of 272.9º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #745290 is Cyan = 0.19, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11682144-
CMYK0.190.4300.44
HSL272.9º27.43%44.31%-
HSV(B)272.9º43.06%56.47%-
XYZ15.2511.7627.85-
YUV99.23153.26139.96-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.92%
GREEN value IS 82 (32.42% from 255) = 23.98%
BLUE value IS 144 (56.64% from 255) = 42.11%
R=33.92%
G=23.98%
B=42.11%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal116821440.190.4300.44272.927.4344.31
Hex745290132B02C1111b2c
Octal16412222023530544213354
Binary111010010100101001000010011101011010110010001000111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745290; }

 p { color: rgb(116,82,144); }

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

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

 a { background-color: rgb(116,82,144); }

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

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

 span { border-color: rgb(116,82,144); }

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