#82296E

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

Shades of Dark Purple #82296E

Tints of Dark Purple #82296E

Color information

#82296E (or 0x82296E) is unknown color: approx Dark Purple. HEX triplet: 82, 29 and 6E. RGB value is (130,41,110). Sum of RGB (Red+Green+Blue) = 130+41+110=281 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.26% from 281); Green value is 41 (16.41% from 255 or 14.59% from 281); Blue value is 110 (43.36% from 255 or 39.15% from 281); Max value from RGB is 130 - color contains mainly: red. Hex color #82296E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82296E is #7DD691. Grayscale: #4B4B4B. Windows color (decimal): -8246930 or 7219586. OLE color: 7219586.

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

Color convert

RGB13041110-
CMYK00.680.150.49
HSL313.48º52.05%33.53%-
HSV(B)313.48º68.46%50.98%-
XYZ12.817.4615.52-
YUV75.48147.49166.89-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 46.26%
GREEN value IS 41 (16.41% from 255) = 14.59%
BLUE value IS 110 (43.36% from 255) = 39.15%
R=46.26%
G=14.59%
B=39.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1304111000.680.150.49313.4852.0533.53
Hex82296E044F311393422
Octal20251156010417614716442
Binary100000101010011101110010001001111110001100111001110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82296E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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