#82207C

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

Shades of Dark Purple #82207C

Tints of Dark Purple #82207C

Color information

#82207C (or 0x82207C) is unknown color: approx Dark Purple. HEX triplet: 82, 20 and 7C. RGB value is (130,32,124). Sum of RGB (Red+Green+Blue) = 130+32+124=286 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.45% from 286); Green value is 32 (12.89% from 255 or 11.19% from 286); Blue value is 124 (48.83% from 255 or 43.36% from 286); Max value from RGB is 130 - color contains mainly: red. Hex color #82207C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82207C is #7DDF83. Grayscale: #474747. Windows color (decimal): -8249220 or 8134786. OLE color: 8134786.

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

Color convert

RGB13032124-
CMYK00.750.050.49
HSL303.67º60.49%31.76%-
HSV(B)303.67º75.38%50.98%-
XYZ13.367.2319.76-
YUV71.79157.47169.52-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 45.45%
GREEN value IS 32 (12.89% from 255) = 11.19%
BLUE value IS 124 (48.83% from 255) = 43.36%
R=45.45%
G=11.19%
B=43.36%

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
Decimal1303212400.750.050.49303.6760.4931.76
Hex82207C04B5311303c20
Octal2024017401135614607440
Binary10000010100000111110001001011101110001100110000111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82207C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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