#744492

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

Shades of Affair #744492

Tints of Affair #744492

Color information

#744492 (or 0x744492) is unknown color: approx Affair. HEX triplet: 74, 44 and 92. RGB value is (116,68,146). Sum of RGB (Red+Green+Blue) = 116+68+146=330 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.15% from 330); Green value is 68 (26.95% from 255 or 20.61% from 330); Blue value is 146 (57.42% from 255 or 44.24% from 330); Max value from RGB is 146 - color contains mainly: blue. Hex color #744492 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #744492 is #8BBB6D. Grayscale: #5A5A5A. Windows color (decimal): -9157486 or 9585780. OLE color: 9585780.

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

Color convert

RGB11668146-
CMYK0.210.5300.43
HSL276.92º36.45%41.96%-
HSV(B)276.92º53.42%57.25%-
XYZ14.469.9228.35-
YUV91.24158.9145.66-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.15%
GREEN value IS 68 (26.95% from 255) = 20.61%
BLUE value IS 146 (57.42% from 255) = 44.24%
R=35.15%
G=20.61%
B=44.24%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal116681460.210.5300.43276.9236.4541.96
Hex744492153502B115242a
Octal16410422225650534254452
Binary1110100100010010010010101011101010101011100010101100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744492; }

 p { color: rgb(116,68,146); }

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

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

 a { background-color: rgb(116,68,146); }

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

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

 span { border-color: rgb(116,68,146); }

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