#784C8E

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

Shades of Affair #784C8E

Tints of Affair #784C8E

Color information

#784C8E (or 0x784C8E) is unknown color: approx Affair. HEX triplet: 78, 4C and 8E. RGB value is (120,76,142). Sum of RGB (Red+Green+Blue) = 120+76+142=338 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.50% from 338); Green value is 76 (30.08% from 255 or 22.49% from 338); Blue value is 142 (55.86% from 255 or 42.01% from 338); Max value from RGB is 142 - color contains mainly: blue. Hex color #784C8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #784C8E is #87B371. Grayscale: #606060. Windows color (decimal): -8893298 or 9325688. OLE color: 9325688.

HSL color Cylindrical-coordinate representation of color #784C8E: hue angle of 280º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #784C8E is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB12076142-
CMYK0.150.4600.44
HSL280º30.28%42.75%-
HSV(B)280º46.48%55.69%-
XYZ15.2111.1126.93-
YUV96.68153.58144.63-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.50%
GREEN value IS 76 (30.08% from 255) = 22.49%
BLUE value IS 142 (55.86% from 255) = 42.01%
R=35.50%
G=22.49%
B=42.01%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal120761420.150.4600.4428030.2842.75
Hex784C8EF2E02C1181e2b
Octal17011421617560544303653
Binary11110001001100100011101111101110010110010001100011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,76,142); }

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

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

 a { background-color: rgb(120,76,142); }

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

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

 span { border-color: rgb(120,76,142); }

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