#82267F

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

Shades of Dark Purple #82267F

Tints of Dark Purple #82267F

Color information

#82267F (or 0x82267F) is unknown color: approx Dark Purple. HEX triplet: 82, 26 and 7F. RGB value is (130,38,127). Sum of RGB (Red+Green+Blue) = 130+38+127=295 (39% of max value = 765). Red value is 130 (51.17% from 255 or 44.07% from 295); Green value is 38 (15.23% from 255 or 12.88% from 295); Blue value is 127 (50% from 255 or 43.05% from 295); Max value from RGB is 130 - color contains mainly: red. Hex color #82267F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82267F is #7DD980. Grayscale: #4B4B4B. Windows color (decimal): -8247681 or 8332930. OLE color: 8332930.

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

Color convert

RGB13038127-
CMYK00.710.020.49
HSL301.96º54.76%32.94%-
HSV(B)301.96º70.77%50.98%-
XYZ13.737.6620.83-
YUV75.65156.98166.76-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 44.07%
GREEN value IS 38 (15.23% from 255) = 12.88%
BLUE value IS 127 (50% from 255) = 43.05%
R=44.07%
G=12.88%
B=43.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1303812700.710.020.49301.9654.7632.94
Hex82267F04723112e3721
Octal2024617701072614566741
Binary1000001010011011111110100011110110001100101110110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82267F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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