#84296E

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

Shades of Dark Purple #84296E

Tints of Dark Purple #84296E

Color information

#84296E (or 0x84296E) is unknown color: approx Dark Purple. HEX triplet: 84, 29 and 6E. RGB value is (132,41,110). Sum of RGB (Red+Green+Blue) = 132+41+110=283 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.64% from 283); Green value is 41 (16.41% from 255 or 14.49% from 283); Blue value is 110 (43.36% from 255 or 38.87% from 283); Max value from RGB is 132 - color contains mainly: red. Hex color #84296E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84296E is #7BD691. Grayscale: #4B4B4B. Windows color (decimal): -8115858 or 7219588. OLE color: 7219588.

HSL color Cylindrical-coordinate representation of color #84296E: hue angle of 314.51º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #84296E is Cyan = 0, Magento = 0.69, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB13241110-
CMYK00.690.170.48
HSL314.51º52.6%33.92%-
HSV(B)314.51º68.94%51.76%-
XYZ13.127.6215.53-
YUV76.08147.15167.89-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 46.64%
GREEN value IS 41 (16.41% from 255) = 14.49%
BLUE value IS 110 (43.36% from 255) = 38.87%
R=46.64%
G=14.49%
B=38.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1324111000.690.170.48314.5152.633.92
Hex84296E045113013b3522
Octal20451156010521604736542
Binary1000010010100111011100100010110001110000100111011110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84296E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84296E; }

 p { color: rgb(132,41,110); }

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

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

 a { background-color: rgb(132,41,110); }

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

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

 span { border-color: rgb(132,41,110); }

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