#78478E

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

Shades of Affair #78478E

Tints of Affair #78478E

Color information

#78478E (or 0x78478E) is unknown color: approx Affair. HEX triplet: 78, 47 and 8E. RGB value is (120,71,142). Sum of RGB (Red+Green+Blue) = 120+71+142=333 (44% of max value = 765). Red value is 120 (47.27% from 255 or 36.04% from 333); Green value is 71 (28.12% from 255 or 21.32% from 333); Blue value is 142 (55.86% from 255 or 42.64% from 333); Max value from RGB is 142 - color contains mainly: blue. Hex color #78478E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #78478E is #87B871. Grayscale: #5D5D5D. Windows color (decimal): -8894578 or 9324408. OLE color: 9324408.

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

Color convert

RGB12071142-
CMYK0.150.500.44
HSL281.41º33.33%41.76%-
HSV(B)281.41º50%55.69%-
XYZ14.8810.4526.82-
YUV93.74155.23146.73-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.04%
GREEN value IS 71 (28.12% from 255) = 21.32%
BLUE value IS 142 (55.86% from 255) = 42.64%
R=36.04%
G=21.32%
B=42.64%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal120711420.150.500.44281.4133.3341.76
Hex78478EF3202C119212a
Octal17010721617620544314152
Binary111100010001111000111011111100100101100100011001100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78478E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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