#784E8C

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

Shades of Affair #784E8C

Tints of Affair #784E8C

Color information

#784E8C (or 0x784E8C) is unknown color: approx Affair. HEX triplet: 78, 4E and 8C. RGB value is (120,78,140). Sum of RGB (Red+Green+Blue) = 120+78+140=338 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.50% from 338); Green value is 78 (30.86% from 255 or 23.08% from 338); Blue value is 140 (55.08% from 255 or 41.42% from 338); Max value from RGB is 140 - color contains mainly: blue. Hex color #784E8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #784E8C is #87B173. Grayscale: #616161. Windows color (decimal): -8892788 or 9195128. OLE color: 9195128.

HSL color Cylindrical-coordinate representation of color #784E8C: hue angle of 280.65º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #784E8C is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB12078140-
CMYK0.140.4400.45
HSL280.65º28.44%42.75%-
HSV(B)280.65º44.29%54.9%-
XYZ15.211.3426.2-
YUV97.63151.91143.96-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.50%
GREEN value IS 78 (30.86% from 255) = 23.08%
BLUE value IS 140 (55.08% from 255) = 41.42%
R=35.50%
G=23.08%
B=41.42%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal120781400.140.4400.45280.6528.4442.75
Hex784E8CE2C02D1191c2b
Octal17011621416540554313453
Binary11110001001110100011001110101100010110110001100111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784E8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,78,140); }

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

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

 a { background-color: rgb(120,78,140); }

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

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

 span { border-color: rgb(120,78,140); }

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