#78478D

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

Shades of Affair #78478D

Tints of Affair #78478D

Color information

#78478D (or 0x78478D) is unknown color: approx Affair. HEX triplet: 78, 47 and 8D. RGB value is (120,71,141). Sum of RGB (Red+Green+Blue) = 120+71+141=332 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.14% from 332); Green value is 71 (28.12% from 255 or 21.39% from 332); Blue value is 141 (55.47% from 255 or 42.47% from 332); Max value from RGB is 141 - color contains mainly: blue. Hex color #78478D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #78478D is #87B872. Grayscale: #5D5D5D. Windows color (decimal): -8894579 or 9258872. OLE color: 9258872.

HSL color Cylindrical-coordinate representation of color #78478D: hue angle of 282º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #78478D is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB12071141-
CMYK0.150.5000.45
HSL282º33.02%41.57%-
HSV(B)282º49.65%55.29%-
XYZ14.8110.4226.43-
YUV93.63154.73146.81-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.14%
GREEN value IS 71 (28.12% from 255) = 21.39%
BLUE value IS 141 (55.47% from 255) = 42.47%
R=36.14%
G=21.39%
B=42.47%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal120711410.150.5000.4528233.0241.57
Hex78478DF3202D11a212a
Octal17010721517620554324152
Binary111100010001111000110111111100100101101100011010100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78478D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78478D; }

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

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

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

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

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

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

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

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