#744585

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

Shades of Affair #744585

Tints of Affair #744585

Color information

#744585 (or 0x744585) is unknown color: approx Affair. HEX triplet: 74, 45 and 85. RGB value is (116,69,133). Sum of RGB (Red+Green+Blue) = 116+69+133=318 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.48% from 318); Green value is 69 (27.34% from 255 or 21.70% from 318); Blue value is 133 (52.34% from 255 or 41.82% from 318); Max value from RGB is 133 - color contains mainly: blue. Hex color #744585 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #744585 is #8BBA7A. Grayscale: #5A5A5A. Windows color (decimal): -9157243 or 8734068. OLE color: 8734068.

HSL color Cylindrical-coordinate representation of color #744585: hue angle of 284.06º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #744585 is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB11669133-
CMYK0.130.4800.48
HSL284.06º31.68%39.61%-
HSV(B)284.06º48.12%52.16%-
XYZ13.569.6623.34-
YUV90.35152.07146.3-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.48%
GREEN value IS 69 (27.34% from 255) = 21.70%
BLUE value IS 133 (52.34% from 255) = 41.82%
R=36.48%
G=21.70%
B=41.82%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal116691330.130.4800.48284.0631.6839.61
Hex744585D3003011c2028
Octal16410520515600604344050
Binary111010010001011000010111011100000110000100011100100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744585; }

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

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

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

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

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

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

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

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