#78498C

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

Shades of Affair #78498C

Tints of Affair #78498C

Color information

#78498C (or 0x78498C) is unknown color: approx Affair. HEX triplet: 78, 49 and 8C. RGB value is (120,73,140). Sum of RGB (Red+Green+Blue) = 120+73+140=333 (44% of max value = 765). Red value is 120 (47.27% from 255 or 36.04% from 333); Green value is 73 (28.91% from 255 or 21.92% from 333); Blue value is 140 (55.08% from 255 or 42.04% from 333); Max value from RGB is 140 - color contains mainly: blue. Hex color #78498C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #78498C is #87B673. Grayscale: #5E5E5E. Windows color (decimal): -8894068 or 9193848. OLE color: 9193848.

HSL color Cylindrical-coordinate representation of color #78498C: hue angle of 282.09º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #78498C is Cyan = 0.14, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB12073140-
CMYK0.140.4800.45
HSL282.09º31.46%41.76%-
HSV(B)282.09º47.86%54.9%-
XYZ14.8610.6526.08-
YUV94.69153.57146.05-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.04%
GREEN value IS 73 (28.91% from 255) = 21.92%
BLUE value IS 140 (55.08% from 255) = 42.04%
R=36.04%
G=21.92%
B=42.04%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal120731400.140.4800.45282.0931.4641.76
Hex78498CE3002D11a1f2a
Octal17011121416600554323752
Binary11110001001001100011001110110000010110110001101011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78498C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78498C; }

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

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

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

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

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

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

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

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