#744584

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

Shades of Affair #744584

Tints of Affair #744584

Color information

#744584 (or 0x744584) is unknown color: approx Affair. HEX triplet: 74, 45 and 84. RGB value is (116,69,132). Sum of RGB (Red+Green+Blue) = 116+69+132=317 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.59% from 317); Green value is 69 (27.34% from 255 or 21.77% from 317); Blue value is 132 (51.95% from 255 or 41.64% from 317); Max value from RGB is 132 - color contains mainly: blue. Hex color #744584 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #744584 is #8BBA7B. Grayscale: #5A5A5A. Windows color (decimal): -9157244 or 8668532. OLE color: 8668532.

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

Color convert

RGB11669132-
CMYK0.120.4800.48
HSL284.76º31.34%39.41%-
HSV(B)284.76º47.73%51.76%-
XYZ13.59.6422.98-
YUV90.24151.57146.38-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.59%
GREEN value IS 69 (27.34% from 255) = 21.77%
BLUE value IS 132 (51.95% from 255) = 41.64%
R=36.59%
G=21.77%
B=41.64%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal116691320.120.4800.48284.7631.3439.41
Hex744584C3003011d1f27
Octal16410520414600604353747
Binary11101001000101100001001100110000011000010001110111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744584; }

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

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

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

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

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

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

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

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