#744582

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

Shades of Affair #744582

Tints of Affair #744582

Color information

#744582 (or 0x744582) is unknown color: approx Affair. HEX triplet: 74, 45 and 82. RGB value is (116,69,130). Sum of RGB (Red+Green+Blue) = 116+69+130=315 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.83% from 315); Green value is 69 (27.34% from 255 or 21.90% from 315); Blue value is 130 (51.17% from 255 or 41.27% from 315); Max value from RGB is 130 - color contains mainly: blue. Hex color #744582 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #744582 is #8BBA7D. Grayscale: #595959. Windows color (decimal): -9157246 or 8537460. OLE color: 8537460.

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

Color convert

RGB11669130-
CMYK0.110.4700.49
HSL286.23º30.65%39.02%-
HSV(B)286.23º46.92%50.98%-
XYZ13.369.5822.26-
YUV90.01150.57146.54-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.83%
GREEN value IS 69 (27.34% from 255) = 21.90%
BLUE value IS 130 (51.17% from 255) = 41.27%
R=36.83%
G=21.90%
B=41.27%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal116691300.110.4700.49286.2330.6539.02
Hex744582B2F03111e1f27
Octal16410520213570614363747
Binary11101001000101100000101011101111011000110001111011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744582; }

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

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

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

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

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

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

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

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