#78558C

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

Shades of Affair #78558C

Tints of Affair #78558C

Color information

#78558C (or 0x78558C) is unknown color: approx Affair. HEX triplet: 78, 55 and 8C. RGB value is (120,85,140). Sum of RGB (Red+Green+Blue) = 120+85+140=345 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.78% from 345); Green value is 85 (33.59% from 255 or 24.64% from 345); Blue value is 140 (55.08% from 255 or 40.58% from 345); Max value from RGB is 140 - color contains mainly: blue. Hex color #78558C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78558C is #87AA73. Grayscale: #656565. Windows color (decimal): -8890996 or 9196920. OLE color: 9196920.

HSL color Cylindrical-coordinate representation of color #78558C: hue angle of 278.18º 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 #78558C is Cyan = 0.14, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB12085140-
CMYK0.140.3900.45
HSL278.18º24.44%44.12%-
HSV(B)278.18º39.29%54.9%-
XYZ15.7312.3826.37-
YUV101.73149.6141.03-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 34.78%
GREEN value IS 85 (33.59% from 255) = 24.64%
BLUE value IS 140 (55.08% from 255) = 40.58%
R=34.78%
G=24.64%
B=40.58%

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
Decimal120851400.140.3900.45278.1824.4444.12
Hex78558CE2702D116182c
Octal17012521416470554263054
Binary11110001010101100011001110100111010110110001011011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78558C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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