#82175F

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

Shades of Dark Purple #82175F

Tints of Dark Purple #82175F

Color information

#82175F (or 0x82175F) is unknown color: approx Dark Purple. HEX triplet: 82, 17 and 5F. RGB value is (130,23,95). Sum of RGB (Red+Green+Blue) = 130+23+95=248 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.42% from 248); Green value is 23 (9.38% from 255 or 9.27% from 248); Blue value is 95 (37.5% from 255 or 38.31% from 248); Max value from RGB is 130 - color contains mainly: red. Hex color #82175F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82175F is #7DE8A0. Grayscale: #3F3F3F. Windows color (decimal): -8251553 or 6231938. OLE color: 6231938.

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

Color convert

RGB1302395-
CMYK00.820.270.49
HSL319.63º69.93%30%-
HSV(B)319.63º82.31%50.98%-
XYZ11.586.1811.41-
YUV63.2145.95175.65-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 52.42%
GREEN value IS 23 (9.38% from 255) = 9.27%
BLUE value IS 95 (37.5% from 255) = 38.31%
R=52.42%
G=9.27%
B=38.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.27
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130239500.820.270.49319.6369.9330
Hex82175F0521B31140461e
Octal202271370122336150010636
Binary100000101011110111110101001011011110001101000000100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82175F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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