#82217C

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

Shades of Dark Purple #82217C

Tints of Dark Purple #82217C

Color information

#82217C (or 0x82217C) is unknown color: approx Dark Purple. HEX triplet: 82, 21 and 7C. RGB value is (130,33,124). Sum of RGB (Red+Green+Blue) = 130+33+124=287 (38% of max value = 765). Red value is 130 (51.17% from 255 or 45.30% from 287); Green value is 33 (13.28% from 255 or 11.50% from 287); Blue value is 124 (48.83% from 255 or 43.21% from 287); Max value from RGB is 130 - color contains mainly: red. Hex color #82217C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82217C is #7DDE83. Grayscale: #484848. Windows color (decimal): -8248964 or 8135042. OLE color: 8135042.

HSL color Cylindrical-coordinate representation of color #82217C: hue angle of 303.71º 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 #82217C is Cyan = 0, Magento = 0.75, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB13033124-
CMYK00.750.050.49
HSL303.71º59.51%31.96%-
HSV(B)303.71º74.62%50.98%-
XYZ13.397.2919.77-
YUV72.38157.14169.1-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 45.30%
GREEN value IS 33 (13.28% from 255) = 11.50%
BLUE value IS 124 (48.83% from 255) = 43.21%
R=45.30%
G=11.50%
B=43.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1303312400.750.050.49303.7159.5131.96
Hex82217C04B5311303c20
Octal2024117401135614607440
Binary10000010100001111110001001011101110001100110000111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82217C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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