#82027A

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

Shades of Purple #82027A

Tints of Purple #82027A

Color information

#82027A (or 0x82027A) is unknown color: approx Purple. HEX triplet: 82, 02 and 7A. RGB value is (130,2,122). Sum of RGB (Red+Green+Blue) = 130+2+122=254 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.18% from 254); Green value is 2 (1.17% from 255 or 0.79% from 254); Blue value is 122 (48.05% from 255 or 48.03% from 254); Max value from RGB is 130 - color contains mainly: red. Hex color #82027A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82027A is #7DFD85. Grayscale: #353535. Windows color (decimal): -8256902 or 7996034. OLE color: 7996034.

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

Color convert

RGB1302122-
CMYK00.980.060.49
HSL303.75º96.97%25.88%-
HSV(B)303.75º98.46%50.98%-
XYZ12.746.1918.94-
YUV53.95166.41182.24-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 51.18%
GREEN value IS 2 (1.17% from 255) = 0.79%
BLUE value IS 122 (48.05% from 255) = 48.03%
R=51.18%
G=0.79%
B=48.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.06
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130212200.980.060.49303.7596.9725.88
Hex8227A062631130611a
Octal2022172014266146014132
Binary1000001010111101001100010110110001100110000110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82027A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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