#78518B

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

Shades of Affair #78518B

Tints of Affair #78518B

Color information

#78518B (or 0x78518B) is unknown color: approx Affair. HEX triplet: 78, 51 and 8B. RGB value is (120,81,139). Sum of RGB (Red+Green+Blue) = 120+81+139=340 (45% of max value = 765). Red value is 120 (47.27% from 255 or 35.29% from 340); Green value is 81 (32.03% from 255 or 23.82% from 340); Blue value is 139 (54.69% from 255 or 40.88% from 340); Max value from RGB is 139 - color contains mainly: blue. Hex color #78518B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78518B is #87AE74. Grayscale: #636363. Windows color (decimal): -8892021 or 9130360. OLE color: 9130360.

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

Color convert

RGB12081139-
CMYK0.140.4200.45
HSL280.34º26.36%43.14%-
HSV(B)280.34º41.73%54.51%-
XYZ15.3511.7425.88-
YUV99.27150.42142.78-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.29%
GREEN value IS 81 (32.03% from 255) = 23.82%
BLUE value IS 139 (54.69% from 255) = 40.88%
R=35.29%
G=23.82%
B=40.88%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal120811390.140.4200.45280.3426.3643.14
Hex78518BE2A02D1181a2b
Octal17012121316520554303253
Binary11110001010001100010111110101010010110110001100011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78518B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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