#82377C

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

Shades of Dark Purple #82377C

Tints of Dark Purple #82377C

Color information

#82377C (or 0x82377C) is unknown color: approx Dark Purple. HEX triplet: 82, 37 and 7C. RGB value is (130,55,124). Sum of RGB (Red+Green+Blue) = 130+55+124=309 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.07% from 309); Green value is 55 (21.88% from 255 or 17.80% from 309); Blue value is 124 (48.83% from 255 or 40.13% from 309); Max value from RGB is 130 - color contains mainly: red. Hex color #82377C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82377C is #7DC883. Grayscale: #555555. Windows color (decimal): -8243332 or 8140674. OLE color: 8140674.

HSL color Cylindrical-coordinate representation of color #82377C: hue angle of 304.8º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #82377C is Cyan = 0, Magento = 0.58, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB13055124-
CMYK00.580.050.49
HSL304.8º40.54%36.27%-
HSV(B)304.8º57.69%50.98%-
XYZ14.218.9320.04-
YUV85.29149.85159.89-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 42.07%
GREEN value IS 55 (21.88% from 255) = 17.80%
BLUE value IS 124 (48.83% from 255) = 40.13%
R=42.07%
G=17.80%
B=40.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1305512400.580.050.49304.840.5436.27
Hex82377C03A5311312924
Octal202671740725614615144
Binary1000001011011111111000111010101110001100110001101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82377C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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