#744F83

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

Shades of Affair #744F83

Tints of Affair #744F83

Color information

#744F83 (or 0x744F83) is unknown color: approx Affair. HEX triplet: 74, 4F and 83. RGB value is (116,79,131). Sum of RGB (Red+Green+Blue) = 116+79+131=326 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.58% from 326); Green value is 79 (31.25% from 255 or 24.23% from 326); Blue value is 131 (51.56% from 255 or 40.18% from 326); Max value from RGB is 131 - color contains mainly: blue. Hex color #744F83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #744F83 is #8BB07C. Grayscale: #5F5F5F. Windows color (decimal): -9154685 or 8605556. OLE color: 8605556.

HSL color Cylindrical-coordinate representation of color #744F83: hue angle of 282.69º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #744F83 is Cyan = 0.11, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11679131-
CMYK0.110.4000.49
HSL282.69º24.76%41.18%-
HSV(B)282.69º39.69%51.37%-
XYZ14.110.9422.84-
YUV95.99147.76142.27-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.58%
GREEN value IS 79 (31.25% from 255) = 24.23%
BLUE value IS 131 (51.56% from 255) = 40.18%
R=35.58%
G=24.23%
B=40.18%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal116791310.110.4000.49282.6924.7641.18
Hex744F83B2803111b1929
Octal16411720313500614333151
Binary11101001001111100000111011101000011000110001101111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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