#82067A

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

Shades of Purple #82067A

Tints of Purple #82067A

Color information

#82067A (or 0x82067A) is unknown color: approx Purple. HEX triplet: 82, 06 and 7A. RGB value is (130,6,122). Sum of RGB (Red+Green+Blue) = 130+6+122=258 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.39% from 258); Green value is 6 (2.73% from 255 or 2.33% from 258); Blue value is 122 (48.05% from 255 or 47.29% from 258); Max value from RGB is 130 - color contains mainly: red. Hex color #82067A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82067A is #7DF985. Grayscale: #373737. Windows color (decimal): -8255878 or 7997058. OLE color: 7997058.

HSL color Cylindrical-coordinate representation of color #82067A: hue angle of 303.87º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #82067A is Cyan = 0, Magento = 0.95, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB1306122-
CMYK00.950.060.49
HSL303.87º91.18%26.67%-
HSV(B)303.87º95.38%50.98%-
XYZ12.786.2818.95-
YUV56.3165.08180.57-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 50.39%
GREEN value IS 6 (2.73% from 255) = 2.33%
BLUE value IS 122 (48.05% from 255) = 47.29%
R=50.39%
G=2.33%
B=47.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.06
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130612200.950.060.49303.8791.1826.67
Hex8267A05F6311305b1b
Octal2026172013766146013333
Binary10000010110111101001011111110110001100110000101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82067A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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