#840375

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

Shades of Purple #840375

Tints of Purple #840375

Color information

#840375 (or 0x840375) is unknown color: approx Purple. HEX triplet: 84, 03 and 75. RGB value is (132,3,117). Sum of RGB (Red+Green+Blue) = 132+3+117=252 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.38% from 252); Green value is 3 (1.56% from 255 or 1.19% from 252); Blue value is 117 (46.09% from 255 or 46.43% from 252); Max value from RGB is 132 - color contains mainly: red. Hex color #840375 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840375 is #7BFC8A. Grayscale: #363636. Windows color (decimal): -8125579 or 7668612. OLE color: 7668612.

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

Color convert

RGB1323117-
CMYK00.980.110.48
HSL306.98º95.56%26.47%-
HSV(B)306.98º97.73%51.76%-
XYZ12.766.2617.36-
YUV54.57163.24183.23-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 52.38%
GREEN value IS 3 (1.56% from 255) = 1.19%
BLUE value IS 117 (46.09% from 255) = 46.43%
R=52.38%
G=1.19%
B=46.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132311700.980.110.48306.9895.5626.47
Hex84375062B30133601a
Octal20431650142136046314032
Binary10000100111110101011000101011110000100110011110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840375; }

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

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

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

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

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

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

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

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