#82296F

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

Shades of Dark Purple #82296F

Tints of Dark Purple #82296F

Color information

#82296F (or 0x82296F) is unknown color: approx Dark Purple. HEX triplet: 82, 29 and 6F. RGB value is (130,41,111). Sum of RGB (Red+Green+Blue) = 130+41+111=282 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.10% from 282); Green value is 41 (16.41% from 255 or 14.54% from 282); Blue value is 111 (43.75% from 255 or 39.36% from 282); Max value from RGB is 130 - color contains mainly: red. Hex color #82296F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82296F is #7DD690. Grayscale: #4B4B4B. Windows color (decimal): -8246929 or 7285122. OLE color: 7285122.

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

Color convert

RGB13041111-
CMYK00.680.150.49
HSL312.81º52.05%33.53%-
HSV(B)312.81º68.46%50.98%-
XYZ12.877.4815.8-
YUV75.59147.99166.81-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 46.10%
GREEN value IS 41 (16.41% from 255) = 14.54%
BLUE value IS 111 (43.75% from 255) = 39.36%
R=46.10%
G=14.54%
B=39.36%

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
Decimal1304111100.680.150.49312.8152.0533.53
Hex82296F044F311393422
Octal20251157010417614716442
Binary100000101010011101111010001001111110001100111001110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82296F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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