#82176E

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

Shades of Dark Purple #82176E

Tints of Dark Purple #82176E

Color information

#82176E (or 0x82176E) is unknown color: approx Dark Purple. HEX triplet: 82, 17 and 6E. RGB value is (130,23,110). Sum of RGB (Red+Green+Blue) = 130+23+110=263 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.43% from 263); Green value is 23 (9.38% from 255 or 8.75% from 263); Blue value is 110 (43.36% from 255 or 41.83% from 263); Max value from RGB is 130 - color contains mainly: red. Hex color #82176E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82176E is #7DE891. Grayscale: #404040. Windows color (decimal): -8251538 or 7214978. OLE color: 7214978.

HSL color Cylindrical-coordinate representation of color #82176E: hue angle of 311.21º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #82176E is Cyan = 0, Magento = 0.82, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB13023110-
CMYK00.820.150.49
HSL311.21º69.93%30%-
HSV(B)311.21º82.31%50.98%-
XYZ12.336.4815.35-
YUV64.91153.45174.43-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 49.43%
GREEN value IS 23 (9.38% from 255) = 8.75%
BLUE value IS 110 (43.36% from 255) = 41.83%
R=49.43%
G=8.75%
B=41.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1302311000.820.150.49311.2169.9330
Hex82176E052F31137461e
Octal202271560122176146710636
Binary10000010101111101110010100101111110001100110111100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82176E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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