#82026D

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

Shades of Purple #82026D

Tints of Purple #82026D

Color information

#82026D (or 0x82026D) is unknown color: approx Purple. HEX triplet: 82, 02 and 6D. RGB value is (130,2,109). Sum of RGB (Red+Green+Blue) = 130+2+109=241 (31% of max value = 765). Red value is 130 (51.17% from 255 or 53.94% from 241); Green value is 2 (1.17% from 255 or 0.83% from 241); Blue value is 109 (42.97% from 255 or 45.23% from 241); Max value from RGB is 130 - color contains mainly: red. Hex color #82026D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82026D is #7DFD92. Grayscale: #343434. Windows color (decimal): -8256915 or 7144066. OLE color: 7144066.

HSL color Cylindrical-coordinate representation of color #82026D: hue angle of 309.84º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #82026D is Cyan = 0, Magento = 0.98, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB1302109-
CMYK00.980.160.49
HSL309.84º96.97%25.88%-
HSV(B)309.84º98.46%50.98%-
XYZ11.995.8914.97-
YUV52.47159.91183.3-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 53.94%
GREEN value IS 2 (1.17% from 255) = 0.83%
BLUE value IS 109 (42.97% from 255) = 45.23%
R=53.94%
G=0.83%
B=45.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130210900.980.160.49309.8496.9725.88
Hex8226D0621031136611a
Octal20221550142206146614132
Binary100000101011011010110001010000110001100110110110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82026D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,2,109); }

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

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

 a { background-color: rgb(130,2,109); }

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

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

 span { border-color: rgb(130,2,109); }

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