#744591

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

Shades of Affair #744591

Tints of Affair #744591

Color information

#744591 (or 0x744591) is unknown color: approx Affair. HEX triplet: 74, 45 and 91. RGB value is (116,69,145). Sum of RGB (Red+Green+Blue) = 116+69+145=330 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.15% from 330); Green value is 69 (27.34% from 255 or 20.91% from 330); Blue value is 145 (57.03% from 255 or 43.94% from 330); Max value from RGB is 145 - color contains mainly: blue. Hex color #744591 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #744591 is #8BBA6E. Grayscale: #5B5B5B. Windows color (decimal): -9157231 or 9520500. OLE color: 9520500.

HSL color Cylindrical-coordinate representation of color #744591: hue angle of 277.11º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #744591 is Cyan = 0.2, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB11669145-
CMYK0.20.5200.43
HSL277.11º35.51%41.96%-
HSV(B)277.11º52.41%56.86%-
XYZ14.4410.0127.96-
YUV91.72158.07145.32-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.15%
GREEN value IS 69 (27.34% from 255) = 20.91%
BLUE value IS 145 (57.03% from 255) = 43.94%
R=35.15%
G=20.91%
B=43.94%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal116691450.20.5200.43277.1135.5141.96
Hex744591143402B115242a
Octal16410522124640534254452
Binary1110100100010110010001101001101000101011100010101100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744591; }

 p { color: rgb(116,69,145); }

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

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

 a { background-color: rgb(116,69,145); }

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

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

 span { border-color: rgb(116,69,145); }

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