#734484

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

Shades of Affair #734484

Tints of Affair #734484

Color information

#734484 (or 0x734484) is unknown color: approx Affair. HEX triplet: 73, 44 and 84. RGB value is (115,68,132). Sum of RGB (Red+Green+Blue) = 115+68+132=315 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.51% from 315); Green value is 68 (26.95% from 255 or 21.59% from 315); Blue value is 132 (51.95% from 255 or 41.90% from 315); Max value from RGB is 132 - color contains mainly: blue. Hex color #734484 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #734484 is #8CBB7B. Grayscale: #595959. Windows color (decimal): -9223036 or 8668275. OLE color: 8668275.

HSL color Cylindrical-coordinate representation of color #734484: hue angle of 284.06º 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 #734484 is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB11568132-
CMYK0.130.4800.48
HSL284.06º32%39.22%-
HSV(B)284.06º48.48%51.76%-
XYZ13.39.4522.95-
YUV89.35152.07146.3-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 36.51%
GREEN value IS 68 (26.95% from 255) = 21.59%
BLUE value IS 132 (51.95% from 255) = 41.90%
R=36.51%
G=21.59%
B=41.90%

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
Decimal115681320.130.4800.48284.063239.22
Hex734484D3003011c2027
Octal16310420415600604344047
Binary111001110001001000010011011100000110000100011100100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734484; }

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

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

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

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

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

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

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

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