#78548D

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

Shades of Affair #78548D

Tints of Affair #78548D

Color information

#78548D (or 0x78548D) is unknown color: approx Affair. HEX triplet: 78, 54 and 8D. RGB value is (120,84,141). Sum of RGB (Red+Green+Blue) = 120+84+141=345 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.78% from 345); Green value is 84 (33.20% from 255 or 24.35% from 345); Blue value is 141 (55.47% from 255 or 40.87% from 345); Max value from RGB is 141 - color contains mainly: blue. Hex color #78548D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78548D is #87AB72. Grayscale: #656565. Windows color (decimal): -8891251 or 9262200. OLE color: 9262200.

HSL color Cylindrical-coordinate representation of color #78548D: hue angle of 277.89º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #78548D is Cyan = 0.15, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB12084141-
CMYK0.150.4000.45
HSL277.89º25.33%44.12%-
HSV(B)277.89º40.43%55.29%-
XYZ15.7212.2626.74-
YUV101.26150.43141.37-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 34.78%
GREEN value IS 84 (33.20% from 255) = 24.35%
BLUE value IS 141 (55.47% from 255) = 40.87%
R=34.78%
G=24.35%
B=40.87%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal120841410.150.4000.45277.8925.3344.12
Hex78548DF2802D116192c
Octal17012421517500554263154
Binary11110001010100100011011111101000010110110001011011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78548D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78548D; }

 p { color: rgb(120,84,141); }

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

<style>
 a { background-color: #78548D; }

 a { background-color: rgb(120,84,141); }

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

<style>
 span { border-color: #78548D; }

 span { border-color: rgb(120,84,141); }

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