#78558B

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

Shades of Affair #78558B

Tints of Affair #78558B

Color information

#78558B (or 0x78558B) is unknown color: approx Affair. HEX triplet: 78, 55 and 8B. RGB value is (120,85,139). Sum of RGB (Red+Green+Blue) = 120+85+139=344 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.88% from 344); Green value is 85 (33.59% from 255 or 24.71% from 344); Blue value is 139 (54.69% from 255 or 40.41% from 344); Max value from RGB is 139 - color contains mainly: blue. Hex color #78558B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78558B is #87AA74. Grayscale: #656565. Windows color (decimal): -8890997 or 9131384. OLE color: 9131384.

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

Color convert

RGB12085139-
CMYK0.140.3900.45
HSL278.89º24.11%43.92%-
HSV(B)278.89º38.85%54.51%-
XYZ15.6512.3525.99-
YUV101.62149.1141.11-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 34.88%
GREEN value IS 85 (33.59% from 255) = 24.71%
BLUE value IS 139 (54.69% from 255) = 40.41%
R=34.88%
G=24.71%
B=40.41%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal120851390.140.3900.45278.8924.1143.92
Hex78558BE2702D117182c
Octal17012521316470554273054
Binary11110001010101100010111110100111010110110001011111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78558B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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