#82277C

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

Shades of Dark Purple #82277C

Tints of Dark Purple #82277C

Color information

#82277C (or 0x82277C) is unknown color: approx Dark Purple. HEX triplet: 82, 27 and 7C. RGB value is (130,39,124). Sum of RGB (Red+Green+Blue) = 130+39+124=293 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.37% from 293); Green value is 39 (15.62% from 255 or 13.31% from 293); Blue value is 124 (48.83% from 255 or 42.32% from 293); Max value from RGB is 130 - color contains mainly: red. Hex color #82277C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82277C is #7DD883. Grayscale: #4B4B4B. Windows color (decimal): -8247428 or 8136578. OLE color: 8136578.

HSL color Cylindrical-coordinate representation of color #82277C: hue angle of 303.96º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #82277C is Cyan = 0, Magento = 0.70, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB13039124-
CMYK00.700.050.49
HSL303.96º53.85%33.14%-
HSV(B)303.96º70%50.98%-
XYZ13.577.6519.83-
YUV75.9155.15166.59-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 44.37%
GREEN value IS 39 (15.62% from 255) = 13.31%
BLUE value IS 124 (48.83% from 255) = 42.32%
R=44.37%
G=13.31%
B=42.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1303912400.700.050.49303.9653.8533.14
Hex82277C0465311303621
Octal2024717401065614606641
Binary10000010100111111110001000110101110001100110000110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82277C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82277C; }

 p { color: rgb(130,39,124); }

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

<style>
 a { background-color: #82277C; }

 a { background-color: rgb(130,39,124); }

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

<style>
 span { border-color: #82277C; }

 span { border-color: rgb(130,39,124); }

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