#744382

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

Shades of Affair #744382

Tints of Affair #744382

Color information

#744382 (or 0x744382) is unknown color: approx Affair. HEX triplet: 74, 43 and 82. RGB value is (116,67,130). Sum of RGB (Red+Green+Blue) = 116+67+130=313 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.06% from 313); Green value is 67 (26.56% from 255 or 21.41% from 313); Blue value is 130 (51.17% from 255 or 41.53% from 313); Max value from RGB is 130 - color contains mainly: blue. Hex color #744382 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #744382 is #8BBC7D. Grayscale: #585858. Windows color (decimal): -9157758 or 8536948. OLE color: 8536948.

HSL color Cylindrical-coordinate representation of color #744382: hue angle of 286.67º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #744382 is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11667130-
CMYK0.110.4800.49
HSL286.67º31.98%38.63%-
HSV(B)286.67º48.46%50.98%-
XYZ13.249.3422.22-
YUV88.83151.23147.38-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.06%
GREEN value IS 67 (26.56% from 255) = 21.41%
BLUE value IS 130 (51.17% from 255) = 41.53%
R=37.06%
G=21.41%
B=41.53%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal116671300.110.4800.49286.6731.9838.63
Hex744382B3003111f2027
Octal16410320213600614374047
Binary111010010000111000001010111100000110001100011111100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744382; }

 p { color: rgb(116,67,130); }

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

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

 a { background-color: rgb(116,67,130); }

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

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

 span { border-color: rgb(116,67,130); }

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