#82027D

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

Shades of Purple #82027D

Tints of Purple #82027D

Color information

#82027D (or 0x82027D) is unknown color: approx Purple. HEX triplet: 82, 02 and 7D. RGB value is (130,2,125). Sum of RGB (Red+Green+Blue) = 130+2+125=257 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.58% from 257); Green value is 2 (1.17% from 255 or 0.78% from 257); Blue value is 125 (49.22% from 255 or 48.64% from 257); Max value from RGB is 130 - color contains mainly: red. Hex color #82027D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82027D is #7DFD82. Grayscale: #353535. Windows color (decimal): -8256899 or 8192642. OLE color: 8192642.

HSL color Cylindrical-coordinate representation of color #82027D: hue angle of 302.34º 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 #82027D is Cyan = 0, Magento = 0.98, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB1302125-
CMYK00.980.040.49
HSL302.34º96.97%25.88%-
HSV(B)302.34º98.46%50.98%-
XYZ12.936.2719.93-
YUV54.29167.91182-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 50.58%
GREEN value IS 2 (1.17% from 255) = 0.78%
BLUE value IS 125 (49.22% from 255) = 48.64%
R=50.58%
G=0.78%
B=48.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.04
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130212500.980.040.49302.3496.9725.88
Hex8227D06243112e611a
Octal2022175014246145614132
Binary1000001010111110101100010100110001100101110110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82027D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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