#78528C

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

Shades of Affair #78528C

Tints of Affair #78528C

Color information

#78528C (or 0x78528C) is unknown color: approx Affair. HEX triplet: 78, 52 and 8C. RGB value is (120,82,140). Sum of RGB (Red+Green+Blue) = 120+82+140=342 (45% of max value = 765). Red value is 120 (47.27% from 255 or 35.09% from 342); Green value is 82 (32.42% from 255 or 23.98% from 342); Blue value is 140 (55.08% from 255 or 40.94% from 342); Max value from RGB is 140 - color contains mainly: blue. Hex color #78528C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78528C is #87AD73. Grayscale: #636363. Windows color (decimal): -8891764 or 9196152. OLE color: 9196152.

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

Color convert

RGB12082140-
CMYK0.140.4100.45
HSL279.31º26.13%43.53%-
HSV(B)279.31º41.43%54.9%-
XYZ15.511.9226.3-
YUV99.97150.59142.28-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.09%
GREEN value IS 82 (32.42% from 255) = 23.98%
BLUE value IS 140 (55.08% from 255) = 40.94%
R=35.09%
G=23.98%
B=40.94%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal120821400.140.4100.45279.3126.1343.53
Hex78528CE2902D1171a2c
Octal17012221416510554273254
Binary11110001010010100011001110101001010110110001011111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78528C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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