#840778

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

Shades of Purple #840778

Tints of Purple #840778

Color information

#840778 (or 0x840778) is unknown color: approx Purple. HEX triplet: 84, 07 and 78. RGB value is (132,7,120). Sum of RGB (Red+Green+Blue) = 132+7+120=259 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.97% from 259); Green value is 7 (3.12% from 255 or 2.70% from 259); Blue value is 120 (47.27% from 255 or 46.33% from 259); Max value from RGB is 132 - color contains mainly: red. Hex color #840778 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840778 is #7BF887. Grayscale: #383838. Windows color (decimal): -8124552 or 7866244. OLE color: 7866244.

HSL color Cylindrical-coordinate representation of color #840778: hue angle of 305.76º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #840778 is Cyan = 0, Magento = 0.95, Yellow = 0.09 and Black (K on CMYK) = 0.48.

Color convert

RGB1327120-
CMYK00.950.090.48
HSL305.76º89.93%27.25%-
HSV(B)305.76º94.7%51.76%-
XYZ12.986.4118.32-
YUV57.26163.41181.31-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 50.97%
GREEN value IS 7 (3.12% from 255) = 2.70%
BLUE value IS 120 (47.27% from 255) = 46.33%
R=50.97%
G=2.70%
B=46.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.09
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132712000.950.090.48305.7689.9327.25
Hex8477805F9301325a1b
Octal20471700137116046213233
Binary100001001111111000010111111001110000100110010101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840778; }

 p { color: rgb(132,7,120); }

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

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

 a { background-color: rgb(132,7,120); }

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

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

 span { border-color: rgb(132,7,120); }

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