#840178

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

Shades of Purple #840178

Tints of Purple #840178

Color information

#840178 (or 0x840178) is unknown color: approx Purple. HEX triplet: 84, 01 and 78. RGB value is (132,1,120). Sum of RGB (Red+Green+Blue) = 132+1+120=253 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.17% from 253); Green value is 1 (0.78% from 255 or 0.40% from 253); Blue value is 120 (47.27% from 255 or 47.43% from 253); Max value from RGB is 132 - color contains mainly: red. Hex color #840178 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840178 is #7BFE87. Grayscale: #353535. Windows color (decimal): -8126088 or 7864708. OLE color: 7864708.

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

Color convert

RGB1321120-
CMYK00.990.090.48
HSL305.5º98.5%26.08%-
HSV(B)305.5º99.24%51.76%-
XYZ12.926.2818.3-
YUV53.74165.4183.82-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 52.17%
GREEN value IS 1 (0.78% from 255) = 0.40%
BLUE value IS 120 (47.27% from 255) = 47.43%
R=52.17%
G=0.40%
B=47.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.09
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132112000.990.090.48305.598.526.08
Hex84178063930131621a
Octal20411700143116046114232
Binary1000010011111000011000111001110000100110001110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840178; }

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

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

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

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

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

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

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

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