#82326E

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

Shades of Dark Purple #82326E

Tints of Dark Purple #82326E

Color information

#82326E (or 0x82326E) is unknown color: approx Dark Purple. HEX triplet: 82, 32 and 6E. RGB value is (130,50,110). Sum of RGB (Red+Green+Blue) = 130+50+110=290 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.83% from 290); Green value is 50 (19.92% from 255 or 17.24% from 290); Blue value is 110 (43.36% from 255 or 37.93% from 290); Max value from RGB is 130 - color contains mainly: red. Hex color #82326E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82326E is #7DCD91. Grayscale: #505050. Windows color (decimal): -8244626 or 7221890. OLE color: 7221890.

HSL color Cylindrical-coordinate representation of color #82326E: hue angle of 315º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #82326E is Cyan = 0, Magento = 0.62, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB13050110-
CMYK00.620.150.49
HSL315º44.44%35.29%-
HSV(B)315º61.54%50.98%-
XYZ13.168.1515.63-
YUV80.76144.5163.12-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 44.83%
GREEN value IS 50 (19.92% from 255) = 17.24%
BLUE value IS 110 (43.36% from 255) = 37.93%
R=44.83%
G=17.24%
B=37.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1305011000.620.150.4931544.4435.29
Hex82326E03EF3113b2c23
Octal2026215607617614735443
Binary10000010110010110111001111101111110001100111011101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82326E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,50,110); }

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

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

 a { background-color: rgb(130,50,110); }

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

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

 span { border-color: rgb(130,50,110); }

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