#744484

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

Shades of Affair #744484

Tints of Affair #744484

Color information

#744484 (or 0x744484) is unknown color: approx Affair. HEX triplet: 74, 44 and 84. RGB value is (116,68,132). Sum of RGB (Red+Green+Blue) = 116+68+132=316 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.71% from 316); Green value is 68 (26.95% from 255 or 21.52% from 316); Blue value is 132 (51.95% from 255 or 41.77% from 316); Max value from RGB is 132 - color contains mainly: blue. Hex color #744484 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #744484 is #8BBB7B. Grayscale: #595959. Windows color (decimal): -9157500 or 8668276. OLE color: 8668276.

HSL color Cylindrical-coordinate representation of color #744484: hue angle of 285º degrees, saturation: 0.32, 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 #744484 is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB11668132-
CMYK0.120.4800.48
HSL285º32%39.22%-
HSV(B)285º48.48%51.76%-
XYZ13.439.5122.96-
YUV89.65151.9146.8-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.71%
GREEN value IS 68 (26.95% from 255) = 21.52%
BLUE value IS 132 (51.95% from 255) = 41.77%
R=36.71%
G=21.52%
B=41.77%

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
Decimal116681320.120.4800.482853239.22
Hex744484C3003011d2027
Octal16410420414600604354047
Binary111010010001001000010011001100000110000100011101100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744484; }

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

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

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

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

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

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

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

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