#82017E

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

Shades of Purple #82017E

Tints of Purple #82017E

Color information

#82017E (or 0x82017E) is unknown color: approx Purple. HEX triplet: 82, 01 and 7E. RGB value is (130,1,126). Sum of RGB (Red+Green+Blue) = 130+1+126=257 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.58% from 257); Green value is 1 (0.78% from 255 or 0.39% from 257); Blue value is 126 (49.61% from 255 or 49.03% from 257); Max value from RGB is 130 - color contains mainly: red. Hex color #82017E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82017E is #7DFE81. Grayscale: #353535. Windows color (decimal): -8257154 or 8257922. OLE color: 8257922.

HSL color Cylindrical-coordinate representation of color #82017E: hue angle of 301.86º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #82017E is Cyan = 0, Magento = 0.99, Yellow = 0.03 and Black (K on CMYK) = 0.49.

Color convert

RGB1301126-
CMYK00.990.030.49
HSL301.86º98.47%25.69%-
HSV(B)301.86º99.23%50.98%-
XYZ12.986.2720.27-
YUV53.82168.74182.34-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 50.58%
GREEN value IS 1 (0.78% from 255) = 0.39%
BLUE value IS 126 (49.61% from 255) = 49.03%
R=50.58%
G=0.39%
B=49.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.03
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130112600.990.030.49301.8698.4725.69
Hex8217E06333112e621a
Octal2021176014336145614232
Binary10000010111111100110001111110001100101110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82017E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82017E; }

 p { color: rgb(130,1,126); }

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

<style>
 a { background-color: #82017E; }

 a { background-color: rgb(130,1,126); }

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

<style>
 span { border-color: #82017E; }

 span { border-color: rgb(130,1,126); }

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