#82296A

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

Shades of Dark Purple #82296A

Tints of Dark Purple #82296A

Color information

#82296A (or 0x82296A) is unknown color: approx Dark Purple. HEX triplet: 82, 29 and 6A. RGB value is (130,41,106). Sum of RGB (Red+Green+Blue) = 130+41+106=277 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.93% from 277); Green value is 41 (16.41% from 255 or 14.80% from 277); Blue value is 106 (41.80% from 255 or 38.27% from 277); Max value from RGB is 130 - color contains mainly: red. Hex color #82296A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82296A is #7DD695. Grayscale: #4A4A4A. Windows color (decimal): -8246934 or 6957442. OLE color: 6957442.

HSL color Cylindrical-coordinate representation of color #82296A: hue angle of 316.18º 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 #82296A is Cyan = 0, Magento = 0.68, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB13041106-
CMYK00.680.180.49
HSL316.18º52.05%33.53%-
HSV(B)316.18º68.46%50.98%-
XYZ12.67.3714.39-
YUV75.02145.49167.21-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 46.93%
GREEN value IS 41 (16.41% from 255) = 14.80%
BLUE value IS 106 (41.80% from 255) = 38.27%
R=46.93%
G=14.80%
B=38.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1304110600.680.180.49316.1852.0533.53
Hex82296A044123113c3422
Octal20251152010422614746442
Binary1000001010100111010100100010010010110001100111100110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82296A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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