#82217D

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

Shades of Dark Purple #82217D

Tints of Dark Purple #82217D

Color information

#82217D (or 0x82217D) is unknown color: approx Dark Purple. HEX triplet: 82, 21 and 7D. RGB value is (130,33,125). Sum of RGB (Red+Green+Blue) = 130+33+125=288 (38% of max value = 765). Red value is 130 (51.17% from 255 or 45.14% from 288); Green value is 33 (13.28% from 255 or 11.46% from 288); Blue value is 125 (49.22% from 255 or 43.40% from 288); Max value from RGB is 130 - color contains mainly: red. Hex color #82217D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82217D is #7DDE82. Grayscale: #484848. Windows color (decimal): -8248963 or 8200578. OLE color: 8200578.

HSL color Cylindrical-coordinate representation of color #82217D: hue angle of 303.09º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #82217D is Cyan = 0, Magento = 0.75, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB13033125-
CMYK00.750.040.49
HSL303.09º59.51%31.96%-
HSV(B)303.09º74.62%50.98%-
XYZ13.457.3120.1-
YUV72.49157.64169.02-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 45.14%
GREEN value IS 33 (13.28% from 255) = 11.46%
BLUE value IS 125 (49.22% from 255) = 43.40%
R=45.14%
G=11.46%
B=43.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.04
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1303312500.750.040.49303.0959.5131.96
Hex82217D04B43112f3c20
Octal2024117501134614577440
Binary10000010100001111110101001011100110001100101111111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82217D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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