#82127F

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

Shades of Purple #82127F

Tints of Purple #82127F

Color information

#82127F (or 0x82127F) is unknown color: approx Purple. HEX triplet: 82, 12 and 7F. RGB value is (130,18,127). Sum of RGB (Red+Green+Blue) = 130+18+127=275 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.27% from 275); Green value is 18 (7.42% from 255 or 6.55% from 275); Blue value is 127 (50% from 255 or 46.18% from 275); Max value from RGB is 130 - color contains mainly: red. Hex color #82127F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82127F is #7DED80. Grayscale: #3F3F3F. Windows color (decimal): -8252801 or 8327810. OLE color: 8327810.

HSL color Cylindrical-coordinate representation of color #82127F: hue angle of 301.61º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #82127F is Cyan = 0, Magento = 0.86, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB13018127-
CMYK00.860.020.49
HSL301.61º75.68%29.02%-
HSV(B)301.61º86.15%50.98%-
XYZ13.256.7120.68-
YUV63.91163.61175.14-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 47.27%
GREEN value IS 18 (7.42% from 255) = 6.55%
BLUE value IS 127 (50% from 255) = 46.18%
R=47.27%
G=6.55%
B=46.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301812700.860.020.49301.6175.6829.02
Hex82127F05623112e4c1d
Octal20222177012626145611435
Binary100000101001011111110101011010110001100101110100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82127F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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