#82067F

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

Shades of Purple #82067F

Tints of Purple #82067F

Color information

#82067F (or 0x82067F) is unknown color: approx Purple. HEX triplet: 82, 06 and 7F. RGB value is (130,6,127). Sum of RGB (Red+Green+Blue) = 130+6+127=263 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.43% from 263); Green value is 6 (2.73% from 255 or 2.28% from 263); Blue value is 127 (50% from 255 or 48.29% from 263); Max value from RGB is 130 - color contains mainly: red. Hex color #82067F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82067F is #7DF980. Grayscale: #383838. Windows color (decimal): -8255873 or 8324738. OLE color: 8324738.

HSL color Cylindrical-coordinate representation of color #82067F: hue angle of 301.45º 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 #82067F is Cyan = 0, Magento = 0.95, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB1306127-
CMYK00.950.020.49
HSL301.45º91.18%26.67%-
HSV(B)301.45º95.38%50.98%-
XYZ13.16.4120.63-
YUV56.87167.58180.16-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 49.43%
GREEN value IS 6 (2.73% from 255) = 2.28%
BLUE value IS 127 (50% from 255) = 48.29%
R=49.43%
G=2.28%
B=48.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130612700.950.020.49301.4591.1826.67
Hex8267F05F23112d5b1b
Octal2026177013726145513333
Binary1000001011011111110101111110110001100101101101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82067F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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