#744692

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

Shades of Affair #744692

Tints of Affair #744692

Color information

#744692 (or 0x744692) is unknown color: approx Affair. HEX triplet: 74, 46 and 92. RGB value is (116,70,146). Sum of RGB (Red+Green+Blue) = 116+70+146=332 (43% of max value = 765). Red value is 116 (45.70% from 255 or 34.94% from 332); Green value is 70 (27.73% from 255 or 21.08% from 332); Blue value is 146 (57.42% from 255 or 43.98% from 332); Max value from RGB is 146 - color contains mainly: blue. Hex color #744692 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #744692 is #8BB96D. Grayscale: #5C5C5C. Windows color (decimal): -9156974 or 9586292. OLE color: 9586292.

HSL color Cylindrical-coordinate representation of color #744692: hue angle of 276.32º degrees, saturation: 0.35, 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 #744692 is Cyan = 0.21, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB11670146-
CMYK0.210.5200.43
HSL276.32º35.19%42.35%-
HSV(B)276.32º52.05%57.25%-
XYZ14.5810.1728.39-
YUV92.42158.24144.82-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.94%
GREEN value IS 70 (27.73% from 255) = 21.08%
BLUE value IS 146 (57.42% from 255) = 43.98%
R=34.94%
G=21.08%
B=43.98%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal116701460.210.5200.43276.3235.1942.35
Hex744692153402B114232a
Octal16410622225640534244352
Binary1110100100011010010010101011101000101011100010100100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744692; }

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

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

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

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

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

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

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

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