#784B84

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

Shades of Affair #784B84

Tints of Affair #784B84

Color information

#784B84 (or 0x784B84) is unknown color: approx Affair. HEX triplet: 78, 4B and 84. RGB value is (120,75,132). Sum of RGB (Red+Green+Blue) = 120+75+132=327 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.70% from 327); Green value is 75 (29.69% from 255 or 22.94% from 327); Blue value is 132 (51.95% from 255 or 40.37% from 327); Max value from RGB is 132 - color contains mainly: blue. Hex color #784B84 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #784B84 is #87B47B. Grayscale: #5E5E5E. Windows color (decimal): -8893564 or 8670072. OLE color: 8670072.

HSL color Cylindrical-coordinate representation of color #784B84: hue angle of 287.37º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #784B84 is Cyan = 0.09, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB12075132-
CMYK0.090.4300.48
HSL287.37º27.54%40.59%-
HSV(B)287.37º43.18%51.76%-
XYZ14.4310.6923.13-
YUV94.95148.91145.87-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.70%
GREEN value IS 75 (29.69% from 255) = 22.94%
BLUE value IS 132 (51.95% from 255) = 40.37%
R=36.70%
G=22.94%
B=40.37%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal120751320.090.4300.48287.3727.5440.59
Hex784B8492B03011f1c29
Octal17011320411530604373451
Binary11110001001011100001001001101011011000010001111111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784B84; }

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

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

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

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

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

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

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

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