#82296B

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

Shades of Dark Purple #82296B

Tints of Dark Purple #82296B

Color information

#82296B (or 0x82296B) is unknown color: approx Dark Purple. HEX triplet: 82, 29 and 6B. RGB value is (130,41,107). Sum of RGB (Red+Green+Blue) = 130+41+107=278 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.76% from 278); Green value is 41 (16.41% from 255 or 14.75% from 278); Blue value is 107 (42.19% from 255 or 38.49% from 278); Max value from RGB is 130 - color contains mainly: red. Hex color #82296B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82296B is #7DD694. Grayscale: #4A4A4A. Windows color (decimal): -8246933 or 7022978. OLE color: 7022978.

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

Color convert

RGB13041107-
CMYK00.680.180.49
HSL315.51º52.05%33.53%-
HSV(B)315.51º68.46%50.98%-
XYZ12.657.3914.67-
YUV75.13145.99167.13-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 46.76%
GREEN value IS 41 (16.41% from 255) = 14.75%
BLUE value IS 107 (42.19% from 255) = 38.49%
R=46.76%
G=14.75%
B=38.49%

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
Decimal1304110700.680.180.49315.5152.0533.53
Hex82296B044123113c3422
Octal20251153010422614746442
Binary1000001010100111010110100010010010110001100111100110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82296B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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