#78548B

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

Shades of Affair #78548B

Tints of Affair #78548B

Color information

#78548B (or 0x78548B) is unknown color: approx Affair. HEX triplet: 78, 54 and 8B. RGB value is (120,84,139). Sum of RGB (Red+Green+Blue) = 120+84+139=343 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.99% from 343); Green value is 84 (33.20% from 255 or 24.49% from 343); Blue value is 139 (54.69% from 255 or 40.52% from 343); Max value from RGB is 139 - color contains mainly: blue. Hex color #78548B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78548B is #87AB74. Grayscale: #646464. Windows color (decimal): -8891253 or 9131128. OLE color: 9131128.

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

Color convert

RGB12084139-
CMYK0.140.4000.45
HSL279.27º24.66%43.73%-
HSV(B)279.27º39.57%54.51%-
XYZ15.5812.225.96-
YUV101.03149.43141.53-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 34.99%
GREEN value IS 84 (33.20% from 255) = 24.49%
BLUE value IS 139 (54.69% from 255) = 40.52%
R=34.99%
G=24.49%
B=40.52%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal120841390.140.4000.45279.2724.6643.73
Hex78548BE2802D117192c
Octal17012421316500554273154
Binary11110001010100100010111110101000010110110001011111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78548B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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