#82207F

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

Shades of Dark Purple #82207F

Tints of Dark Purple #82207F

Color information

#82207F (or 0x82207F) is unknown color: approx Dark Purple. HEX triplet: 82, 20 and 7F. RGB value is (130,32,127). Sum of RGB (Red+Green+Blue) = 130+32+127=289 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.98% from 289); Green value is 32 (12.89% from 255 or 11.07% from 289); Blue value is 127 (50% from 255 or 43.94% from 289); Max value from RGB is 130 - color contains mainly: red. Hex color #82207F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82207F is #7DDF80. Grayscale: #474747. Windows color (decimal): -8249217 or 8331394. OLE color: 8331394.

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

Color convert

RGB13032127-
CMYK00.750.020.49
HSL301.84º60.49%31.76%-
HSV(B)301.84º75.38%50.98%-
XYZ13.557.3120.78-
YUV72.13158.97169.28-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 44.98%
GREEN value IS 32 (12.89% from 255) = 11.07%
BLUE value IS 127 (50% from 255) = 43.94%
R=44.98%
G=11.07%
B=43.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1303212700.750.020.49301.8460.4931.76
Hex82207F04B23112e3c20
Octal2024017701132614567440
Binary1000001010000011111110100101110110001100101110111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82207F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,32,127); }

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

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

 a { background-color: rgb(130,32,127); }

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

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

 span { border-color: rgb(130,32,127); }

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