#840075

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

Shades of Purple #840075

Tints of Purple #840075

Color information

#840075 (or 0x840075) is unknown color: approx Purple. HEX triplet: 84, 00 and 75. RGB value is (132,0,117). Sum of RGB (Red+Green+Blue) = 132+0+117=249 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.01% from 249); Green value is 0 (0.39% from 255 or 0% from 249); Blue value is 117 (46.09% from 255 or 46.99% from 249); Max value from RGB is 132 - color contains mainly: red. Hex color #840075 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840075 is #7BFF8A. Grayscale: #343434. Windows color (decimal): -8126347 or 7667844. OLE color: 7667844.

HSL color Cylindrical-coordinate representation of color #840075: hue angle of 306.82º 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 #840075 is Cyan = 0, Magento = 1, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB1320117-
CMYK010.110.48
HSL306.82º100%25.88%-
HSV(B)306.82º100%51.76%-
XYZ12.736.1917.35-
YUV52.81164.23184.49-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 53.01%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 117 (46.09% from 255) = 46.99%
R=53.01%
G=0%
B=46.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1320117010.110.48306.8210025.88
Hex84075064B30133641a
Octal20401650144136046314432
Binary1000010001110101011001001011110000100110011110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840075; }

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

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

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

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

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

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

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

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