#784784

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

Shades of Affair #784784

Tints of Affair #784784

Color information

#784784 (or 0x784784) is unknown color: approx Affair. HEX triplet: 78, 47 and 84. RGB value is (120,71,132). Sum of RGB (Red+Green+Blue) = 120+71+132=323 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.15% from 323); Green value is 71 (28.12% from 255 or 21.98% from 323); Blue value is 132 (51.95% from 255 or 40.87% from 323); Max value from RGB is 132 - color contains mainly: blue. Hex color #784784 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #784784 is #87B87B. Grayscale: #5C5C5C. Windows color (decimal): -8894588 or 8669048. OLE color: 8669048.

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

Color convert

RGB12071132-
CMYK0.090.4600.48
HSL288.2º30.05%39.8%-
HSV(B)288.2º46.21%51.76%-
XYZ14.1610.1723.05-
YUV92.6150.23147.54-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 37.15%
GREEN value IS 71 (28.12% from 255) = 21.98%
BLUE value IS 132 (51.95% from 255) = 40.87%
R=37.15%
G=21.98%
B=40.87%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal120711320.090.4600.48288.230.0539.8
Hex78478492E0301201e28
Octal17010720411560604403650
Binary11110001000111100001001001101110011000010010000011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784784; }

 p { color: rgb(120,71,132); }

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

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

 a { background-color: rgb(120,71,132); }

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

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

 span { border-color: rgb(120,71,132); }

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