#82177D

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

Shades of Dark Purple #82177D

Tints of Dark Purple #82177D

Color information

#82177D (or 0x82177D) is unknown color: approx Dark Purple. HEX triplet: 82, 17 and 7D. RGB value is (130,23,125). Sum of RGB (Red+Green+Blue) = 130+23+125=278 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.76% from 278); Green value is 23 (9.38% from 255 or 8.27% from 278); Blue value is 125 (49.22% from 255 or 44.96% from 278); Max value from RGB is 130 - color contains mainly: red. Hex color #82177D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82177D is #7DE882. Grayscale: #424242. Windows color (decimal): -8251523 or 8198018. OLE color: 8198018.

HSL color Cylindrical-coordinate representation of color #82177D: hue angle of 302.8º 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 #82177D is Cyan = 0, Magento = 0.82, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB13023125-
CMYK00.820.040.49
HSL302.8º69.93%30%-
HSV(B)302.8º82.31%50.98%-
XYZ13.216.8420.03-
YUV66.62160.95173.21-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 46.76%
GREEN value IS 23 (9.38% from 255) = 8.27%
BLUE value IS 125 (49.22% from 255) = 44.96%
R=46.76%
G=8.27%
B=44.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.04
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1302312500.820.040.49302.869.9330
Hex82177D05243112f461e
Octal20227175012246145710636
Binary1000001010111111110101010010100110001100101111100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82177D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82177D; }

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

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

<style>
 a { background-color: #82177D; }

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

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

<style>
 span { border-color: #82177D; }

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

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