#840078

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

Shades of Purple #840078

Tints of Purple #840078

Color information

#840078 (or 0x840078) is unknown color: approx Purple. HEX triplet: 84, 00 and 78. RGB value is (132,0,120). Sum of RGB (Red+Green+Blue) = 132+0+120=252 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.38% from 252); Green value is 0 (0.39% from 255 or 0% from 252); Blue value is 120 (47.27% from 255 or 47.62% from 252); Max value from RGB is 132 - color contains mainly: red. Hex color #840078 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840078 is #7BFF87. Grayscale: #343434. Windows color (decimal): -8126344 or 7864452. OLE color: 7864452.

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

Color convert

RGB1320120-
CMYK010.090.48
HSL305.45º100%25.88%-
HSV(B)305.45º100%51.76%-
XYZ12.916.2618.3-
YUV53.15165.73184.24-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 52.38%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 120 (47.27% from 255) = 47.62%
R=52.38%
G=0%
B=47.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.09
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1320120010.090.48305.4510025.88
Hex84078064930131641a
Octal20401700144116046114432
Binary1000010001111000011001001001110000100110001110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840078; }

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

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

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

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

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

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

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

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