#78578B

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

Shades of Affair #78578B

Tints of Affair #78578B

Color information

#78578B (or 0x78578B) is unknown color: approx Affair. HEX triplet: 78, 57 and 8B. RGB value is (120,87,139). Sum of RGB (Red+Green+Blue) = 120+87+139=346 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.68% from 346); Green value is 87 (34.38% from 255 or 25.14% from 346); Blue value is 139 (54.69% from 255 or 40.17% from 346); Max value from RGB is 139 - color contains mainly: blue. Hex color #78578B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78578B is #87A874. Grayscale: #666666. Windows color (decimal): -8890485 or 9131896. OLE color: 9131896.

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

Color convert

RGB12087139-
CMYK0.140.3700.45
HSL278.08º23.01%44.31%-
HSV(B)278.08º37.41%54.51%-
XYZ15.8112.6726.04-
YUV102.79148.43140.27-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 34.68%
GREEN value IS 87 (34.38% from 255) = 25.14%
BLUE value IS 139 (54.69% from 255) = 40.17%
R=34.68%
G=25.14%
B=40.17%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal120871390.140.3700.45278.0823.0144.31
Hex78578BE2502D116172c
Octal17012721316450554262754
Binary11110001010111100010111110100101010110110001011010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78578B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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