#842075

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

Shades of Dark Purple #842075

Tints of Dark Purple #842075

Color information

#842075 (or 0x842075) is unknown color: approx Dark Purple. HEX triplet: 84, 20 and 75. RGB value is (132,32,117). Sum of RGB (Red+Green+Blue) = 132+32+117=281 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.98% from 281); Green value is 32 (12.89% from 255 or 11.39% from 281); Blue value is 117 (46.09% from 255 or 41.64% from 281); Max value from RGB is 132 - color contains mainly: red. Hex color #842075 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842075 is #7BDF8A. Grayscale: #474747. Windows color (decimal): -8118155 or 7676036. OLE color: 7676036.

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

Color convert

RGB13232117-
CMYK00.760.110.48
HSL309º60.98%32.16%-
HSV(B)309º75.76%51.76%-
XYZ13.247.2217.53-
YUV71.59153.63171.09-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 46.98%
GREEN value IS 32 (12.89% from 255) = 11.39%
BLUE value IS 117 (46.09% from 255) = 41.64%
R=46.98%
G=11.39%
B=41.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1323211700.760.110.4830960.9832.16
Hex84207504CB301353d20
Octal20440165011413604657540
Binary100001001000001110101010011001011110000100110101111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842075; }

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

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

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

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

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

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

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

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