#840C78

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

Shades of Purple #840C78

Tints of Purple #840C78

Color information

#840C78 (or 0x840C78) is unknown color: approx Purple. HEX triplet: 84, 0C and 78. RGB value is (132,12,120). Sum of RGB (Red+Green+Blue) = 132+12+120=264 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50% from 264); Green value is 12 (5.08% from 255 or 4.55% from 264); Blue value is 120 (47.27% from 255 or 45.45% from 264); Max value from RGB is 132 - color contains mainly: red. Hex color #840C78 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840C78 is #7BF387. Grayscale: #3B3B3B. Windows color (decimal): -8123272 or 7867524. OLE color: 7867524.

HSL color Cylindrical-coordinate representation of color #840C78: hue angle of 306º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #840C78 is Cyan = 0, Magento = 0.91, Yellow = 0.09 and Black (K on CMYK) = 0.48.

Color convert

RGB13212120-
CMYK00.910.090.48
HSL306º83.33%28.24%-
HSV(B)306º90.91%51.76%-
XYZ13.046.5218.34-
YUV60.19161.76179.22-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 50%
GREEN value IS 12 (5.08% from 255) = 4.55%
BLUE value IS 120 (47.27% from 255) = 45.45%
R=50%
G=4.55%
B=45.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.09
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321212000.910.090.4830683.3328.24
Hex84C7805B930132531c
Octal204141700133116046212334
Binary1000010011001111000010110111001110000100110010101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840C78; }

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

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

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

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

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

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

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

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