#82296D

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

Shades of Dark Purple #82296D

Tints of Dark Purple #82296D

Color information

#82296D (or 0x82296D) is unknown color: approx Dark Purple. HEX triplet: 82, 29 and 6D. RGB value is (130,41,109). Sum of RGB (Red+Green+Blue) = 130+41+109=280 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.43% from 280); Green value is 41 (16.41% from 255 or 14.64% from 280); Blue value is 109 (42.97% from 255 or 38.93% from 280); Max value from RGB is 130 - color contains mainly: red. Hex color #82296D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82296D is #7DD692. Grayscale: #4B4B4B. Windows color (decimal): -8246931 or 7154050. OLE color: 7154050.

HSL color Cylindrical-coordinate representation of color #82296D: hue angle of 314.16º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #82296D is Cyan = 0, Magento = 0.68, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB13041109-
CMYK00.680.160.49
HSL314.16º52.05%33.53%-
HSV(B)314.16º68.46%50.98%-
XYZ12.767.4415.23-
YUV75.36146.99166.97-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 46.43%
GREEN value IS 41 (16.41% from 255) = 14.64%
BLUE value IS 109 (42.97% from 255) = 38.93%
R=46.43%
G=14.64%
B=38.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1304110900.680.160.49314.1652.0533.53
Hex82296D044103113a3422
Octal20251155010420614726442
Binary1000001010100111011010100010010000110001100111010110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82296D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82296D; }

 p { color: rgb(130,41,109); }

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

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

 a { background-color: rgb(130,41,109); }

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

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

 span { border-color: rgb(130,41,109); }

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