#78578C

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

Shades of Affair #78578C

Tints of Affair #78578C

Color information

#78578C (or 0x78578C) is unknown color: approx Affair. HEX triplet: 78, 57 and 8C. RGB value is (120,87,140). Sum of RGB (Red+Green+Blue) = 120+87+140=347 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.58% from 347); Green value is 87 (34.38% from 255 or 25.07% from 347); Blue value is 140 (55.08% from 255 or 40.35% from 347); Max value from RGB is 140 - color contains mainly: blue. Hex color #78578C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78578C is #87A873. Grayscale: #666666. Windows color (decimal): -8890484 or 9197432. OLE color: 9197432.

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

Color convert

RGB12087140-
CMYK0.140.3800.45
HSL277.36º23.35%44.51%-
HSV(B)277.36º37.86%54.9%-
XYZ15.8912.726.43-
YUV102.91148.93140.19-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 34.58%
GREEN value IS 87 (34.38% from 255) = 25.07%
BLUE value IS 140 (55.08% from 255) = 40.35%
R=34.58%
G=25.07%
B=40.35%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal120871400.140.3800.45277.3623.3544.51
Hex78578CE2602D115172d
Octal17012721416460554252755
Binary11110001010111100011001110100110010110110001010110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78578C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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