#744087

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

Shades of Affair #744087

Tints of Affair #744087

Color information

#744087 (or 0x744087) is unknown color: approx Affair. HEX triplet: 74, 40 and 87. RGB value is (116,64,135). Sum of RGB (Red+Green+Blue) = 116+64+135=315 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.83% from 315); Green value is 64 (25.39% from 255 or 20.32% from 315); Blue value is 135 (53.12% from 255 or 42.86% from 315); Max value from RGB is 135 - color contains mainly: blue. Hex color #744087 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #744087 is #8BBF78. Grayscale: #575757. Windows color (decimal): -9158521 or 8863860. OLE color: 8863860.

HSL color Cylindrical-coordinate representation of color #744087: hue angle of 283.94º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #744087 is Cyan = 0.14, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB11664135-
CMYK0.140.5300.47
HSL283.94º35.68%39.02%-
HSV(B)283.94º52.59%52.94%-
XYZ13.419.1323.98-
YUV87.64154.73148.23-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.83%
GREEN value IS 64 (25.39% from 255) = 20.32%
BLUE value IS 135 (53.12% from 255) = 42.86%
R=36.83%
G=20.32%
B=42.86%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal116641350.140.5300.47283.9435.6839.02
Hex744087E3502F11c2427
Octal16410020716650574344447
Binary111010010000001000011111101101010101111100011100100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744087; }

 p { color: rgb(116,64,135); }

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

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

 a { background-color: rgb(116,64,135); }

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

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

 span { border-color: rgb(116,64,135); }

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